Skip to content

Commit

Permalink
fix: fix aliased path
Browse files Browse the repository at this point in the history
  • Loading branch information
immortal-tofu committed Jun 30, 2024
1 parent a94ac6f commit 9f368dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sdk/network.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { Eip1193Provider } from 'ethers';
import { decodeAbiBytes, fetchJSONRPC } from '../ethCall';
import { toHexString } from 'src/utils';
import { toHexString } from '../utils';

export const getPublicKeyCallParams = () => ({
to: '0x000000000000000000000000000000000000005d',
Expand Down

0 comments on commit 9f368dd

Please sign in to comment.