We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1142d18 commit 5560bbdCopy full SHA for 5560bbd
platforms/evm/src/address.ts
@@ -4,7 +4,7 @@ import {
4
encoding,
5
registerNative,
6
} from '@wormhole-foundation/sdk-connect';
7
-import { getAddress, isAddress } from 'ethers/address';
+import { getAddress, isAddress } from 'ethers';
8
import type { AnyEvmAddress } from './types.js';
9
import { _platform } from './types.js';
10
0 commit comments