We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e33c31 commit 00afb23Copy full SHA for 00afb23
common/src/explorer.ts
@@ -4,8 +4,8 @@ import {
4
chainToChainId,
5
chainToPlatform,
6
} from '@wormhole-foundation/sdk-base';
7
+import base58 from 'bs58';
8
import { Buffer } from 'buffer';
-import { base58 } from 'ethers/lib/utils';
9
import { Environment } from './consts';
10
11
export const explorerBlock = (network: Environment, chainId: ChainId, block: string) =>
0 commit comments