@snowbridge/registry 0.4.0 → 0.4.1-beta.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/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +3 -0
- package/dist/local_e2e_bridge_info.g.d.ts +141 -0
- package/dist/local_e2e_bridge_info.g.d.ts.map +1 -0
- package/dist/local_e2e_bridge_info.g.js +142 -0
- 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 +187 -33
- package/dist/polkadot_mainnet_bridge_info.g.d.ts.map +1 -1
- package/dist/polkadot_mainnet_bridge_info.g.js +223 -33
- package/dist/transfers.d.ts.map +1 -1
- package/dist/transfers.js +57 -38
- package/dist/westend_sepolia_bridge_info.g.d.ts +102 -14
- package/dist/westend_sepolia_bridge_info.g.d.ts.map +1 -1
- package/dist/westend_sepolia_bridge_info.g.js +125 -14
- package/package.json +6 -6
- package/scripts/buildRegistry.ts +170 -35
- package/src/index.ts +4 -1
- package/src/local_e2e_bridge_info.g.ts +140 -0
- package/src/paseo_sepolia_bridge_info.g.ts +8 -7
- package/src/polkadot_mainnet_bridge_info.g.ts +223 -33
- package/src/transfers.ts +50 -35
- package/src/westend_sepolia_bridge_info.g.ts +125 -14
|
@@ -5,13 +5,15 @@ 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: {
|
|
13
|
-
readonly "1000": "wss://asset-hub-
|
|
14
|
-
readonly "1002": "
|
|
15
|
+
readonly "1000": "wss://polkadot-asset-hub-rpc.polkadot.io";
|
|
16
|
+
readonly "1002": "wss://polkadot-bridge-hub-rpc.polkadot.io";
|
|
15
17
|
readonly "2000": "wss://acala-rpc-0.aca-api.network";
|
|
16
18
|
readonly "2004": "wss://moonbeam.ibp.network";
|
|
17
19
|
readonly "2030": "wss://bifrost-polkadot.ibp.network";
|
|
@@ -20,11 +22,11 @@ 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];
|
|
27
|
-
readonly indexerGraphQlUrl: "https://snowbridge.
|
|
29
|
+
readonly indexerGraphQlUrl: "https://subsquid.snowbridge.network/graphql";
|
|
28
30
|
readonly kusama: {
|
|
29
31
|
readonly assetHubParaId: 1000;
|
|
30
32
|
readonly bridgeHubParaId: 1002;
|
|
@@ -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-
|
|
328
|
+
readonly timestamp: "2026-03-27T09:55:18.302Z";
|
|
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: 2001001;
|
|
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: 2001001;
|
|
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: 2001001;
|
|
665
819
|
};
|
|
666
820
|
readonly assets: {
|
|
667
821
|
readonly "0x9d39a5de30e57443bff2a8307a4256c8797a3497": {
|
|
@@ -1219,7 +1373,7 @@ declare const registry: {
|
|
|
1219
1373
|
readonly accountType: "AccountId32";
|
|
1220
1374
|
readonly name: "Acala";
|
|
1221
1375
|
readonly specName: "acala";
|
|
1222
|
-
readonly specVersion:
|
|
1376
|
+
readonly specVersion: 2350;
|
|
1223
1377
|
};
|
|
1224
1378
|
readonly assets: {
|
|
1225
1379
|
readonly "0x0000000000000000000000000000000000000000": {
|
|
@@ -1231,7 +1385,7 @@ declare const registry: {
|
|
|
1231
1385
|
readonly isSufficient: false;
|
|
1232
1386
|
};
|
|
1233
1387
|
};
|
|
1234
|
-
readonly estimatedExecutionFeeDOT:
|
|
1388
|
+
readonly estimatedExecutionFeeDOT: 484934n;
|
|
1235
1389
|
readonly estimatedDeliveryFeeDOT: 307100000n;
|
|
1236
1390
|
};
|
|
1237
1391
|
readonly polkadot_2004: {
|
|
@@ -1259,7 +1413,7 @@ declare const registry: {
|
|
|
1259
1413
|
readonly evmChainId: 1284;
|
|
1260
1414
|
readonly name: "Moonbeam";
|
|
1261
1415
|
readonly specName: "moonbeam";
|
|
1262
|
-
readonly specVersion:
|
|
1416
|
+
readonly specVersion: 4103;
|
|
1263
1417
|
};
|
|
1264
1418
|
readonly xcDOT: "0xffffffff1fcacbd218edc0eba20fc2308c778080";
|
|
1265
1419
|
readonly assets: {
|
|
@@ -1355,7 +1509,7 @@ declare const registry: {
|
|
|
1355
1509
|
readonly evmChainId: 996;
|
|
1356
1510
|
readonly name: "Bifrost Polkadot";
|
|
1357
1511
|
readonly specName: "bifrost_polkadot";
|
|
1358
|
-
readonly specVersion:
|
|
1512
|
+
readonly specVersion: 23003;
|
|
1359
1513
|
};
|
|
1360
1514
|
readonly assets: {
|
|
1361
1515
|
readonly "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2": {
|
|
@@ -1375,7 +1529,7 @@ declare const registry: {
|
|
|
1375
1529
|
readonly isSufficient: false;
|
|
1376
1530
|
};
|
|
1377
1531
|
};
|
|
1378
|
-
readonly estimatedExecutionFeeDOT:
|
|
1532
|
+
readonly estimatedExecutionFeeDOT: 54689726n;
|
|
1379
1533
|
readonly estimatedDeliveryFeeDOT: 307100000n;
|
|
1380
1534
|
};
|
|
1381
1535
|
readonly polkadot_2034: {
|
|
@@ -1388,10 +1542,10 @@ declare const registry: {
|
|
|
1388
1542
|
readonly hasTxPaymentApi: true;
|
|
1389
1543
|
readonly hasDryRunRpc: true;
|
|
1390
1544
|
readonly hasDotBalance: true;
|
|
1391
|
-
readonly hasEthBalance:
|
|
1545
|
+
readonly hasEthBalance: true;
|
|
1392
1546
|
readonly hasXcmPaymentApi: true;
|
|
1393
|
-
readonly supportsAliasOrigin:
|
|
1394
|
-
readonly xcmVersion: "
|
|
1547
|
+
readonly supportsAliasOrigin: true;
|
|
1548
|
+
readonly xcmVersion: "v5";
|
|
1395
1549
|
readonly supportsV2: false;
|
|
1396
1550
|
};
|
|
1397
1551
|
readonly info: {
|
|
@@ -1403,7 +1557,7 @@ declare const registry: {
|
|
|
1403
1557
|
readonly evmChainId: 222222;
|
|
1404
1558
|
readonly name: "Hydration";
|
|
1405
1559
|
readonly specName: "hydradx";
|
|
1406
|
-
readonly specVersion:
|
|
1560
|
+
readonly specVersion: 398;
|
|
1407
1561
|
};
|
|
1408
1562
|
readonly assets: {
|
|
1409
1563
|
readonly "0x45804880de22913dafe09f4980848ece6ecbaf78": {
|
|
@@ -1559,7 +1713,7 @@ declare const registry: {
|
|
|
1559
1713
|
readonly isSufficient: true;
|
|
1560
1714
|
};
|
|
1561
1715
|
};
|
|
1562
|
-
readonly estimatedExecutionFeeDOT:
|
|
1716
|
+
readonly estimatedExecutionFeeDOT: 1169428n;
|
|
1563
1717
|
readonly estimatedDeliveryFeeDOT: 307100000n;
|
|
1564
1718
|
};
|
|
1565
1719
|
readonly polkadot_2043: {
|
|
@@ -1612,9 +1766,9 @@ declare const registry: {
|
|
|
1612
1766
|
readonly hasDryRunRpc: true;
|
|
1613
1767
|
readonly hasDotBalance: false;
|
|
1614
1768
|
readonly hasEthBalance: false;
|
|
1615
|
-
readonly hasXcmPaymentApi:
|
|
1616
|
-
readonly supportsAliasOrigin:
|
|
1617
|
-
readonly xcmVersion: "
|
|
1769
|
+
readonly hasXcmPaymentApi: true;
|
|
1770
|
+
readonly supportsAliasOrigin: true;
|
|
1771
|
+
readonly xcmVersion: "v5";
|
|
1618
1772
|
readonly supportsV2: false;
|
|
1619
1773
|
};
|
|
1620
1774
|
readonly info: {
|
|
@@ -1625,7 +1779,7 @@ declare const registry: {
|
|
|
1625
1779
|
readonly accountType: "AccountId20";
|
|
1626
1780
|
readonly name: "Mythos";
|
|
1627
1781
|
readonly specName: "mythos";
|
|
1628
|
-
readonly specVersion:
|
|
1782
|
+
readonly specVersion: 1021;
|
|
1629
1783
|
};
|
|
1630
1784
|
readonly assets: {
|
|
1631
1785
|
readonly "0xba41ddf06b7ffd89d1267b5a93bfef2424eb2003": {
|
|
@@ -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: 2001000;
|
|
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"}
|