Skip to content

Commit

Permalink
Adjusted elliptic import
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamoftrees committed Mar 1, 2024
1 parent 4257f16 commit 40db19f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/x-client/src/utils/stark/starkCurve.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import { Signer } from '@ethersproject/abstract-signer';
import { splitSignature } from '@ethersproject/bytes';
import hash from 'hash.js';
import pkg from 'elliptic';
import * as pkg from 'elliptic';
import * as encUtils from 'enc-utils';
// eslint-disable-next-line @typescript-eslint/naming-convention
import BN from 'bn.js';
Expand Down

0 comments on commit 40db19f

Please sign in to comment.