Skip to content

Commit e7fe9b6

Browse files
committed
tracking info fix
1 parent 507db04 commit e7fe9b6

File tree

6 files changed

+81
-518
lines changed

6 files changed

+81
-518
lines changed

evm/ts/src/axelar.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { Chain, Network } from "@wormhole-foundation/sdk-base";
22

3-
// Using direct API calls instead of importing the entire @axelar-network/axelarjs-sdk to stay lightweight
3+
// The point if this module is to use direct API calls instead of importing the entire @axelar-network/axelarjs-sdk to stay lightweight.
4+
45
// Axelar chains: https://github.com/axelarnetwork/axelarjs-sdk/blob/53a957deb1209325b1e3d109e0985a64db6d9901/src/constants/EvmChain.ts#L1
56
export const axelarChains: Partial<Record<Chain, string>> = {
67
Ethereum: "ethereum",

0 commit comments

Comments
 (0)