@snowbridge/registry 0.3.3 → 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.
Files changed (43) hide show
  1. package/.turbo/turbo-build.log +1 -2
  2. package/dist/index.d.ts +6 -2
  3. package/dist/index.d.ts.map +1 -1
  4. package/dist/index.js +27 -2
  5. package/dist/local_e2e_bridge_info.g.d.ts +141 -0
  6. package/dist/local_e2e_bridge_info.g.d.ts.map +1 -0
  7. package/dist/local_e2e_bridge_info.g.js +142 -0
  8. package/dist/paseo_sepolia_bridge_info.g.d.ts +331 -0
  9. package/dist/paseo_sepolia_bridge_info.g.d.ts.map +1 -0
  10. package/dist/paseo_sepolia_bridge_info.g.js +351 -0
  11. package/dist/polkadot_mainnet_bridge_info.g.d.ts +2137 -0
  12. package/dist/polkadot_mainnet_bridge_info.g.d.ts.map +1 -0
  13. package/dist/polkadot_mainnet_bridge_info.g.js +2454 -0
  14. package/dist/transfers.d.ts +3 -8
  15. package/dist/transfers.d.ts.map +1 -1
  16. package/dist/transfers.js +73 -215
  17. package/dist/westend_sepolia_bridge_info.g.d.ts +432 -0
  18. package/dist/westend_sepolia_bridge_info.g.d.ts.map +1 -0
  19. package/dist/westend_sepolia_bridge_info.g.js +487 -0
  20. package/package.json +7 -7
  21. package/scripts/buildRegistry.ts +609 -37
  22. package/src/index.ts +27 -2
  23. package/src/local_e2e_bridge_info.g.ts +140 -0
  24. package/src/paseo_sepolia_bridge_info.g.ts +350 -0
  25. package/src/polkadot_mainnet_bridge_info.g.ts +2477 -0
  26. package/src/transfers.ts +72 -265
  27. package/src/westend_sepolia_bridge_info.g.ts +495 -0
  28. package/dist/environment.d.ts +0 -3
  29. package/dist/environment.d.ts.map +0 -1
  30. package/dist/environment.js +0 -181
  31. package/dist/local_e2e.registry.json +0 -391
  32. package/dist/paseo_sepolia.registry.json +0 -231
  33. package/dist/polkadot_mainnet.registry.json +0 -1805
  34. package/dist/registry.d.ts +0 -3
  35. package/dist/registry.d.ts.map +0 -1
  36. package/dist/registry.js +0 -61
  37. package/dist/westend_sepolia.registry.json +0 -283
  38. package/src/environment.ts +0 -185
  39. package/src/local_e2e.registry.json +0 -391
  40. package/src/paseo_sepolia.registry.json +0 -231
  41. package/src/polkadot_mainnet.registry.json +0 -1805
  42. package/src/registry.ts +0 -63
  43. package/src/westend_sepolia.registry.json +0 -283
