Skip to content

Commit 00afb23

Browse files
committed
common: remove ethers dep
1 parent 1e33c31 commit 00afb23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/src/explorer.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import {
44
chainToChainId,
55
chainToPlatform,
66
} from '@wormhole-foundation/sdk-base';
7+
import base58 from 'bs58';
78
import { Buffer } from 'buffer';
8-
import { base58 } from 'ethers/lib/utils';
99
import { Environment } from './consts';
1010

1111
export const explorerBlock = (network: Environment, chainId: ChainId, block: string) =>

0 commit comments

Comments
 (0)