Skip to content

Commit

Permalink
common: remove ethers dep
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-gray committed Apr 4, 2024
1 parent 1e33c31 commit 00afb23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/src/explorer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import {
chainToChainId,
chainToPlatform,
} from '@wormhole-foundation/sdk-base';
import base58 from 'bs58';
import { Buffer } from 'buffer';
import { base58 } from 'ethers/lib/utils';
import { Environment } from './consts';

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

0 comments on commit 00afb23

Please sign in to comment.