Skip to content

Commit 2abe7de

Browse files
committed
generate transaction data using DLN API, added timeout an multistep
1 parent 34f3287 commit 2abe7de

File tree

5 files changed

+541
-149
lines changed

5 files changed

+541
-149
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import {
22
getChain,
33
getNetworkInfo
4-
} from "./chunk-P72ZFAFN.js";
4+
} from "./chunk-QYWLTMWP.js";
55
import {
66
__name,
77
__publicField

src/adapters/providers/debridge/constants.ts

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,25 @@ export const svmDLNContracts = {
6666
[DLN.SOURCE]: "src5qyZHqTqecJV4aY6Cb6zDZLMDzrDKKezs22MPHr4",
6767
[DLN.DESTINATION]: "dst5MGcFPoBeREFAA5E3tU5ij8m5uVYwkzkSAbsLbNo",
6868
};
69+
70+
export const DLNInternalId = {
71+
[Chain.ABSTRACT]: 100000017,
72+
[Chain.ARBITRUM]: 42161,
73+
[Chain.AVALANCHE]: 43114,
74+
[Chain.BASE]: 8453,
75+
[Chain.BERACHAIN]: 100000020,
76+
[Chain.BITROCK]: 100000005,
77+
[Chain.BNBCHAIN]: 56,
78+
[Chain.CRONOS_ZKEVM]: 100000010,
79+
[Chain.CROSS_FI]: 100000006,
80+
[Chain.ETHEREUM]: 1,
81+
[Chain.GNOSIS]: 100000002,
82+
[Chain.HYPER_EVM]: 100000022,
83+
[Chain.LINEA]: 59144,
84+
[Chain.METIS]: 100000004,
85+
[Chain.NEON]: 100000001,
86+
[Chain.OPTIMISM]: 10,
87+
[Chain.POLYGON]: 137,
88+
[Chain.SONIC]: 100000014,
89+
[Chain.STORY]: 100000013,
90+
};

0 commit comments

Comments
 (0)