@snowbridge/registry 1.0.16-alpha.2 → 1.1.1
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/.turbo/turbo-build.log +1 -1
- package/dist/local_e2e_bridge_info.g.d.ts +1 -1
- package/dist/local_e2e_bridge_info.g.js +1 -1
- package/dist/paseo_sepolia_bridge_info.g.d.ts +1 -1
- package/dist/paseo_sepolia_bridge_info.g.js +1 -1
- package/dist/polkadot_mainnet_bridge_info.g.d.ts +39 -12
- package/dist/polkadot_mainnet_bridge_info.g.d.ts.map +1 -1
- package/dist/polkadot_mainnet_bridge_info.g.js +97 -80
- package/dist/westend_sepolia_bridge_info.g.d.ts +1 -1
- package/dist/westend_sepolia_bridge_info.g.js +1 -1
- package/package.json +5 -5
- package/scripts/buildRegistry.ts +5 -24
- package/src/local_e2e_bridge_info.g.ts +1 -1
- package/src/paseo_sepolia_bridge_info.g.ts +1 -1
- package/src/polkadot_mainnet_bridge_info.g.ts +149 -106
- package/src/westend_sepolia_bridge_info.g.ts +1 -1
|
@@ -27,9 +27,7 @@ const registry = {
|
|
|
27
27
|
beefyContract: "0x7cfc5c8b341991993080af67d940b6ad19a010e1",
|
|
28
28
|
assetHubParaId: 1000,
|
|
29
29
|
bridgeHubParaId: 1002,
|
|
30
|
-
v2_parachains: [
|
|
31
|
-
1000
|
|
32
|
-
],
|
|
30
|
+
v2_parachains: [1000, 2034],
|
|
33
31
|
indexerGraphQlUrl: "https://subsquid.snowbridge.network/graphql",
|
|
34
32
|
kusama: {
|
|
35
33
|
assetHubParaId: 1000,
|
|
@@ -68,7 +66,7 @@ const registry = {
|
|
|
68
66
|
inputToken: "0x0b2c639c533813f4aa9d7837caf62653d097ff85",
|
|
69
67
|
outputToken: "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
|
|
70
68
|
swapFee: 500,
|
|
71
|
-
}
|
|
69
|
+
},
|
|
72
70
|
],
|
|
73
71
|
},
|
|
74
72
|
"8453": {
|
|
@@ -84,7 +82,7 @@ const registry = {
|
|
|
84
82
|
inputToken: "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
|
|
85
83
|
outputToken: "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
|
|
86
84
|
swapFee: 500,
|
|
87
|
-
}
|
|
85
|
+
},
|
|
88
86
|
],
|
|
89
87
|
},
|
|
90
88
|
"42161": {
|
|
@@ -100,7 +98,7 @@ const registry = {
|
|
|
100
98
|
inputToken: "0xaf88d065e77c8cc2239327c5edb3a432268e5831",
|
|
101
99
|
outputToken: "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
|
|
102
100
|
swapFee: 500,
|
|
103
|
-
}
|
|
101
|
+
},
|
|
104
102
|
],
|
|
105
103
|
},
|
|
106
104
|
},
|
|
@@ -128,6 +126,8 @@ const registry = {
|
|
|
128
126
|
"0x57e114b691db790c35207b2e685d4a43181e6061",
|
|
129
127
|
"0x8236a87084f8b84306f72007f36f2618a5634494",
|
|
130
128
|
"0x1abaea1f7c830bd89acc67ec4af516284b1bc33c",
|
|
129
|
+
"0xb62132e35a6c13ee1ee0f84dc5d40bad8d815206",
|
|
130
|
+
"0xd166337499e176bbc38a1fbd113ab144e5bd2df7",
|
|
131
131
|
"0x56072c95faa701256059aa122697b133aded9279",
|
|
132
132
|
"0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
|
|
133
133
|
"0x0e186357c323c806c1efdad36d217f7a54b63d18",
|
|
@@ -151,7 +151,7 @@ const registry = {
|
|
|
151
151
|
"0xa37b046782518a80e2e69056009fbd0431d36e50",
|
|
152
152
|
"0x769916a66fdac0e3d57363129caac59386ea622b",
|
|
153
153
|
"0x1f752250f518e419f2f03804e25728c5c6dff73f",
|
|
154
|
-
"0x92262680a8d6636bba9bffdf484c274ca2de6400"
|
|
154
|
+
"0x92262680a8d6636bba9bffdf484c274ca2de6400",
|
|
155
155
|
],
|
|
156
156
|
},
|
|
157
157
|
{
|
|
@@ -175,6 +175,8 @@ const registry = {
|
|
|
175
175
|
"0x57e114b691db790c35207b2e685d4a43181e6061",
|
|
176
176
|
"0x8236a87084f8b84306f72007f36f2618a5634494",
|
|
177
177
|
"0x1abaea1f7c830bd89acc67ec4af516284b1bc33c",
|
|
178
|
+
"0xb62132e35a6c13ee1ee0f84dc5d40bad8d815206",
|
|
179
|
+
"0xd166337499e176bbc38a1fbd113ab144e5bd2df7",
|
|
178
180
|
"0x56072c95faa701256059aa122697b133aded9279",
|
|
179
181
|
"0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
|
|
180
182
|
"0x0e186357c323c806c1efdad36d217f7a54b63d18",
|
|
@@ -198,7 +200,7 @@ const registry = {
|
|
|
198
200
|
"0xa37b046782518a80e2e69056009fbd0431d36e50",
|
|
199
201
|
"0x769916a66fdac0e3d57363129caac59386ea622b",
|
|
200
202
|
"0x1f752250f518e419f2f03804e25728c5c6dff73f",
|
|
201
|
-
"0x92262680a8d6636bba9bffdf484c274ca2de6400"
|
|
203
|
+
"0x92262680a8d6636bba9bffdf484c274ca2de6400",
|
|
202
204
|
],
|
|
203
205
|
},
|
|
204
206
|
{
|
|
@@ -210,9 +212,7 @@ const registry = {
|
|
|
210
212
|
kind: "polkadot",
|
|
211
213
|
id: 2000,
|
|
212
214
|
},
|
|
213
|
-
assets: [
|
|
214
|
-
"0x0000000000000000000000000000000000000000"
|
|
215
|
-
],
|
|
215
|
+
assets: ["0x0000000000000000000000000000000000000000"],
|
|
216
216
|
},
|
|
217
217
|
{
|
|
218
218
|
from: {
|
|
@@ -223,9 +223,7 @@ const registry = {
|
|
|
223
223
|
kind: "ethereum",
|
|
224
224
|
id: 1,
|
|
225
225
|
},
|
|
226
|
-
assets: [
|
|
227
|
-
"0x0000000000000000000000000000000000000000"
|
|
228
|
-
],
|
|
226
|
+
assets: ["0x0000000000000000000000000000000000000000"],
|
|
229
227
|
},
|
|
230
228
|
{
|
|
231
229
|
from: {
|
|
@@ -243,7 +241,7 @@ const registry = {
|
|
|
243
241
|
"0x6b175474e89094c44da98b954eedeac495271d0f",
|
|
244
242
|
"0x2260fac5e5542a773aa44fbcfedf7c193bc2c599",
|
|
245
243
|
"0x0000000000000000000000000000000000000000",
|
|
246
|
-
"0xdac17f958d2ee523a2206206994597c13d831ec7"
|
|
244
|
+
"0xdac17f958d2ee523a2206206994597c13d831ec7",
|
|
247
245
|
],
|
|
248
246
|
},
|
|
249
247
|
{
|
|
@@ -262,7 +260,7 @@ const registry = {
|
|
|
262
260
|
"0x6b175474e89094c44da98b954eedeac495271d0f",
|
|
263
261
|
"0x2260fac5e5542a773aa44fbcfedf7c193bc2c599",
|
|
264
262
|
"0x0000000000000000000000000000000000000000",
|
|
265
|
-
"0xdac17f958d2ee523a2206206994597c13d831ec7"
|
|
263
|
+
"0xdac17f958d2ee523a2206206994597c13d831ec7",
|
|
266
264
|
],
|
|
267
265
|
},
|
|
268
266
|
{
|
|
@@ -281,7 +279,7 @@ const registry = {
|
|
|
281
279
|
"0x6b175474e89094c44da98b954eedeac495271d0f",
|
|
282
280
|
"0x2260fac5e5542a773aa44fbcfedf7c193bc2c599",
|
|
283
281
|
"0x0000000000000000000000000000000000000000",
|
|
284
|
-
"0xdac17f958d2ee523a2206206994597c13d831ec7"
|
|
282
|
+
"0xdac17f958d2ee523a2206206994597c13d831ec7",
|
|
285
283
|
],
|
|
286
284
|
},
|
|
287
285
|
{
|
|
@@ -295,7 +293,7 @@ const registry = {
|
|
|
295
293
|
},
|
|
296
294
|
assets: [
|
|
297
295
|
"0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
|
|
298
|
-
"0x0000000000000000000000000000000000000000"
|
|
296
|
+
"0x0000000000000000000000000000000000000000",
|
|
299
297
|
],
|
|
300
298
|
},
|
|
301
299
|
{
|
|
@@ -309,7 +307,7 @@ const registry = {
|
|
|
309
307
|
},
|
|
310
308
|
assets: [
|
|
311
309
|
"0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
|
|
312
|
-
"0x0000000000000000000000000000000000000000"
|
|
310
|
+
"0x0000000000000000000000000000000000000000",
|
|
313
311
|
],
|
|
314
312
|
},
|
|
315
313
|
{
|
|
@@ -340,7 +338,7 @@ const registry = {
|
|
|
340
338
|
"0x0000000000000000000000000000000000000000",
|
|
341
339
|
"0xdac17f958d2ee523a2206206994597c13d831ec7",
|
|
342
340
|
"0x514910771af9ca656af840dff83e8264ecf986ca",
|
|
343
|
-
"0x7fc66500c84a76ad7e9c93437bfc5ac33e2ddae9"
|
|
341
|
+
"0x7fc66500c84a76ad7e9c93437bfc5ac33e2ddae9",
|
|
344
342
|
],
|
|
345
343
|
},
|
|
346
344
|
{
|
|
@@ -369,7 +367,7 @@ const registry = {
|
|
|
369
367
|
"0x0000000000000000000000000000000000000000",
|
|
370
368
|
"0xdac17f958d2ee523a2206206994597c13d831ec7",
|
|
371
369
|
"0x514910771af9ca656af840dff83e8264ecf986ca",
|
|
372
|
-
"0x7fc66500c84a76ad7e9c93437bfc5ac33e2ddae9"
|
|
370
|
+
"0x7fc66500c84a76ad7e9c93437bfc5ac33e2ddae9",
|
|
373
371
|
],
|
|
374
372
|
},
|
|
375
373
|
{
|
|
@@ -381,9 +379,7 @@ const registry = {
|
|
|
381
379
|
kind: "polkadot",
|
|
382
380
|
id: 2043,
|
|
383
381
|
},
|
|
384
|
-
assets: [
|
|
385
|
-
"0xaa7a9ca87d3694b5755f213b5d04094b8d0f0a6f"
|
|
386
|
-
],
|
|
382
|
+
assets: ["0xaa7a9ca87d3694b5755f213b5d04094b8d0f0a6f"],
|
|
387
383
|
},
|
|
388
384
|
{
|
|
389
385
|
from: {
|
|
@@ -394,9 +390,7 @@ const registry = {
|
|
|
394
390
|
kind: "ethereum",
|
|
395
391
|
id: 1,
|
|
396
392
|
},
|
|
397
|
-
assets: [
|
|
398
|
-
"0xaa7a9ca87d3694b5755f213b5d04094b8d0f0a6f"
|
|
399
|
-
],
|
|
393
|
+
assets: ["0xaa7a9ca87d3694b5755f213b5d04094b8d0f0a6f"],
|
|
400
394
|
},
|
|
401
395
|
{
|
|
402
396
|
from: {
|
|
@@ -407,9 +401,7 @@ const registry = {
|
|
|
407
401
|
kind: "polkadot",
|
|
408
402
|
id: 3369,
|
|
409
403
|
},
|
|
410
|
-
assets: [
|
|
411
|
-
"0xba41ddf06b7ffd89d1267b5a93bfef2424eb2003"
|
|
412
|
-
],
|
|
404
|
+
assets: ["0xba41ddf06b7ffd89d1267b5a93bfef2424eb2003"],
|
|
413
405
|
},
|
|
414
406
|
{
|
|
415
407
|
from: {
|
|
@@ -420,9 +412,7 @@ const registry = {
|
|
|
420
412
|
kind: "ethereum",
|
|
421
413
|
id: 1,
|
|
422
414
|
},
|
|
423
|
-
assets: [
|
|
424
|
-
"0xba41ddf06b7ffd89d1267b5a93bfef2424eb2003"
|
|
425
|
-
],
|
|
415
|
+
assets: ["0xba41ddf06b7ffd89d1267b5a93bfef2424eb2003"],
|
|
426
416
|
},
|
|
427
417
|
{
|
|
428
418
|
from: {
|
|
@@ -452,7 +442,7 @@ const registry = {
|
|
|
452
442
|
"0x0000000000000000000000000000000000000000",
|
|
453
443
|
"0xdac17f958d2ee523a2206206994597c13d831ec7",
|
|
454
444
|
"0x514910771af9ca656af840dff83e8264ecf986ca",
|
|
455
|
-
"0x7fc66500c84a76ad7e9c93437bfc5ac33e2ddae9"
|
|
445
|
+
"0x7fc66500c84a76ad7e9c93437bfc5ac33e2ddae9",
|
|
456
446
|
],
|
|
457
447
|
},
|
|
458
448
|
{
|
|
@@ -480,7 +470,7 @@ const registry = {
|
|
|
480
470
|
"0x0000000000000000000000000000000000000000",
|
|
481
471
|
"0xdac17f958d2ee523a2206206994597c13d831ec7",
|
|
482
472
|
"0x514910771af9ca656af840dff83e8264ecf986ca",
|
|
483
|
-
"0x7fc66500c84a76ad7e9c93437bfc5ac33e2ddae9"
|
|
473
|
+
"0x7fc66500c84a76ad7e9c93437bfc5ac33e2ddae9",
|
|
484
474
|
],
|
|
485
475
|
},
|
|
486
476
|
{
|
|
@@ -495,7 +485,7 @@ const registry = {
|
|
|
495
485
|
assets: [
|
|
496
486
|
"0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
|
|
497
487
|
"0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
|
|
498
|
-
"0x0000000000000000000000000000000000000000"
|
|
488
|
+
"0x0000000000000000000000000000000000000000",
|
|
499
489
|
],
|
|
500
490
|
},
|
|
501
491
|
{
|
|
@@ -510,7 +500,7 @@ const registry = {
|
|
|
510
500
|
assets: [
|
|
511
501
|
"0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
|
|
512
502
|
"0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
|
|
513
|
-
"0x0000000000000000000000000000000000000000"
|
|
503
|
+
"0x0000000000000000000000000000000000000000",
|
|
514
504
|
],
|
|
515
505
|
},
|
|
516
506
|
{
|
|
@@ -525,7 +515,7 @@ const registry = {
|
|
|
525
515
|
assets: [
|
|
526
516
|
"0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
|
|
527
517
|
"0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
|
|
528
|
-
"0x0000000000000000000000000000000000000000"
|
|
518
|
+
"0x0000000000000000000000000000000000000000",
|
|
529
519
|
],
|
|
530
520
|
},
|
|
531
521
|
{
|
|
@@ -540,7 +530,7 @@ const registry = {
|
|
|
540
530
|
assets: [
|
|
541
531
|
"0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
|
|
542
532
|
"0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
|
|
543
|
-
"0x0000000000000000000000000000000000000000"
|
|
533
|
+
"0x0000000000000000000000000000000000000000",
|
|
544
534
|
],
|
|
545
535
|
},
|
|
546
536
|
{
|
|
@@ -555,7 +545,7 @@ const registry = {
|
|
|
555
545
|
assets: [
|
|
556
546
|
"0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
|
|
557
547
|
"0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
|
|
558
|
-
"0x0000000000000000000000000000000000000000"
|
|
548
|
+
"0x0000000000000000000000000000000000000000",
|
|
559
549
|
],
|
|
560
550
|
},
|
|
561
551
|
{
|
|
@@ -570,12 +560,12 @@ const registry = {
|
|
|
570
560
|
assets: [
|
|
571
561
|
"0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
|
|
572
562
|
"0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
|
|
573
|
-
"0x0000000000000000000000000000000000000000"
|
|
563
|
+
"0x0000000000000000000000000000000000000000",
|
|
574
564
|
],
|
|
575
|
-
}
|
|
565
|
+
},
|
|
576
566
|
],
|
|
577
567
|
registry: {
|
|
578
|
-
timestamp: "2026-
|
|
568
|
+
timestamp: "2026-05-05T21:57:00.463Z",
|
|
579
569
|
environment: "polkadot_mainnet",
|
|
580
570
|
ethChainId: 1,
|
|
581
571
|
gatewayAddress: "0x27ca963c279c93801941e1eb8799c23f407d68e7",
|
|
@@ -684,6 +674,20 @@ const registry = {
|
|
|
684
674
|
decimals: 6,
|
|
685
675
|
deliveryGas: 80000n,
|
|
686
676
|
},
|
|
677
|
+
"0xb62132e35a6c13ee1ee0f84dc5d40bad8d815206": {
|
|
678
|
+
token: "0xb62132e35a6c13ee1ee0f84dc5d40bad8d815206",
|
|
679
|
+
name: "Nexo",
|
|
680
|
+
symbol: "NEXO",
|
|
681
|
+
decimals: 18,
|
|
682
|
+
deliveryGas: 80000n,
|
|
683
|
+
},
|
|
684
|
+
"0xd166337499e176bbc38a1fbd113ab144e5bd2df7": {
|
|
685
|
+
token: "0xd166337499e176bbc38a1fbd113ab144e5bd2df7",
|
|
686
|
+
name: "Staked USDat",
|
|
687
|
+
symbol: "sUSDat",
|
|
688
|
+
decimals: 18,
|
|
689
|
+
deliveryGas: 80000n,
|
|
690
|
+
},
|
|
687
691
|
"0x56072c95faa701256059aa122697b133aded9279": {
|
|
688
692
|
token: "0x56072c95faa701256059aa122697b133aded9279",
|
|
689
693
|
name: "SKY Governance Token",
|
|
@@ -882,10 +886,7 @@ const registry = {
|
|
|
882
886
|
},
|
|
883
887
|
},
|
|
884
888
|
key: "ethereum_1",
|
|
885
|
-
|
|
886
|
-
baseDispatchGas: 80000n,
|
|
887
|
-
twoPhaseSubmitGas: 1000000n,
|
|
888
|
-
submitFiatShamirGas: 2000000n,
|
|
889
|
+
baseDeliveryGas: 120000n,
|
|
889
890
|
},
|
|
890
891
|
ethereum_l2_10: {
|
|
891
892
|
kind: "ethereum_l2",
|
|
@@ -1167,6 +1168,22 @@ const registry = {
|
|
|
1167
1168
|
decimals: 6,
|
|
1168
1169
|
isSufficient: false,
|
|
1169
1170
|
},
|
|
1171
|
+
"0xb62132e35a6c13ee1ee0f84dc5d40bad8d815206": {
|
|
1172
|
+
token: "0xb62132e35a6c13ee1ee0f84dc5d40bad8d815206",
|
|
1173
|
+
name: "",
|
|
1174
|
+
minimumBalance: 1n,
|
|
1175
|
+
symbol: "",
|
|
1176
|
+
decimals: 0,
|
|
1177
|
+
isSufficient: false,
|
|
1178
|
+
},
|
|
1179
|
+
"0xd166337499e176bbc38a1fbd113ab144e5bd2df7": {
|
|
1180
|
+
token: "0xd166337499e176bbc38a1fbd113ab144e5bd2df7",
|
|
1181
|
+
name: "",
|
|
1182
|
+
minimumBalance: 1n,
|
|
1183
|
+
symbol: "",
|
|
1184
|
+
decimals: 0,
|
|
1185
|
+
isSufficient: false,
|
|
1186
|
+
},
|
|
1170
1187
|
"0x56072c95faa701256059aa122697b133aded9279": {
|
|
1171
1188
|
token: "0x56072c95faa701256059aa122697b133aded9279",
|
|
1172
1189
|
name: "SKY Governance Token",
|
|
@@ -1332,7 +1349,7 @@ const registry = {
|
|
|
1332
1349
|
globalConsensus: {
|
|
1333
1350
|
polkadot: null,
|
|
1334
1351
|
},
|
|
1335
|
-
}
|
|
1352
|
+
},
|
|
1336
1353
|
],
|
|
1337
1354
|
},
|
|
1338
1355
|
},
|
|
@@ -1370,7 +1387,7 @@ const registry = {
|
|
|
1370
1387
|
},
|
|
1371
1388
|
{
|
|
1372
1389
|
generalIndex: 86,
|
|
1373
|
-
}
|
|
1390
|
+
},
|
|
1374
1391
|
],
|
|
1375
1392
|
},
|
|
1376
1393
|
},
|
|
@@ -1383,7 +1400,7 @@ const registry = {
|
|
|
1383
1400
|
},
|
|
1384
1401
|
{
|
|
1385
1402
|
generalIndex: 86,
|
|
1386
|
-
}
|
|
1403
|
+
},
|
|
1387
1404
|
],
|
|
1388
1405
|
},
|
|
1389
1406
|
},
|
|
@@ -1396,7 +1413,7 @@ const registry = {
|
|
|
1396
1413
|
},
|
|
1397
1414
|
{
|
|
1398
1415
|
generalIndex: 86,
|
|
1399
|
-
}
|
|
1416
|
+
},
|
|
1400
1417
|
],
|
|
1401
1418
|
},
|
|
1402
1419
|
},
|
|
@@ -1418,7 +1435,7 @@ const registry = {
|
|
|
1418
1435
|
globalConsensus: {
|
|
1419
1436
|
kusama: null,
|
|
1420
1437
|
},
|
|
1421
|
-
}
|
|
1438
|
+
},
|
|
1422
1439
|
],
|
|
1423
1440
|
},
|
|
1424
1441
|
},
|
|
@@ -1430,7 +1447,7 @@ const registry = {
|
|
|
1430
1447
|
globalConsensus: {
|
|
1431
1448
|
kusama: null,
|
|
1432
1449
|
},
|
|
1433
|
-
}
|
|
1450
|
+
},
|
|
1434
1451
|
],
|
|
1435
1452
|
},
|
|
1436
1453
|
},
|
|
@@ -1442,7 +1459,7 @@ const registry = {
|
|
|
1442
1459
|
globalConsensus: {
|
|
1443
1460
|
kusama: null,
|
|
1444
1461
|
},
|
|
1445
|
-
}
|
|
1462
|
+
},
|
|
1446
1463
|
],
|
|
1447
1464
|
},
|
|
1448
1465
|
},
|
|
@@ -1472,7 +1489,7 @@ const registry = {
|
|
|
1472
1489
|
},
|
|
1473
1490
|
{
|
|
1474
1491
|
generalIndex: 31337,
|
|
1475
|
-
}
|
|
1492
|
+
},
|
|
1476
1493
|
],
|
|
1477
1494
|
},
|
|
1478
1495
|
},
|
|
@@ -1485,7 +1502,7 @@ const registry = {
|
|
|
1485
1502
|
},
|
|
1486
1503
|
{
|
|
1487
1504
|
generalIndex: 31337,
|
|
1488
|
-
}
|
|
1505
|
+
},
|
|
1489
1506
|
],
|
|
1490
1507
|
},
|
|
1491
1508
|
},
|
|
@@ -1498,7 +1515,7 @@ const registry = {
|
|
|
1498
1515
|
},
|
|
1499
1516
|
{
|
|
1500
1517
|
generalIndex: 31337,
|
|
1501
|
-
}
|
|
1518
|
+
},
|
|
1502
1519
|
],
|
|
1503
1520
|
},
|
|
1504
1521
|
},
|
|
@@ -1529,7 +1546,7 @@ const registry = {
|
|
|
1529
1546
|
},
|
|
1530
1547
|
{
|
|
1531
1548
|
generalIndex: 23,
|
|
1532
|
-
}
|
|
1549
|
+
},
|
|
1533
1550
|
],
|
|
1534
1551
|
},
|
|
1535
1552
|
},
|
|
@@ -1542,7 +1559,7 @@ const registry = {
|
|
|
1542
1559
|
},
|
|
1543
1560
|
{
|
|
1544
1561
|
generalIndex: 23,
|
|
1545
|
-
}
|
|
1562
|
+
},
|
|
1546
1563
|
],
|
|
1547
1564
|
},
|
|
1548
1565
|
},
|
|
@@ -1555,7 +1572,7 @@ const registry = {
|
|
|
1555
1572
|
},
|
|
1556
1573
|
{
|
|
1557
1574
|
generalIndex: 23,
|
|
1558
|
-
}
|
|
1575
|
+
},
|
|
1559
1576
|
],
|
|
1560
1577
|
},
|
|
1561
1578
|
},
|
|
@@ -1580,7 +1597,7 @@ const registry = {
|
|
|
1580
1597
|
},
|
|
1581
1598
|
{
|
|
1582
1599
|
parachain: 2039,
|
|
1583
|
-
}
|
|
1600
|
+
},
|
|
1584
1601
|
],
|
|
1585
1602
|
},
|
|
1586
1603
|
},
|
|
@@ -1590,7 +1607,7 @@ const registry = {
|
|
|
1590
1607
|
x1: [
|
|
1591
1608
|
{
|
|
1592
1609
|
parachain: 2039,
|
|
1593
|
-
}
|
|
1610
|
+
},
|
|
1594
1611
|
],
|
|
1595
1612
|
},
|
|
1596
1613
|
},
|
|
@@ -1600,7 +1617,7 @@ const registry = {
|
|
|
1600
1617
|
x1: [
|
|
1601
1618
|
{
|
|
1602
1619
|
parachain: 2039,
|
|
1603
|
-
}
|
|
1620
|
+
},
|
|
1604
1621
|
],
|
|
1605
1622
|
},
|
|
1606
1623
|
},
|
|
@@ -1624,7 +1641,7 @@ const registry = {
|
|
|
1624
1641
|
},
|
|
1625
1642
|
{
|
|
1626
1643
|
parachain: 3388,
|
|
1627
|
-
}
|
|
1644
|
+
},
|
|
1628
1645
|
],
|
|
1629
1646
|
},
|
|
1630
1647
|
},
|
|
@@ -1634,7 +1651,7 @@ const registry = {
|
|
|
1634
1651
|
x1: [
|
|
1635
1652
|
{
|
|
1636
1653
|
parachain: 3388,
|
|
1637
|
-
}
|
|
1654
|
+
},
|
|
1638
1655
|
],
|
|
1639
1656
|
},
|
|
1640
1657
|
},
|
|
@@ -1644,7 +1661,7 @@ const registry = {
|
|
|
1644
1661
|
x1: [
|
|
1645
1662
|
{
|
|
1646
1663
|
parachain: 3388,
|
|
1647
|
-
}
|
|
1664
|
+
},
|
|
1648
1665
|
],
|
|
1649
1666
|
},
|
|
1650
1667
|
},
|
|
@@ -1674,7 +1691,7 @@ const registry = {
|
|
|
1674
1691
|
},
|
|
1675
1692
|
{
|
|
1676
1693
|
generalIndex: 30,
|
|
1677
|
-
}
|
|
1694
|
+
},
|
|
1678
1695
|
],
|
|
1679
1696
|
},
|
|
1680
1697
|
},
|
|
@@ -1687,7 +1704,7 @@ const registry = {
|
|
|
1687
1704
|
},
|
|
1688
1705
|
{
|
|
1689
1706
|
generalIndex: 30,
|
|
1690
|
-
}
|
|
1707
|
+
},
|
|
1691
1708
|
],
|
|
1692
1709
|
},
|
|
1693
1710
|
},
|
|
@@ -1700,7 +1717,7 @@ const registry = {
|
|
|
1700
1717
|
},
|
|
1701
1718
|
{
|
|
1702
1719
|
generalIndex: 30,
|
|
1703
|
-
}
|
|
1720
|
+
},
|
|
1704
1721
|
],
|
|
1705
1722
|
},
|
|
1706
1723
|
},
|
|
@@ -1777,7 +1794,7 @@ const registry = {
|
|
|
1777
1794
|
evmChainId: 1284,
|
|
1778
1795
|
name: "Moonbeam",
|
|
1779
1796
|
specName: "moonbeam",
|
|
1780
|
-
specVersion:
|
|
1797
|
+
specVersion: 4203,
|
|
1781
1798
|
},
|
|
1782
1799
|
xcDOT: "0xffffffff1fcacbd218edc0eba20fc2308c778080",
|
|
1783
1800
|
assets: {
|
|
@@ -1893,7 +1910,7 @@ const registry = {
|
|
|
1893
1910
|
isSufficient: false,
|
|
1894
1911
|
},
|
|
1895
1912
|
},
|
|
1896
|
-
estimatedExecutionFeeDOT:
|
|
1913
|
+
estimatedExecutionFeeDOT: 58945570n,
|
|
1897
1914
|
estimatedDeliveryFeeDOT: 307100000n,
|
|
1898
1915
|
},
|
|
1899
1916
|
polkadot_2034: {
|
|
@@ -1910,7 +1927,7 @@ const registry = {
|
|
|
1910
1927
|
hasXcmPaymentApi: true,
|
|
1911
1928
|
supportsAliasOrigin: true,
|
|
1912
1929
|
xcmVersion: "v5",
|
|
1913
|
-
supportsV2:
|
|
1930
|
+
supportsV2: true,
|
|
1914
1931
|
},
|
|
1915
1932
|
info: {
|
|
1916
1933
|
tokenSymbols: "HDX",
|
|
@@ -2077,7 +2094,7 @@ const registry = {
|
|
|
2077
2094
|
isSufficient: true,
|
|
2078
2095
|
},
|
|
2079
2096
|
},
|
|
2080
|
-
estimatedExecutionFeeDOT:
|
|
2097
|
+
estimatedExecutionFeeDOT: 2536089n,
|
|
2081
2098
|
estimatedDeliveryFeeDOT: 307100000n,
|
|
2082
2099
|
},
|
|
2083
2100
|
polkadot_2043: {
|
|
@@ -2377,7 +2394,7 @@ const registry = {
|
|
|
2377
2394
|
globalConsensus: {
|
|
2378
2395
|
polkadot: null,
|
|
2379
2396
|
},
|
|
2380
|
-
}
|
|
2397
|
+
},
|
|
2381
2398
|
],
|
|
2382
2399
|
},
|
|
2383
2400
|
},
|
|
@@ -2389,7 +2406,7 @@ const registry = {
|
|
|
2389
2406
|
globalConsensus: {
|
|
2390
2407
|
Polkadot: null,
|
|
2391
2408
|
},
|
|
2392
|
-
}
|
|
2409
|
+
},
|
|
2393
2410
|
],
|
|
2394
2411
|
},
|
|
2395
2412
|
},
|
|
@@ -2401,7 +2418,7 @@ const registry = {
|
|
|
2401
2418
|
globalConsensus: {
|
|
2402
2419
|
Polkadot: null,
|
|
2403
2420
|
},
|
|
2404
|
-
}
|
|
2421
|
+
},
|
|
2405
2422
|
],
|
|
2406
2423
|
},
|
|
2407
2424
|
},
|
|
@@ -2422,7 +2439,7 @@ const registry = {
|
|
|
2422
2439
|
globalConsensus: {
|
|
2423
2440
|
kusama: null,
|
|
2424
2441
|
},
|
|
2425
|
-
}
|
|
2442
|
+
},
|
|
2426
2443
|
],
|
|
2427
2444
|
},
|
|
2428
2445
|
},
|
|
@@ -2460,7 +2477,7 @@ const registry = {
|
|
|
2460
2477
|
},
|
|
2461
2478
|
{
|
|
2462
2479
|
generalIndex: 31337,
|
|
2463
|
-
}
|
|
2480
|
+
},
|
|
2464
2481
|
],
|
|
2465
2482
|
},
|
|
2466
2483
|
},
|
|
@@ -2481,7 +2498,7 @@ const registry = {
|
|
|
2481
2498
|
},
|
|
2482
2499
|
{
|
|
2483
2500
|
generalIndex: 31337,
|
|
2484
|
-
}
|
|
2501
|
+
},
|
|
2485
2502
|
],
|
|
2486
2503
|
},
|
|
2487
2504
|
},
|
|
@@ -2502,7 +2519,7 @@ const registry = {
|
|
|
2502
2519
|
},
|
|
2503
2520
|
{
|
|
2504
2521
|
generalIndex: 31337,
|
|
2505
|
-
}
|
|
2522
|
+
},
|
|
2506
2523
|
],
|
|
2507
2524
|
},
|
|
2508
2525
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@snowbridge/registry",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.1.1",
|
|
4
4
|
"description": "Snowbridge Asset Registry",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -24,12 +24,12 @@
|
|
|
24
24
|
"ts-node": "10.9.2",
|
|
25
25
|
"tsconfig-paths": "4.2.0",
|
|
26
26
|
"typescript": "5.9.3",
|
|
27
|
-
"@snowbridge/
|
|
28
|
-
"@snowbridge/
|
|
29
|
-
"@snowbridge/provider-ethers": "1.
|
|
27
|
+
"@snowbridge/api": "1.1.1",
|
|
28
|
+
"@snowbridge/contract-types": "1.1.1",
|
|
29
|
+
"@snowbridge/provider-ethers": "1.1.1"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@snowbridge/base-types": "1.
|
|
32
|
+
"@snowbridge/base-types": "1.1.1"
|
|
33
33
|
},
|
|
34
34
|
"scripts": {
|
|
35
35
|
"build": "tsc --build --force && tsc -p tsconfig.scripts.json",
|