File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import {
18
18
createTokenMetadata ,
19
19
createTokenTransfer ,
20
20
} from '../src' ;
21
- import { chainToChainId , toChain } from '@wormhole-foundation/sdk-base' ;
21
+ import { toChainId } from '@wormhole-foundation/sdk-base' ;
22
22
import { blindDeserializePayload , deserialize } from '@wormhole-foundation/sdk' ;
23
23
24
24
const PG_USER = assertEnvironmentVariable ( 'PG_USER' ) ;
@@ -68,7 +68,7 @@ const getStatusString = (
68
68
const tokenBridgeEmitters = Object . entries ( TOKEN_BRIDGE_EMITTERS ) ;
69
69
for ( const [ chain , emitter ] of tokenBridgeEmitters ) {
70
70
log . start ( ) ;
71
- const paddedChainId = padUint16 ( chainToChainId ( toChain ( chain ) ) . toString ( ) ) ;
71
+ const paddedChainId = padUint16 ( toChainId ( chain ) . toString ( ) ) ;
72
72
let start = `${ paddedChainId } /${ emitter } /` ;
73
73
const end = `${ start } z` ;
74
74
let numRowsRead = 0 ;
You can’t perform that action at this time.
0 commit comments