@@ -1,391 +0,0 @@
1
- {
2
- "timestamp": "2025-08-13T06:09:22.989Z",
3
- "environment": "local_e2e",
4
- "ethChainId": 11155111,
5
- "gatewayAddress": "0xb1185ede04202fe62d38f5db72f71e38ff3e8305",
6
- "assetHubParaId": 1000,
7
- "bridgeHubParaId": 1002,
8
- "relaychain": {
9
- "tokenSymbols": "WND",
10
- "tokenDecimals": 12,
11
- "ss58Format": 42,
12
- "isEthereum": false,
13
- "accountType": "AccountId32",
14
- "name": "Westend Local Testnet",
15
- "specName": "westend",
16
- "specVersion": 1019002
17
- },
18
- "bridgeHub": {
19
- "tokenSymbols": "WND",
20
- "tokenDecimals": 12,
21
- "ss58Format": 42,
22
- "isEthereum": false,
23
- "accountType": "AccountId32",
24
- "name": "Westend BridgeHub Local",
25
- "specName": "bridge-hub-westend",
26
- "specVersion": 1019002
27
- },
28
- "ethereumChains": {
29
- "11155111": {
30
- "chainId": 11155111,
31
- "assets": {
32
- "0x0000000000000000000000000000000000000000": {
33
- "token": "0x0000000000000000000000000000000000000000",
34
- "name": "Ether",
35
- "symbol": "Ether",
36
- "decimals": 18
37
- },
38
- "0xb8ea8cb425d85536b158d661da1ef0895bb92f1d": {
39
- "token": "0xb8ea8cb425d85536b158d661da1ef0895bb92f1d",
40
- "name": "Wrapped Ether",
41
- "symbol": "WETH",
42
- "decimals": 18,
43
- "deliveryGas": "bigint:80000"
44
- },
45
- "0xde45448ca2d57797c0bec0ee15a1e42334744219": {
46
- "token": "0xde45448ca2d57797c0bec0ee15a1e42334744219",
47
- "name": "roc",
48
- "symbol": "roc",
49
- "decimals": 12,
50
- "foreignId": "0xbcd4282ca0c30cbd9c578b5c790e88c803d80cd9cc91f28686f24ac25a61e06e",
51
- "deliveryGas": "bigint:80000"
52
- },
53
- "0xd8597eb7ef761e3315623edfee9defcbacd72e8b": {
54
- "token": "0xd8597eb7ef761e3315623edfee9defcbacd72e8b",
55
- "name": "wnd",
56
- "symbol": "wnd",
57
- "decimals": 12,
58
- "foreignId": "0x9441dceeeffa7e032eedaccf9b7632e60e86711551a82ffbbb0dda8afd9e4ef7",
59
- "deliveryGas": "bigint:80000"
60
- },
61
- "0x805c5a7d4e97908a8ec726dccc94a047d073eb7e": {
62
- "token": "0x805c5a7d4e97908a8ec726dccc94a047d073eb7e",
63
- "name": "pal-2",
64
- "symbol": "pal-2",
65
- "decimals": 12,
66
- "foreignId": "0x17444ededa61bdbfcb1e5c39b2aed47f73b8970b65bbb0574c0a0ab1b0c99279",
67
- "deliveryGas": "bigint:80000"
68
- }
69
- },
70
- "id": "sepolia",
71
- "baseDeliveryGas": "bigint:120000"
72
- }
73
- },
74
- "parachains": {
75
- "1000": {
76
- "parachainId": 1000,
77
- "features": {
78
- "hasPalletXcm": true,
79
- "hasDryRunApi": true,
80
- "hasTxPaymentApi": true,
81
- "hasDryRunRpc": true,
82
- "hasDotBalance": true,
83
- "hasEthBalance": true,
84
- "hasXcmPaymentApi": true,
85
- "supportsAliasOrigin": true,
86
- "xcmVersion": "v5",
87
- "supportsV2": true
88
- },
89
- "info": {
90
- "tokenSymbols": "WND",
91
- "tokenDecimals": 12,
92
- "ss58Format": 42,
93
- "isEthereum": false,
94
- "accountType": "AccountId32",
95
- "name": "Westend Asset Hub Local",
96
- "specName": "westmint",
97
- "specVersion": 1019002
98
- },
99
- "assets": {
100
- "0x0000000000000000000000000000000000000000": {
101
- "token": "0x0000000000000000000000000000000000000000",
102
- "name": "Ether",
103
- "minimumBalance": "bigint:1",
104
- "symbol": "Ether",
105
- "decimals": 18,
106
- "isSufficient": true
107
- },
108
- "0xb8ea8cb425d85536b158d661da1ef0895bb92f1d": {
109
- "token": "0xb8ea8cb425d85536b158d661da1ef0895bb92f1d",
110
- "name": "WETH",
111
- "minimumBalance": "bigint:1",
112
- "symbol": "WETH",
113
- "decimals": 18,
114
- "isSufficient": true
115
- },
116
- "0xde45448ca2d57797c0bec0ee15a1e42334744219": {
117
- "token": "0xde45448ca2d57797c0bec0ee15a1e42334744219",
118
- "name": "Roc",
119
- "symbol": "Roc",
120
- "decimals": 0,
121
- "locationOnEthereum": {
122
- "parents": 1,
123
- "interior": {
124
- "x1": [
125
- {
126
- "globalConsensus": {
127
- "byGenesis": "0x6408de7737c59c238890533af25896a2c20608d8b380bb01029acb392781063e"
128
- }
129
- }
130
- ]
131
- }
132
- },
133
- "location": {
134
- "parents": 2,
135
- "interior": {
136
- "x1": [
137
- {
138
- "globalConsensus": {
139
- "byGenesis": "0x6408de7737c59c238890533af25896a2c20608d8b380bb01029acb392781063e"
140
- }
141
- }
142
- ]
143
- }
144
- },
145
- "locationOnAH": {
146
- "parents": 2,
147
- "interior": {
148
- "x1": [
149
- {
150
- "globalConsensus": {
151
- "byGenesis": "0x6408de7737c59c238890533af25896a2c20608d8b380bb01029acb392781063e"
152
- }
153
- }
154
- ]
155
- }
156
- },
157
- "foreignId": "0xbcd4282ca0c30cbd9c578b5c790e88c803d80cd9cc91f28686f24ac25a61e06e",
158
- "minimumBalance": "bigint:1",
159
- "isSufficient": true
160
- },
161
- "0xd8597eb7ef761e3315623edfee9defcbacd72e8b": {
162
- "token": "0xd8597eb7ef761e3315623edfee9defcbacd72e8b",
163
- "name": "",
164
- "symbol": "WND",
165
- "decimals": 12,
166
- "locationOnEthereum": {
167
- "parents": 1,
168
- "interior": {
169
- "x1": [
170
- {
171
- "globalConsensus": {
172
- "byGenesis": "0xe143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e"
173
- }
174
- }
175
- ]
176
- }
177
- },
178
- "location": {
179
- "parents": 1,
180
- "interior": "Here"
181
- },
182
- "locationOnAH": {
183
- "parents": 1,
184
- "interior": "Here"
185
- },
186
- "foreignId": "0x9441dceeeffa7e032eedaccf9b7632e60e86711551a82ffbbb0dda8afd9e4ef7",
187
- "minimumBalance": "bigint:1000000000",
188
- "isSufficient": true
189
- },
190
- "0x805c5a7d4e97908a8ec726dccc94a047d073eb7e": {
191
- "token": "0x805c5a7d4e97908a8ec726dccc94a047d073eb7e",
192
- "name": "pal-2",
193
- "symbol": "pal-2",
194
- "decimals": 12,
195
- "locationOnEthereum": {
196
- "parents": 1,
197
- "interior": {
198
- "x4": [
199
- {
200
- "globalConsensus": {
201
- "byGenesis": "0xe143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e"
202
- }
203
- },
204
- {
205
- "parachain": 2000
206
- },
207
- {
208
- "palletInstance": 50
209
- },
210
- {
211
- "generalIndex": 2
212
- }
213
- ]
214
- }
215
- },
216
- "location": {
217
- "parents": 1,
218
- "interior": {
219
- "x3": [
220
- {
221
- "parachain": 2000
222
- },
223
- {
224
- "palletInstance": 50
225
- },
226
- {
227
- "generalIndex": 2
228
- }
229
- ]
230
- }
231
- },
232
- "locationOnAH": {
233
- "parents": 1,
234
- "interior": {
235
- "x3": [
236
- {
237
- "parachain": 2000
238
- },
239
- {
240
- "palletInstance": 50
241
- },
242
- {
243
- "generalIndex": 2
244
- }
245
- ]
246
- }
247
- },
248
- "foreignId": "0x17444ededa61bdbfcb1e5c39b2aed47f73b8970b65bbb0574c0a0ab1b0c99279",
249
- "minimumBalance": "bigint:1",
250
- "isSufficient": true
251
- }
252
- },
253
- "estimatedExecutionFeeDOT": "bigint:0",
254
- "estimatedDeliveryFeeDOT": "bigint:0"
255
- },
256
- "2000": {
257
- "parachainId": 2000,
258
- "features": {
259
- "hasPalletXcm": true,
260
- "hasDryRunApi": true,
261
- "hasTxPaymentApi": true,
262
- "hasDryRunRpc": true,
263
- "hasDotBalance": true,
264
- "hasEthBalance": false,
265
- "hasXcmPaymentApi": true,
266
- "supportsAliasOrigin": false,
267
- "xcmVersion": "v5",
268
- "supportsV2": false
269
- },
270
- "info": {
271
- "tokenSymbols": "undefined",
272
- "tokenDecimals": null,
273
- "ss58Format": 42,
274
- "isEthereum": false,
275
- "accountType": "AccountId32",
276
- "name": "Penpal Parachain",
277
- "specName": "penpal-parachain",
278
- "specVersion": 1
279
- },
280
- "assets": {
281
- "0x0000000000000000000000000000000000000000": {
282
- "token": "0x0000000000000000000000000000000000000000",
283
- "name": "Ether",
284
- "minimumBalance": "bigint:1",
285
- "symbol": "Ether",
286
- "decimals": 18,
287
- "isSufficient": true
288
- },
289
- "0xb8ea8cb425d85536b158d661da1ef0895bb92f1d": {
290
- "token": "0xb8ea8cb425d85536b158d661da1ef0895bb92f1d",
291
- "name": "WETH",
292
- "minimumBalance": "bigint:1",
293
- "symbol": "WETH",
294
- "decimals": 18,
295
- "isSufficient": true
296
- },
297
- "0x805c5a7d4e97908a8ec726dccc94a047d073eb7e": {
298
- "token": "0x805c5a7d4e97908a8ec726dccc94a047d073eb7e",
299
- "name": "pal-2",
300
- "symbol": "pal-2",
301
- "decimals": 12,
302
- "locationOnEthereum": {
303
- "parents": 1,
304
- "interior": {
305
- "x4": [
306
- {
307
- "globalConsensus": {
308
- "byGenesis": "0xe143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e"
309
- }
310
- },
311
- {
312
- "parachain": 2000
313
- },
314
- {
315
- "palletInstance": 50
316
- },
317
- {
318
- "generalIndex": 2
319
- }
320
- ]
321
- }
322
- },
323
- "location": {
324
- "parents": 0,
325
- "interior": {
326
- "x2": [
327
- {
328
- "palletInstance": 50
329
- },
330
- {
331
- "generalIndex": 2
332
- }
333
- ]
334
- }
335
- },
336
- "locationOnAH": {
337
- "parents": 1,
338
- "interior": {
339
- "x3": [
340
- {
341
- "parachain": 2000
342
- },
343
- {
344
- "palletInstance": 50
345
- },
346
- {
347
- "generalIndex": 2
348
- }
349
- ]
350
- }
351
- },
352
- "foreignId": "0x17444ededa61bdbfcb1e5c39b2aed47f73b8970b65bbb0574c0a0ab1b0c99279",
353
- "minimumBalance": "bigint:1000000000",
354
- "isSufficient": false,
355
- "assetId": "2"
356
- },
357
- "0xd8597eb7ef761e3315623edfee9defcbacd72e8b": {
358
- "token": "0xd8597eb7ef761e3315623edfee9defcbacd72e8b",
359
- "name": "",
360
- "symbol": "WND",
361
- "decimals": 12,
362
- "locationOnEthereum": {
363
- "parents": 1,
364
- "interior": {
365
- "x1": [
366
- {
367
- "globalConsensus": {
368
- "byGenesis": "0xe143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e"
369
- }
370
- }
371
- ]
372
- }
373
- },
374
- "location": {
375
- "parents": 1,
376
- "interior": "Here"
377
- },
378
- "locationOnAH": {
379
- "parents": 1,
380
- "interior": "Here"
381
- },
382
- "foreignId": "0x9441dceeeffa7e032eedaccf9b7632e60e86711551a82ffbbb0dda8afd9e4ef7",
383
- "minimumBalance": "bigint:1000000000",
384
- "isSufficient": true
385
- }
386
- },
387
- "estimatedExecutionFeeDOT": "bigint:3276800000",
388
- "estimatedDeliveryFeeDOT": "bigint:31450000000"
389
- }
390
- }
391
- }
@@ -1,231 +0,0 @@
1
- {
2
- "timestamp": "2025-10-03T22:05:14.881Z",
3
- "environment": "paseo_sepolia",
4
- "ethChainId": 11155111,
5
- "gatewayAddress": "0x1607C1368bc943130258318c91bBd8cFf3D063E6",
6
- "assetHubParaId": 1000,
7
- "bridgeHubParaId": 1002,
8
- "relaychain": {
9
- "tokenSymbols": "PAS",
10
- "tokenDecimals": 10,
11
- "ss58Format": 0,
12
- "isEthereum": false,
13
- "accountType": "AccountId32",
14
- "name": "Paseo Testnet",
15
- "specName": "paseo",
16
- "specVersion": 1006002
17
- },
18
- "bridgeHub": {
19
- "tokenSymbols": "PAS",
20
- "tokenDecimals": 10,
21
- "ss58Format": 0,
22
- "isEthereum": false,
23
- "accountType": "AccountId32",
24
- "name": "Paseo Bridge Hub",
25
- "specName": "bridge-hub-paseo",
26
- "specVersion": 1007001
27
- },
28
- "ethereumChains": {
29
- "11155111": {
30
- "chainId": 11155111,
31
- "assets": {
32
- "0x0000000000000000000000000000000000000000": {
33
- "token": "0x0000000000000000000000000000000000000000",
34
- "name": "Ether",
35
- "symbol": "ETH",
36
- "decimals": 18
37
- },
38
- "0xb34a6924a02100ba6ef12af1c798285e8f7a16ee": {
39
- "token": "0xb34a6924a02100ba6ef12af1c798285e8f7a16ee",
40
- "name": "Muse",
41
- "symbol": "MUSE",
42
- "decimals": 18,
43
- "deliveryGas": "bigint:80000"
44
- },
45
- "0x22e12ed4e6bcde652a73552dde340fcb972eef89": {
46
- "token": "0x22e12ed4e6bcde652a73552dde340fcb972eef89",
47
- "name": "Wrapped PILT",
48
- "symbol": "wPILT",
49
- "decimals": 15,
50
- "deliveryGas": "bigint:80000"
51
- },
52
- "0xef32abea56beff54f61da319a7311098d6fbcea9": {
53
- "token": "0xef32abea56beff54f61da319a7311098d6fbcea9",
54
- "name": "OriginTrail TRAC",
55
- "symbol": "TRAC",
56
- "decimals": 18,
57
- "deliveryGas": "bigint:80000"
58
- },
59
- "0x99e743964c036bc28931fb564817db428aa7f752": {
60
- "token": "0x99e743964c036bc28931fb564817db428aa7f752",
61
- "name": "KILT",
62
- "symbol": "KILT",
63
- "decimals": 15,
64
- "deliveryGas": "bigint:80000"
65
- },
66
- "0xfff9976782d46cc05630d1f6ebab18b2324d6b14": {
67
- "token": "0xfff9976782d46cc05630d1f6ebab18b2324d6b14",
68
- "name": "Wrapped Ether",
69
- "symbol": "WETH",
70
- "decimals": 18,
71
- "deliveryGas": "bigint:80000"
72
- }
73
- },
74
- "id": "sepolia",
75
- "baseDeliveryGas": "bigint:120000"
76
- }
77
- },
78
- "parachains": {
79
- "1000": {
80
- "parachainId": 1000,
81
- "features": {
82
- "hasPalletXcm": true,
83
- "hasDryRunApi": true,
84
- "hasTxPaymentApi": true,
85
- "hasDryRunRpc": true,
86
- "hasDotBalance": true,
87
- "hasEthBalance": true,
88
- "hasXcmPaymentApi": true,
89
- "supportsAliasOrigin": true,
90
- "xcmVersion": "v5",
91
- "supportsV2": true
92
- },
93
- "info": {
94
- "tokenSymbols": "PAS",
95
- "tokenDecimals": 10,
96
- "ss58Format": 0,
97
- "isEthereum": false,
98
- "accountType": "AccountId32",
99
- "name": "Paseo Asset Hub",
100
- "specName": "asset-hub-paseo",
101
- "specVersion": 1006002
102
- },
103
- "assets": {
104
- "0x0000000000000000000000000000000000000000": {
105
- "token": "0x0000000000000000000000000000000000000000",
106
- "name": "Ether",
107
- "minimumBalance": "bigint:15000000000000",
108
- "symbol": "ETH",
109
- "decimals": 18,
110
- "isSufficient": true
111
- },
112
- "0xb34a6924a02100ba6ef12af1c798285e8f7a16ee": {
113
- "token": "0xb34a6924a02100ba6ef12af1c798285e8f7a16ee",
114
- "name": "",
115
- "minimumBalance": "bigint:1",
116
- "symbol": "",
117
- "decimals": 0,
118
- "isSufficient": false
119
- },
120
- "0x22e12ed4e6bcde652a73552dde340fcb972eef89": {
121
- "token": "0x22e12ed4e6bcde652a73552dde340fcb972eef89",
122
- "name": "",
123
- "minimumBalance": "bigint:1",
124
- "symbol": "",
125
- "decimals": 0,
126
- "isSufficient": false
127
- },
128
- "0xef32abea56beff54f61da319a7311098d6fbcea9": {
129
- "token": "0xef32abea56beff54f61da319a7311098d6fbcea9",
130
- "name": "",
131
- "minimumBalance": "bigint:1",
132
- "symbol": "",
133
- "decimals": 0,
134
- "isSufficient": false
135
- },
136
- "0x99e743964c036bc28931fb564817db428aa7f752": {
137
- "token": "0x99e743964c036bc28931fb564817db428aa7f752",
138
- "name": "",
139
- "minimumBalance": "bigint:1",
140
- "symbol": "",
141
- "decimals": 0,
142
- "isSufficient": false
143
- },
144
- "0xfff9976782d46cc05630d1f6ebab18b2324d6b14": {
145
- "token": "0xfff9976782d46cc05630d1f6ebab18b2324d6b14",
146
- "name": "Wrapped Ether",
147
- "minimumBalance": "bigint:15000000000000",
148
- "symbol": "WETH",
149
- "decimals": 18,
150
- "isSufficient": true
151
- }
152
- },
153
- "estimatedExecutionFeeDOT": "bigint:0",
154
- "estimatedDeliveryFeeDOT": "bigint:0"
155
- },
156
- "2043": {
157
- "parachainId": 2043,
158
- "features": {
159
- "hasPalletXcm": true,
160
- "hasDryRunApi": false,
161
- "hasTxPaymentApi": true,
162
- "hasDryRunRpc": true,
163
- "hasDotBalance": false,
164
- "hasEthBalance": false,
165
- "hasXcmPaymentApi": false,
166
- "supportsAliasOrigin": false,
167
- "xcmVersion": "v4",
168
- "supportsV2": false
169
- },
170
- "info": {
171
- "tokenSymbols": "NEURO",
172
- "tokenDecimals": 12,
173
- "ss58Format": 101,
174
- "isEthereum": false,
175
- "accountType": "AccountId32",
176
- "name": "Neuro Testnet",
177
- "specName": "origintrail-parachain",
178
- "specVersion": 147
179
- },
180
- "assets": {
181
- "0xef32abea56beff54f61da319a7311098d6fbcea9": {
182
- "token": "0xef32abea56beff54f61da319a7311098d6fbcea9",
183
- "name": "Trac",
184
- "minimumBalance": "bigint:1000000000000000",
185
- "symbol": "TRAC",
186
- "decimals": 18,
187
- "isSufficient": true
188
- }
189
- },
190
- "estimatedExecutionFeeDOT": "bigint:1000000000",
191
- "estimatedDeliveryFeeDOT": "bigint:307250000"
192
- },
193
- "3369": {
194
- "parachainId": 3369,
195
- "features": {
196
- "hasPalletXcm": true,
197
- "hasDryRunApi": true,
198
- "hasTxPaymentApi": true,
199
- "hasDryRunRpc": true,
200
- "hasDotBalance": false,
201
- "hasEthBalance": false,
202
- "hasXcmPaymentApi": false,
203
- "supportsAliasOrigin": false,
204
- "xcmVersion": "v4",
205
- "supportsV2": false
206
- },
207
- "info": {
208
- "tokenSymbols": "MUSE",
209
- "tokenDecimals": 18,
210
- "ss58Format": 29972,
211
- "isEthereum": true,
212
- "accountType": "AccountId20",
213
- "name": "Muse Testnet",
214
- "specName": "muse",
215
- "specVersion": 1029
216
- },
217
- "assets": {
218
- "0xb34a6924a02100ba6ef12af1c798285e8f7a16ee": {
219
- "token": "0xb34a6924a02100ba6ef12af1c798285e8f7a16ee",
220
- "name": "Muse",
221
- "minimumBalance": "bigint:10000000000000000",
222
- "symbol": "MUSE",
223
- "decimals": 18,
224
- "isSufficient": true
225
- }
226
- },
227
- "estimatedExecutionFeeDOT": "bigint:1000000000",
228
- "estimatedDeliveryFeeDOT": "bigint:306650000"
229
- }
230
- }
231
- }