File tree Expand file tree Collapse file tree 6 files changed +3
-3
lines changed Expand file tree Collapse file tree 6 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,4 +20,3 @@ export * from "./ntt.js";
2020export * from "./nttWithExecutor.js" ;
2121export * from "./multiTokenNtt.js" ;
2222export * from "./multiTokenNttWithExecutor.js" ;
23- export * from "./axelar.js" ;
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ import {
4444 loadAbiVersion ,
4545 MultiTokenNttBindings ,
4646} from "./multiTokenNttBindings.js" ;
47- import { getAxelarGasFee } from "./axelar.js " ;
47+ import { getAxelarGasFee } from "@wormhole-foundation/sdk-definitions-ntt " ;
4848import { NativeTokenTransferCodec } from "./ethers-contracts/1_1_0/MultiTokenNtt.js" ;
4949
5050export class EvmMultiTokenNtt < N extends Network , C extends EvmChains >
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ export * from "./nttWithExecutor.js";
1212export * from "./multiTokenNtt.js" ;
1313export * from "./multiTokenNttWithExecutor.js" ;
1414export * from "./trimmedAmount.js" ;
15+ export * from "./axelar.js" ;
1516
1617export * from "./layouts/index.js" ;
1718export type * from "./layouts/index.js" ;
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import { MultiTokenNttRoute } from "./types.js";
99import {
1010 getAxelarTransactionStatus ,
1111 getAxelarExplorerUrl ,
12- } from "@wormhole-foundation/sdk-evm -ntt" ;
12+ } from "@wormhole-foundation/sdk-definitions -ntt" ;
1313import { fetchStatus , isRelayStatusFailed } from "./executor/utils.js" ;
1414
1515export async function trackExecutor <
You can’t perform that action at this time.
0 commit comments