@snowbridge/registry 0.4.2 → 0.4.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/paseo_sepolia_bridge_info.g.d.ts +8 -7
- package/dist/paseo_sepolia_bridge_info.g.d.ts.map +1 -1
- package/dist/paseo_sepolia_bridge_info.g.js +8 -7
- package/dist/polkadot_mainnet_bridge_info.g.d.ts +172 -18
- package/dist/polkadot_mainnet_bridge_info.g.d.ts.map +1 -1
- package/dist/polkadot_mainnet_bridge_info.g.js +208 -18
- package/dist/transfers.d.ts.map +1 -1
- package/dist/transfers.js +57 -38
- package/dist/westend_sepolia_bridge_info.g.d.ts +99 -11
- package/dist/westend_sepolia_bridge_info.g.d.ts.map +1 -1
- package/dist/westend_sepolia_bridge_info.g.js +122 -11
- package/package.json +4 -4
- package/scripts/buildRegistry.ts +163 -29
- package/src/paseo_sepolia_bridge_info.g.ts +8 -7
- package/src/polkadot_mainnet_bridge_info.g.ts +208 -18
- package/src/transfers.ts +50 -35
- package/src/westend_sepolia_bridge_info.g.ts +122 -11
|
@@ -13,8 +13,8 @@ declare const registry: {
|
|
|
13
13
|
readonly "2043": "wss://parachain-testnet-rpc.origin-trail.network";
|
|
14
14
|
readonly "3369": "wss://paseo-muse-rpc.polkadot.io";
|
|
15
15
|
};
|
|
16
|
-
readonly gatewayContract: "
|
|
17
|
-
readonly beefyContract: "
|
|
16
|
+
readonly gatewayContract: "0x1607c1368bc943130258318c91bbd8cff3d063e6";
|
|
17
|
+
readonly beefyContract: "0x2c780945beb1241fe9c645800110cb9c4bbbb639";
|
|
18
18
|
readonly assetHubParaId: 1000;
|
|
19
19
|
readonly bridgeHubParaId: 1002;
|
|
20
20
|
readonly v2_parachains: readonly [1000];
|
|
@@ -88,10 +88,10 @@ declare const registry: {
|
|
|
88
88
|
readonly assets: readonly ["0xb34a6924a02100ba6ef12af1c798285e8f7a16ee"];
|
|
89
89
|
}];
|
|
90
90
|
readonly registry: {
|
|
91
|
-
readonly timestamp: "2026-
|
|
91
|
+
readonly timestamp: "2026-02-16T10:23:33.158Z";
|
|
92
92
|
readonly environment: "paseo_sepolia";
|
|
93
93
|
readonly ethChainId: 11155111;
|
|
94
|
-
readonly gatewayAddress: "
|
|
94
|
+
readonly gatewayAddress: "0x1607c1368bc943130258318c91bbd8cff3d063e6";
|
|
95
95
|
readonly assetHubParaId: 1000;
|
|
96
96
|
readonly bridgeHubParaId: 1002;
|
|
97
97
|
readonly relaychain: {
|
|
@@ -102,7 +102,7 @@ declare const registry: {
|
|
|
102
102
|
readonly accountType: "AccountId32";
|
|
103
103
|
readonly name: "Paseo Testnet";
|
|
104
104
|
readonly specName: "paseo";
|
|
105
|
-
readonly specVersion:
|
|
105
|
+
readonly specVersion: 2000006;
|
|
106
106
|
};
|
|
107
107
|
readonly bridgeHub: {
|
|
108
108
|
readonly tokenSymbols: "PAS";
|
|
@@ -112,12 +112,13 @@ declare const registry: {
|
|
|
112
112
|
readonly accountType: "AccountId32";
|
|
113
113
|
readonly name: "Paseo Bridge Hub";
|
|
114
114
|
readonly specName: "bridge-hub-paseo";
|
|
115
|
-
readonly specVersion:
|
|
115
|
+
readonly specVersion: 2000006;
|
|
116
116
|
};
|
|
117
117
|
readonly ethereumChains: {
|
|
118
118
|
readonly ethereum_11155111: {
|
|
119
119
|
readonly kind: "ethereum";
|
|
120
120
|
readonly id: 11155111;
|
|
121
|
+
readonly name: "sepolia";
|
|
121
122
|
readonly assets: {
|
|
122
123
|
readonly "0x0000000000000000000000000000000000000000": {
|
|
123
124
|
readonly token: "0x0000000000000000000000000000000000000000";
|
|
@@ -190,7 +191,7 @@ declare const registry: {
|
|
|
190
191
|
readonly accountType: "AccountId32";
|
|
191
192
|
readonly name: "Paseo Asset Hub";
|
|
192
193
|
readonly specName: "asset-hub-paseo";
|
|
193
|
-
readonly specVersion:
|
|
194
|
+
readonly specVersion: 2000006;
|
|
194
195
|
};
|
|
195
196
|
readonly assets: {
|
|
196
197
|
readonly "0x0000000000000000000000000000000000000000": {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"paseo_sepolia_bridge_info.g.d.ts","sourceRoot":"","sources":["../src/paseo_sepolia_bridge_info.g.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,QAAQ
|
|
1
|
+
{"version":3,"file":"paseo_sepolia_bridge_info.g.d.ts","sourceRoot":"","sources":["../src/paseo_sepolia_bridge_info.g.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4VJ,CAAA;AACV,eAAe,QAAQ,CAAA"}
|
|
@@ -15,8 +15,8 @@ const registry = {
|
|
|
15
15
|
"2043": "wss://parachain-testnet-rpc.origin-trail.network",
|
|
16
16
|
"3369": "wss://paseo-muse-rpc.polkadot.io",
|
|
17
17
|
},
|
|
18
|
-
gatewayContract: "
|
|
19
|
-
beefyContract: "
|
|
18
|
+
gatewayContract: "0x1607c1368bc943130258318c91bbd8cff3d063e6",
|
|
19
|
+
beefyContract: "0x2c780945beb1241fe9c645800110cb9c4bbbb639",
|
|
20
20
|
assetHubParaId: 1000,
|
|
21
21
|
bridgeHubParaId: 1002,
|
|
22
22
|
v2_parachains: [1000],
|
|
@@ -109,10 +109,10 @@ const registry = {
|
|
|
109
109
|
},
|
|
110
110
|
],
|
|
111
111
|
registry: {
|
|
112
|
-
timestamp: "2026-
|
|
112
|
+
timestamp: "2026-02-16T10:23:33.158Z",
|
|
113
113
|
environment: "paseo_sepolia",
|
|
114
114
|
ethChainId: 11155111,
|
|
115
|
-
gatewayAddress: "
|
|
115
|
+
gatewayAddress: "0x1607c1368bc943130258318c91bbd8cff3d063e6",
|
|
116
116
|
assetHubParaId: 1000,
|
|
117
117
|
bridgeHubParaId: 1002,
|
|
118
118
|
relaychain: {
|
|
@@ -123,7 +123,7 @@ const registry = {
|
|
|
123
123
|
accountType: "AccountId32",
|
|
124
124
|
name: "Paseo Testnet",
|
|
125
125
|
specName: "paseo",
|
|
126
|
-
specVersion:
|
|
126
|
+
specVersion: 2000006,
|
|
127
127
|
},
|
|
128
128
|
bridgeHub: {
|
|
129
129
|
tokenSymbols: "PAS",
|
|
@@ -133,12 +133,13 @@ const registry = {
|
|
|
133
133
|
accountType: "AccountId32",
|
|
134
134
|
name: "Paseo Bridge Hub",
|
|
135
135
|
specName: "bridge-hub-paseo",
|
|
136
|
-
specVersion:
|
|
136
|
+
specVersion: 2000006,
|
|
137
137
|
},
|
|
138
138
|
ethereumChains: {
|
|
139
139
|
ethereum_11155111: {
|
|
140
140
|
kind: "ethereum",
|
|
141
141
|
id: 11155111,
|
|
142
|
+
name: "sepolia",
|
|
142
143
|
assets: {
|
|
143
144
|
"0x0000000000000000000000000000000000000000": {
|
|
144
145
|
token: "0x0000000000000000000000000000000000000000",
|
|
@@ -211,7 +212,7 @@ const registry = {
|
|
|
211
212
|
accountType: "AccountId32",
|
|
212
213
|
name: "Paseo Asset Hub",
|
|
213
214
|
specName: "asset-hub-paseo",
|
|
214
|
-
specVersion:
|
|
215
|
+
specVersion: 2000006,
|
|
215
216
|
},
|
|
216
217
|
assets: {
|
|
217
218
|
"0x0000000000000000000000000000000000000000": {
|
|
@@ -5,8 +5,10 @@ declare const registry: {
|
|
|
5
5
|
readonly beaconApiUrl: "https://lodestar-mainnet.chainsafe.io";
|
|
6
6
|
readonly ethereumChains: {
|
|
7
7
|
readonly "1": "https://ethereum-rpc.publicnode.com";
|
|
8
|
+
readonly "10": "https://optimism-rpc.publicnode.com";
|
|
8
9
|
readonly "1284": "https://rpc.api.moonbeam.network";
|
|
9
10
|
readonly "8453": "https://base-rpc.publicnode.com";
|
|
11
|
+
readonly "42161": "https://arbitrum-one-rpc.publicnode.com";
|
|
10
12
|
};
|
|
11
13
|
readonly relaychainUrl: "https://polkadot-rpc.n.dwellir.com";
|
|
12
14
|
readonly parachains: {
|
|
@@ -20,7 +22,7 @@ declare const registry: {
|
|
|
20
22
|
readonly "3369": "wss://polkadot-mythos-rpc.polkadot.io";
|
|
21
23
|
};
|
|
22
24
|
readonly gatewayContract: "0x27ca963c279c93801941e1eb8799c23f407d68e7";
|
|
23
|
-
readonly beefyContract: "
|
|
25
|
+
readonly beefyContract: "0x1817874feab3ce053d0f40abc23870db35c2affc";
|
|
24
26
|
readonly assetHubParaId: 1000;
|
|
25
27
|
readonly bridgeHubParaId: 1002;
|
|
26
28
|
readonly v2_parachains: readonly [1000];
|
|
@@ -43,22 +45,48 @@ declare const registry: {
|
|
|
43
45
|
};
|
|
44
46
|
readonly l2Bridge: {
|
|
45
47
|
readonly acrossAPIUrl: "https://app.across.to/api";
|
|
46
|
-
readonly l1AdapterAddress: "
|
|
47
|
-
readonly l1HandlerAddress: "
|
|
48
|
+
readonly l1AdapterAddress: "0xd3b11c36404b092645522b682832fcdee07d2668";
|
|
49
|
+
readonly l1HandlerAddress: "0x924a9f036260ddd5808007e1aa95f08ed08aa569";
|
|
48
50
|
readonly l1FeeTokenAddress: "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2";
|
|
49
|
-
readonly l1SwapQuoterAddress: "
|
|
50
|
-
readonly l1SwapRouterAddress: "
|
|
51
|
+
readonly l1SwapQuoterAddress: "0x61ffe014ba17989e743c5f6cb21bf9697530b21e";
|
|
52
|
+
readonly l1SwapRouterAddress: "0xe592427a0aece92de3edee1f18e0157c05861564";
|
|
51
53
|
readonly l2Chains: {
|
|
54
|
+
readonly "10": {
|
|
55
|
+
readonly adapterAddress: "0x836895ad176235dfe9c59b3df56c7579d90ea338";
|
|
56
|
+
readonly feeTokenAddress: "0x4200000000000000000000000000000000000006";
|
|
57
|
+
readonly swapRoutes: readonly [{
|
|
58
|
+
readonly inputToken: "0x4200000000000000000000000000000000000006";
|
|
59
|
+
readonly outputToken: "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2";
|
|
60
|
+
readonly swapFee: 0;
|
|
61
|
+
}, {
|
|
62
|
+
readonly inputToken: "0x0b2c639c533813f4aa9d7837caf62653d097ff85";
|
|
63
|
+
readonly outputToken: "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48";
|
|
64
|
+
readonly swapFee: 500;
|
|
65
|
+
}];
|
|
66
|
+
};
|
|
52
67
|
readonly "8453": {
|
|
53
|
-
readonly adapterAddress: "
|
|
68
|
+
readonly adapterAddress: "0x07fe4e7340976fc873b74bafe3c3e5b0e01f3665";
|
|
54
69
|
readonly feeTokenAddress: "0x4200000000000000000000000000000000000006";
|
|
55
70
|
readonly swapRoutes: readonly [{
|
|
56
71
|
readonly inputToken: "0x4200000000000000000000000000000000000006";
|
|
57
72
|
readonly outputToken: "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2";
|
|
58
73
|
readonly swapFee: 0;
|
|
59
74
|
}, {
|
|
60
|
-
readonly inputToken: "
|
|
61
|
-
readonly outputToken: "
|
|
75
|
+
readonly inputToken: "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913";
|
|
76
|
+
readonly outputToken: "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48";
|
|
77
|
+
readonly swapFee: 500;
|
|
78
|
+
}];
|
|
79
|
+
};
|
|
80
|
+
readonly "42161": {
|
|
81
|
+
readonly adapterAddress: "0x836895ad176235dfe9c59b3df56c7579d90ea338";
|
|
82
|
+
readonly feeTokenAddress: "0x82af49447d8a07e3bd95bd0d56f35241523fbab1";
|
|
83
|
+
readonly swapRoutes: readonly [{
|
|
84
|
+
readonly inputToken: "0x82af49447d8a07e3bd95bd0d56f35241523fbab1";
|
|
85
|
+
readonly outputToken: "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2";
|
|
86
|
+
readonly swapFee: 0;
|
|
87
|
+
}, {
|
|
88
|
+
readonly inputToken: "0xaf88d065e77c8cc2239327c5edb3a432268e5831";
|
|
89
|
+
readonly outputToken: "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48";
|
|
62
90
|
readonly swapFee: 500;
|
|
63
91
|
}];
|
|
64
92
|
};
|
|
@@ -235,9 +263,69 @@ declare const registry: {
|
|
|
235
263
|
readonly id: 2034;
|
|
236
264
|
};
|
|
237
265
|
readonly assets: readonly ["0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2", "0x5a98fcbea516cf06857215779fd812ca3bef1b32", "0x45804880de22913dafe09f4980848ece6ecbaf78", "0xcccccccccc33d538dbc2ee4feab0a7a1ff4e8a94", "0x57e114b691db790c35207b2e685d4a43181e6061", "0x8236a87084f8b84306f72007f36f2618a5634494", "0x56072c95faa701256059aa122697b133aded9279", "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", "0x18084fba666a33d37592fa2633fd49a74dd93a88", "0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0", "0xe9f6d9898f9269b519e1435e6ebaff766c7f46bf", "0x2260fac5e5542a773aa44fbcfedf7c193bc2c599", "0x0000000000000000000000000000000000000000", "0xdac17f958d2ee523a2206206994597c13d831ec7", "0x514910771af9ca656af840dff83e8264ecf986ca", "0x7fc66500c84a76ad7e9c93437bfc5ac33e2ddae9"];
|
|
266
|
+
}, {
|
|
267
|
+
readonly from: {
|
|
268
|
+
readonly kind: "polkadot";
|
|
269
|
+
readonly id: 1000;
|
|
270
|
+
};
|
|
271
|
+
readonly to: {
|
|
272
|
+
readonly kind: "ethereum_l2";
|
|
273
|
+
readonly id: 10;
|
|
274
|
+
};
|
|
275
|
+
readonly assets: readonly ["0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2", "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", "0x0000000000000000000000000000000000000000"];
|
|
276
|
+
}, {
|
|
277
|
+
readonly from: {
|
|
278
|
+
readonly kind: "ethereum_l2";
|
|
279
|
+
readonly id: 10;
|
|
280
|
+
};
|
|
281
|
+
readonly to: {
|
|
282
|
+
readonly kind: "polkadot";
|
|
283
|
+
readonly id: 1000;
|
|
284
|
+
};
|
|
285
|
+
readonly assets: readonly ["0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2", "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", "0x0000000000000000000000000000000000000000"];
|
|
286
|
+
}, {
|
|
287
|
+
readonly from: {
|
|
288
|
+
readonly kind: "polkadot";
|
|
289
|
+
readonly id: 1000;
|
|
290
|
+
};
|
|
291
|
+
readonly to: {
|
|
292
|
+
readonly kind: "ethereum_l2";
|
|
293
|
+
readonly id: 8453;
|
|
294
|
+
};
|
|
295
|
+
readonly assets: readonly ["0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2", "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", "0x0000000000000000000000000000000000000000"];
|
|
296
|
+
}, {
|
|
297
|
+
readonly from: {
|
|
298
|
+
readonly kind: "ethereum_l2";
|
|
299
|
+
readonly id: 8453;
|
|
300
|
+
};
|
|
301
|
+
readonly to: {
|
|
302
|
+
readonly kind: "polkadot";
|
|
303
|
+
readonly id: 1000;
|
|
304
|
+
};
|
|
305
|
+
readonly assets: readonly ["0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2", "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", "0x0000000000000000000000000000000000000000"];
|
|
306
|
+
}, {
|
|
307
|
+
readonly from: {
|
|
308
|
+
readonly kind: "polkadot";
|
|
309
|
+
readonly id: 1000;
|
|
310
|
+
};
|
|
311
|
+
readonly to: {
|
|
312
|
+
readonly kind: "ethereum_l2";
|
|
313
|
+
readonly id: 42161;
|
|
314
|
+
};
|
|
315
|
+
readonly assets: readonly ["0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2", "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", "0x0000000000000000000000000000000000000000"];
|
|
316
|
+
}, {
|
|
317
|
+
readonly from: {
|
|
318
|
+
readonly kind: "ethereum_l2";
|
|
319
|
+
readonly id: 42161;
|
|
320
|
+
};
|
|
321
|
+
readonly to: {
|
|
322
|
+
readonly kind: "polkadot";
|
|
323
|
+
readonly id: 1000;
|
|
324
|
+
};
|
|
325
|
+
readonly assets: readonly ["0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2", "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", "0x0000000000000000000000000000000000000000"];
|
|
238
326
|
}];
|
|
239
327
|
readonly registry: {
|
|
240
|
-
readonly timestamp: "2026-02-
|
|
328
|
+
readonly timestamp: "2026-02-16T10:21:57.286Z";
|
|
241
329
|
readonly environment: "polkadot_mainnet";
|
|
242
330
|
readonly ethChainId: 1;
|
|
243
331
|
readonly gatewayAddress: "0x27ca963c279c93801941e1eb8799c23f407d68e7";
|
|
@@ -251,7 +339,7 @@ declare const registry: {
|
|
|
251
339
|
readonly accountType: "AccountId32";
|
|
252
340
|
readonly name: "Polkadot";
|
|
253
341
|
readonly specName: "polkadot";
|
|
254
|
-
readonly specVersion:
|
|
342
|
+
readonly specVersion: 2000006;
|
|
255
343
|
};
|
|
256
344
|
readonly bridgeHub: {
|
|
257
345
|
readonly tokenSymbols: "DOT";
|
|
@@ -261,12 +349,13 @@ declare const registry: {
|
|
|
261
349
|
readonly accountType: "AccountId32";
|
|
262
350
|
readonly name: "Polkadot BridgeHub";
|
|
263
351
|
readonly specName: "bridge-hub-polkadot";
|
|
264
|
-
readonly specVersion:
|
|
352
|
+
readonly specVersion: 2000006;
|
|
265
353
|
};
|
|
266
354
|
readonly ethereumChains: {
|
|
267
355
|
readonly ethereum_1: {
|
|
268
356
|
readonly kind: "ethereum";
|
|
269
357
|
readonly id: 1;
|
|
358
|
+
readonly name: "mainnet";
|
|
270
359
|
readonly assets: {
|
|
271
360
|
readonly "0x9d39a5de30e57443bff2a8307a4256c8797a3497": {
|
|
272
361
|
readonly token: "0x9d39a5de30e57443bff2a8307a4256c8797a3497";
|
|
@@ -537,6 +626,38 @@ declare const registry: {
|
|
|
537
626
|
readonly key: "ethereum_1";
|
|
538
627
|
readonly baseDeliveryGas: 120000n;
|
|
539
628
|
};
|
|
629
|
+
readonly ethereum_l2_10: {
|
|
630
|
+
readonly kind: "ethereum_l2";
|
|
631
|
+
readonly id: 10;
|
|
632
|
+
readonly name: "optimism";
|
|
633
|
+
readonly assets: {
|
|
634
|
+
readonly "0x4200000000000000000000000000000000000006": {
|
|
635
|
+
readonly token: "0x4200000000000000000000000000000000000006";
|
|
636
|
+
readonly name: "Wrapped Ether";
|
|
637
|
+
readonly symbol: "WETH";
|
|
638
|
+
readonly decimals: 18;
|
|
639
|
+
readonly swapTokenAddress: "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2";
|
|
640
|
+
readonly swapFee: 0;
|
|
641
|
+
};
|
|
642
|
+
readonly "0x0b2c639c533813f4aa9d7837caf62653d097ff85": {
|
|
643
|
+
readonly token: "0x0b2c639c533813f4aa9d7837caf62653d097ff85";
|
|
644
|
+
readonly name: "USD Coin";
|
|
645
|
+
readonly symbol: "USDC";
|
|
646
|
+
readonly decimals: 6;
|
|
647
|
+
readonly swapTokenAddress: "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48";
|
|
648
|
+
readonly swapFee: 500;
|
|
649
|
+
};
|
|
650
|
+
readonly "0x0000000000000000000000000000000000000000": {
|
|
651
|
+
readonly token: "0x0000000000000000000000000000000000000000";
|
|
652
|
+
readonly name: "Ether";
|
|
653
|
+
readonly symbol: "Ether";
|
|
654
|
+
readonly decimals: 18;
|
|
655
|
+
readonly swapTokenAddress: "0x0000000000000000000000000000000000000000";
|
|
656
|
+
readonly swapFee: 0;
|
|
657
|
+
};
|
|
658
|
+
};
|
|
659
|
+
readonly key: "ethereum_l2_10";
|
|
660
|
+
};
|
|
540
661
|
readonly ethereum_1284: {
|
|
541
662
|
readonly kind: "ethereum";
|
|
542
663
|
readonly id: 1284;
|
|
@@ -607,6 +728,7 @@ declare const registry: {
|
|
|
607
728
|
readonly ethereum_l2_8453: {
|
|
608
729
|
readonly kind: "ethereum_l2";
|
|
609
730
|
readonly id: 8453;
|
|
731
|
+
readonly name: "base";
|
|
610
732
|
readonly assets: {
|
|
611
733
|
readonly "0x4200000000000000000000000000000000000006": {
|
|
612
734
|
readonly token: "0x4200000000000000000000000000000000000006";
|
|
@@ -616,12 +738,12 @@ declare const registry: {
|
|
|
616
738
|
readonly swapTokenAddress: "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2";
|
|
617
739
|
readonly swapFee: 0;
|
|
618
740
|
};
|
|
619
|
-
readonly "
|
|
620
|
-
readonly token: "
|
|
741
|
+
readonly "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913": {
|
|
742
|
+
readonly token: "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913";
|
|
621
743
|
readonly name: "USD Coin";
|
|
622
744
|
readonly symbol: "USDC";
|
|
623
745
|
readonly decimals: 6;
|
|
624
|
-
readonly swapTokenAddress: "
|
|
746
|
+
readonly swapTokenAddress: "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48";
|
|
625
747
|
readonly swapFee: 500;
|
|
626
748
|
};
|
|
627
749
|
readonly "0x0000000000000000000000000000000000000000": {
|
|
@@ -635,6 +757,38 @@ declare const registry: {
|
|
|
635
757
|
};
|
|
636
758
|
readonly key: "ethereum_l2_8453";
|
|
637
759
|
};
|
|
760
|
+
readonly ethereum_l2_42161: {
|
|
761
|
+
readonly kind: "ethereum_l2";
|
|
762
|
+
readonly id: 42161;
|
|
763
|
+
readonly name: "arbitrum";
|
|
764
|
+
readonly assets: {
|
|
765
|
+
readonly "0x82af49447d8a07e3bd95bd0d56f35241523fbab1": {
|
|
766
|
+
readonly token: "0x82af49447d8a07e3bd95bd0d56f35241523fbab1";
|
|
767
|
+
readonly name: "Wrapped Ether";
|
|
768
|
+
readonly symbol: "WETH";
|
|
769
|
+
readonly decimals: 18;
|
|
770
|
+
readonly swapTokenAddress: "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2";
|
|
771
|
+
readonly swapFee: 0;
|
|
772
|
+
};
|
|
773
|
+
readonly "0xaf88d065e77c8cc2239327c5edb3a432268e5831": {
|
|
774
|
+
readonly token: "0xaf88d065e77c8cc2239327c5edb3a432268e5831";
|
|
775
|
+
readonly name: "USD Coin";
|
|
776
|
+
readonly symbol: "USDC";
|
|
777
|
+
readonly decimals: 6;
|
|
778
|
+
readonly swapTokenAddress: "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48";
|
|
779
|
+
readonly swapFee: 500;
|
|
780
|
+
};
|
|
781
|
+
readonly "0x0000000000000000000000000000000000000000": {
|
|
782
|
+
readonly token: "0x0000000000000000000000000000000000000000";
|
|
783
|
+
readonly name: "Ether";
|
|
784
|
+
readonly symbol: "Ether";
|
|
785
|
+
readonly decimals: 18;
|
|
786
|
+
readonly swapTokenAddress: "0x0000000000000000000000000000000000000000";
|
|
787
|
+
readonly swapFee: 0;
|
|
788
|
+
};
|
|
789
|
+
};
|
|
790
|
+
readonly key: "ethereum_l2_42161";
|
|
791
|
+
};
|
|
638
792
|
};
|
|
639
793
|
readonly parachains: {
|
|
640
794
|
readonly polkadot_1000: {
|
|
@@ -661,7 +815,7 @@ declare const registry: {
|
|
|
661
815
|
readonly accountType: "AccountId32";
|
|
662
816
|
readonly name: "Polkadot Asset Hub";
|
|
663
817
|
readonly specName: "statemint";
|
|
664
|
-
readonly specVersion:
|
|
818
|
+
readonly specVersion: 2000006;
|
|
665
819
|
};
|
|
666
820
|
readonly assets: {
|
|
667
821
|
readonly "0x9d39a5de30e57443bff2a8307a4256c8797a3497": {
|
|
@@ -1375,7 +1529,7 @@ declare const registry: {
|
|
|
1375
1529
|
readonly isSufficient: false;
|
|
1376
1530
|
};
|
|
1377
1531
|
};
|
|
1378
|
-
readonly estimatedExecutionFeeDOT:
|
|
1532
|
+
readonly estimatedExecutionFeeDOT: 85078513n;
|
|
1379
1533
|
readonly estimatedDeliveryFeeDOT: 307100000n;
|
|
1380
1534
|
};
|
|
1381
1535
|
readonly polkadot_2034: {
|
|
@@ -1559,7 +1713,7 @@ declare const registry: {
|
|
|
1559
1713
|
readonly isSufficient: true;
|
|
1560
1714
|
};
|
|
1561
1715
|
};
|
|
1562
|
-
readonly estimatedExecutionFeeDOT:
|
|
1716
|
+
readonly estimatedExecutionFeeDOT: 1616331n;
|
|
1563
1717
|
readonly estimatedDeliveryFeeDOT: 307100000n;
|
|
1564
1718
|
};
|
|
1565
1719
|
readonly polkadot_2043: {
|
|
@@ -1667,7 +1821,7 @@ declare const registry: {
|
|
|
1667
1821
|
readonly accountType: "AccountId32";
|
|
1668
1822
|
readonly name: "Kusama Asset Hub";
|
|
1669
1823
|
readonly specName: "statemine";
|
|
1670
|
-
readonly specVersion:
|
|
1824
|
+
readonly specVersion: 2000006;
|
|
1671
1825
|
};
|
|
1672
1826
|
readonly assets: {
|
|
1673
1827
|
readonly "0x9d39a5de30e57443bff2a8307a4256c8797a3497": {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"polkadot_mainnet_bridge_info.g.d.ts","sourceRoot":"","sources":["../src/polkadot_mainnet_bridge_info.g.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,QAAQ
|
|
1
|
+
{"version":3,"file":"polkadot_mainnet_bridge_info.g.d.ts","sourceRoot":"","sources":["../src/polkadot_mainnet_bridge_info.g.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA26EJ,CAAA;AACV,eAAe,QAAQ,CAAA"}
|