@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.
- package/.turbo/turbo-build.log +1 -2
- package/dist/index.d.ts +6 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +27 -2
- 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 +331 -0
- package/dist/paseo_sepolia_bridge_info.g.d.ts.map +1 -0
- package/dist/paseo_sepolia_bridge_info.g.js +351 -0
- package/dist/polkadot_mainnet_bridge_info.g.d.ts +2137 -0
- package/dist/polkadot_mainnet_bridge_info.g.d.ts.map +1 -0
- package/dist/polkadot_mainnet_bridge_info.g.js +2454 -0
- package/dist/transfers.d.ts +3 -8
- package/dist/transfers.d.ts.map +1 -1
- package/dist/transfers.js +73 -215
- package/dist/westend_sepolia_bridge_info.g.d.ts +432 -0
- package/dist/westend_sepolia_bridge_info.g.d.ts.map +1 -0
- package/dist/westend_sepolia_bridge_info.g.js +487 -0
- package/package.json +7 -7
- package/scripts/buildRegistry.ts +609 -37
- package/src/index.ts +27 -2
- package/src/local_e2e_bridge_info.g.ts +140 -0
- package/src/paseo_sepolia_bridge_info.g.ts +350 -0
- package/src/polkadot_mainnet_bridge_info.g.ts +2477 -0
- package/src/transfers.ts +72 -265
- package/src/westend_sepolia_bridge_info.g.ts +495 -0
- package/dist/environment.d.ts +0 -3
- package/dist/environment.d.ts.map +0 -1
- package/dist/environment.js +0 -181
- package/dist/local_e2e.registry.json +0 -391
- package/dist/paseo_sepolia.registry.json +0 -231
- package/dist/polkadot_mainnet.registry.json +0 -1805
- package/dist/registry.d.ts +0 -3
- package/dist/registry.d.ts.map +0 -1
- package/dist/registry.js +0 -61
- package/dist/westend_sepolia.registry.json +0 -283
- package/src/environment.ts +0 -185
- package/src/local_e2e.registry.json +0 -391
- package/src/paseo_sepolia.registry.json +0 -231
- package/src/polkadot_mainnet.registry.json +0 -1805
- package/src/registry.ts +0 -63
- package/src/westend_sepolia.registry.json +0 -283
|
@@ -0,0 +1,2477 @@
|
|
|
1
|
+
const registry = {
|
|
2
|
+
environment: {
|
|
3
|
+
name: "polkadot_mainnet",
|
|
4
|
+
ethChainId: 1,
|
|
5
|
+
beaconApiUrl: "https://lodestar-mainnet.chainsafe.io",
|
|
6
|
+
ethereumChains: {
|
|
7
|
+
"1": "https://ethereum-rpc.publicnode.com",
|
|
8
|
+
"10": "https://optimism-rpc.publicnode.com",
|
|
9
|
+
"1284": "https://rpc.api.moonbeam.network",
|
|
10
|
+
"8453": "https://base-rpc.publicnode.com",
|
|
11
|
+
"42161": "https://arbitrum-one-rpc.publicnode.com",
|
|
12
|
+
},
|
|
13
|
+
relaychainUrl: "https://polkadot-rpc.n.dwellir.com",
|
|
14
|
+
parachains: {
|
|
15
|
+
"1000": "wss://polkadot-asset-hub-rpc.polkadot.io",
|
|
16
|
+
"1002": "wss://polkadot-bridge-hub-rpc.polkadot.io",
|
|
17
|
+
"2000": "wss://acala-rpc-0.aca-api.network",
|
|
18
|
+
"2004": "wss://moonbeam.ibp.network",
|
|
19
|
+
"2030": "wss://bifrost-polkadot.ibp.network",
|
|
20
|
+
"2034": "wss://hydration-rpc.n.dwellir.com",
|
|
21
|
+
"2043": "wss://parachain-rpc.origin-trail.network",
|
|
22
|
+
"3369": "wss://polkadot-mythos-rpc.polkadot.io",
|
|
23
|
+
},
|
|
24
|
+
gatewayContract: "0x27ca963c279c93801941e1eb8799c23f407d68e7",
|
|
25
|
+
beefyContract: "0x1817874feab3ce053d0f40abc23870db35c2affc",
|
|
26
|
+
assetHubParaId: 1000,
|
|
27
|
+
bridgeHubParaId: 1002,
|
|
28
|
+
v2_parachains: [1000],
|
|
29
|
+
indexerGraphQlUrl:
|
|
30
|
+
"https://subsquid.snowbridge.network/graphql",
|
|
31
|
+
kusama: {
|
|
32
|
+
assetHubParaId: 1000,
|
|
33
|
+
bridgeHubParaId: 1002,
|
|
34
|
+
parachains: {
|
|
35
|
+
"1000": "wss://asset-hub-kusama-rpc.n.dwellir.com",
|
|
36
|
+
"1002": "https://bridge-hub-kusama-rpc.n.dwellir.com",
|
|
37
|
+
},
|
|
38
|
+
},
|
|
39
|
+
precompiles: {
|
|
40
|
+
"2004": "0x000000000000000000000000000000000000081a",
|
|
41
|
+
},
|
|
42
|
+
metadataOverrides: {
|
|
43
|
+
"0xaa7a9ca87d3694b5755f213b5d04094b8d0f0a6f": {
|
|
44
|
+
name: "OriginTrail TRAC",
|
|
45
|
+
},
|
|
46
|
+
},
|
|
47
|
+
l2Bridge: {
|
|
48
|
+
acrossAPIUrl: "https://app.across.to/api",
|
|
49
|
+
l1AdapterAddress: "0xd3b11c36404b092645522b682832fcdee07d2668",
|
|
50
|
+
l1HandlerAddress: "0x924a9f036260ddd5808007e1aa95f08ed08aa569",
|
|
51
|
+
l1FeeTokenAddress: "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
|
|
52
|
+
l1SwapQuoterAddress: "0x61ffe014ba17989e743c5f6cb21bf9697530b21e",
|
|
53
|
+
l1SwapRouterAddress: "0xe592427a0aece92de3edee1f18e0157c05861564",
|
|
54
|
+
l2Chains: {
|
|
55
|
+
"10": {
|
|
56
|
+
adapterAddress: "0x836895ad176235dfe9c59b3df56c7579d90ea338",
|
|
57
|
+
feeTokenAddress: "0x4200000000000000000000000000000000000006",
|
|
58
|
+
swapRoutes: [
|
|
59
|
+
{
|
|
60
|
+
inputToken: "0x4200000000000000000000000000000000000006",
|
|
61
|
+
outputToken: "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
|
|
62
|
+
swapFee: 0,
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
inputToken: "0x0b2c639c533813f4aa9d7837caf62653d097ff85",
|
|
66
|
+
outputToken: "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
|
|
67
|
+
swapFee: 500,
|
|
68
|
+
},
|
|
69
|
+
],
|
|
70
|
+
},
|
|
71
|
+
"8453": {
|
|
72
|
+
adapterAddress: "0x07fe4e7340976fc873b74bafe3c3e5b0e01f3665",
|
|
73
|
+
feeTokenAddress: "0x4200000000000000000000000000000000000006",
|
|
74
|
+
swapRoutes: [
|
|
75
|
+
{
|
|
76
|
+
inputToken: "0x4200000000000000000000000000000000000006",
|
|
77
|
+
outputToken: "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
|
|
78
|
+
swapFee: 0,
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
inputToken: "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
|
|
82
|
+
outputToken: "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
|
|
83
|
+
swapFee: 500,
|
|
84
|
+
},
|
|
85
|
+
],
|
|
86
|
+
},
|
|
87
|
+
"42161": {
|
|
88
|
+
adapterAddress: "0x836895ad176235dfe9c59b3df56c7579d90ea338",
|
|
89
|
+
feeTokenAddress: "0x82af49447d8a07e3bd95bd0d56f35241523fbab1",
|
|
90
|
+
swapRoutes: [
|
|
91
|
+
{
|
|
92
|
+
inputToken: "0x82af49447d8a07e3bd95bd0d56f35241523fbab1",
|
|
93
|
+
outputToken: "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
|
|
94
|
+
swapFee: 0,
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
inputToken: "0xaf88d065e77c8cc2239327c5edb3a432268e5831",
|
|
98
|
+
outputToken: "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
|
|
99
|
+
swapFee: 500,
|
|
100
|
+
},
|
|
101
|
+
],
|
|
102
|
+
},
|
|
103
|
+
},
|
|
104
|
+
},
|
|
105
|
+
},
|
|
106
|
+
routes: [
|
|
107
|
+
{
|
|
108
|
+
from: {
|
|
109
|
+
kind: "ethereum",
|
|
110
|
+
id: 1,
|
|
111
|
+
},
|
|
112
|
+
to: {
|
|
113
|
+
kind: "polkadot",
|
|
114
|
+
id: 1000,
|
|
115
|
+
},
|
|
116
|
+
assets: [
|
|
117
|
+
"0x9d39a5de30e57443bff2a8307a4256c8797a3497",
|
|
118
|
+
"0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
|
|
119
|
+
"0x6982508145454ce325ddbe47a25d4ec3d2311933",
|
|
120
|
+
"0x5a98fcbea516cf06857215779fd812ca3bef1b32",
|
|
121
|
+
"0x45804880de22913dafe09f4980848ece6ecbaf78",
|
|
122
|
+
"0xcccccccccc33d538dbc2ee4feab0a7a1ff4e8a94",
|
|
123
|
+
"0xa3931d71877c0e7a3148cb7eb4463524fec27fbd",
|
|
124
|
+
"0x163f8c2467924be0ae7b5347228cabf260318753",
|
|
125
|
+
"0x57e114b691db790c35207b2e685d4a43181e6061",
|
|
126
|
+
"0x8236a87084f8b84306f72007f36f2618a5634494",
|
|
127
|
+
"0x1abaea1f7c830bd89acc67ec4af516284b1bc33c",
|
|
128
|
+
"0x56072c95faa701256059aa122697b133aded9279",
|
|
129
|
+
"0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
|
|
130
|
+
"0x0e186357c323c806c1efdad36d217f7a54b63d18",
|
|
131
|
+
"0x18084fba666a33d37592fa2633fd49a74dd93a88",
|
|
132
|
+
"0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0",
|
|
133
|
+
"0xe9f6d9898f9269b519e1435e6ebaff766c7f46bf",
|
|
134
|
+
"0x582d872a1b094fc48f5de31d3b73f2d9be47def1",
|
|
135
|
+
"0x6b175474e89094c44da98b954eedeac495271d0f",
|
|
136
|
+
"0x95ad61b0a150d79219dcf64e1e6cc01f0b64c4ce",
|
|
137
|
+
"0x7de91b204c1c737bcee6f000aaa6569cf7061cb7",
|
|
138
|
+
"0x2260fac5e5542a773aa44fbcfedf7c193bc2c599",
|
|
139
|
+
"0x8daebade922df735c38c80c7ebd708af50815faa",
|
|
140
|
+
"0x0000000000000000000000000000000000000000",
|
|
141
|
+
"0x5d3d01fd6d2ad1169b17918eb4f153c6616288eb",
|
|
142
|
+
"0xdac17f958d2ee523a2206206994597c13d831ec7",
|
|
143
|
+
"0x514910771af9ca656af840dff83e8264ecf986ca",
|
|
144
|
+
"0x7fc66500c84a76ad7e9c93437bfc5ac33e2ddae9",
|
|
145
|
+
"0x196c20da81fbc324ecdf55501e95ce9f0bd84d14",
|
|
146
|
+
"0x21fab0ea070f162180447881d5873cf3d57200d6",
|
|
147
|
+
"0x12bbfdc9e813614eef8dc8a2560b0efbeaf7c2ab",
|
|
148
|
+
"0x5fdcd48f09fb67de3d202cd854b372aec1100ed5",
|
|
149
|
+
"0xa37b046782518a80e2e69056009fbd0431d36e50",
|
|
150
|
+
"0x769916a66fdac0e3d57363129caac59386ea622b",
|
|
151
|
+
"0x92262680a8d6636bba9bffdf484c274ca2de6400",
|
|
152
|
+
],
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
from: {
|
|
156
|
+
kind: "polkadot",
|
|
157
|
+
id: 1000,
|
|
158
|
+
},
|
|
159
|
+
to: {
|
|
160
|
+
kind: "ethereum",
|
|
161
|
+
id: 1,
|
|
162
|
+
},
|
|
163
|
+
assets: [
|
|
164
|
+
"0x9d39a5de30e57443bff2a8307a4256c8797a3497",
|
|
165
|
+
"0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
|
|
166
|
+
"0x6982508145454ce325ddbe47a25d4ec3d2311933",
|
|
167
|
+
"0x5a98fcbea516cf06857215779fd812ca3bef1b32",
|
|
168
|
+
"0x45804880de22913dafe09f4980848ece6ecbaf78",
|
|
169
|
+
"0xcccccccccc33d538dbc2ee4feab0a7a1ff4e8a94",
|
|
170
|
+
"0xa3931d71877c0e7a3148cb7eb4463524fec27fbd",
|
|
171
|
+
"0x163f8c2467924be0ae7b5347228cabf260318753",
|
|
172
|
+
"0x57e114b691db790c35207b2e685d4a43181e6061",
|
|
173
|
+
"0x8236a87084f8b84306f72007f36f2618a5634494",
|
|
174
|
+
"0x1abaea1f7c830bd89acc67ec4af516284b1bc33c",
|
|
175
|
+
"0x56072c95faa701256059aa122697b133aded9279",
|
|
176
|
+
"0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
|
|
177
|
+
"0x0e186357c323c806c1efdad36d217f7a54b63d18",
|
|
178
|
+
"0x18084fba666a33d37592fa2633fd49a74dd93a88",
|
|
179
|
+
"0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0",
|
|
180
|
+
"0xe9f6d9898f9269b519e1435e6ebaff766c7f46bf",
|
|
181
|
+
"0x582d872a1b094fc48f5de31d3b73f2d9be47def1",
|
|
182
|
+
"0x6b175474e89094c44da98b954eedeac495271d0f",
|
|
183
|
+
"0x95ad61b0a150d79219dcf64e1e6cc01f0b64c4ce",
|
|
184
|
+
"0x7de91b204c1c737bcee6f000aaa6569cf7061cb7",
|
|
185
|
+
"0x2260fac5e5542a773aa44fbcfedf7c193bc2c599",
|
|
186
|
+
"0x8daebade922df735c38c80c7ebd708af50815faa",
|
|
187
|
+
"0x0000000000000000000000000000000000000000",
|
|
188
|
+
"0x5d3d01fd6d2ad1169b17918eb4f153c6616288eb",
|
|
189
|
+
"0xdac17f958d2ee523a2206206994597c13d831ec7",
|
|
190
|
+
"0x514910771af9ca656af840dff83e8264ecf986ca",
|
|
191
|
+
"0x7fc66500c84a76ad7e9c93437bfc5ac33e2ddae9",
|
|
192
|
+
"0x196c20da81fbc324ecdf55501e95ce9f0bd84d14",
|
|
193
|
+
"0x21fab0ea070f162180447881d5873cf3d57200d6",
|
|
194
|
+
"0x12bbfdc9e813614eef8dc8a2560b0efbeaf7c2ab",
|
|
195
|
+
"0x5fdcd48f09fb67de3d202cd854b372aec1100ed5",
|
|
196
|
+
"0xa37b046782518a80e2e69056009fbd0431d36e50",
|
|
197
|
+
"0x769916a66fdac0e3d57363129caac59386ea622b",
|
|
198
|
+
"0x92262680a8d6636bba9bffdf484c274ca2de6400",
|
|
199
|
+
],
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
from: {
|
|
203
|
+
kind: "ethereum",
|
|
204
|
+
id: 1,
|
|
205
|
+
},
|
|
206
|
+
to: {
|
|
207
|
+
kind: "polkadot",
|
|
208
|
+
id: 2000,
|
|
209
|
+
},
|
|
210
|
+
assets: ["0x0000000000000000000000000000000000000000"],
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
from: {
|
|
214
|
+
kind: "polkadot",
|
|
215
|
+
id: 2000,
|
|
216
|
+
},
|
|
217
|
+
to: {
|
|
218
|
+
kind: "ethereum",
|
|
219
|
+
id: 1,
|
|
220
|
+
},
|
|
221
|
+
assets: ["0x0000000000000000000000000000000000000000"],
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
from: {
|
|
225
|
+
kind: "ethereum",
|
|
226
|
+
id: 1,
|
|
227
|
+
},
|
|
228
|
+
to: {
|
|
229
|
+
kind: "polkadot",
|
|
230
|
+
id: 2004,
|
|
231
|
+
},
|
|
232
|
+
assets: [
|
|
233
|
+
"0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
|
|
234
|
+
"0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
|
|
235
|
+
"0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0",
|
|
236
|
+
"0x6b175474e89094c44da98b954eedeac495271d0f",
|
|
237
|
+
"0x2260fac5e5542a773aa44fbcfedf7c193bc2c599",
|
|
238
|
+
"0x0000000000000000000000000000000000000000",
|
|
239
|
+
"0xdac17f958d2ee523a2206206994597c13d831ec7",
|
|
240
|
+
],
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
from: {
|
|
244
|
+
kind: "polkadot",
|
|
245
|
+
id: 2004,
|
|
246
|
+
},
|
|
247
|
+
to: {
|
|
248
|
+
kind: "ethereum",
|
|
249
|
+
id: 1,
|
|
250
|
+
},
|
|
251
|
+
assets: [
|
|
252
|
+
"0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
|
|
253
|
+
"0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
|
|
254
|
+
"0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0",
|
|
255
|
+
"0x6b175474e89094c44da98b954eedeac495271d0f",
|
|
256
|
+
"0x2260fac5e5542a773aa44fbcfedf7c193bc2c599",
|
|
257
|
+
"0x0000000000000000000000000000000000000000",
|
|
258
|
+
"0xdac17f958d2ee523a2206206994597c13d831ec7",
|
|
259
|
+
],
|
|
260
|
+
},
|
|
261
|
+
{
|
|
262
|
+
from: {
|
|
263
|
+
kind: "ethereum",
|
|
264
|
+
id: 1284,
|
|
265
|
+
},
|
|
266
|
+
to: {
|
|
267
|
+
kind: "ethereum",
|
|
268
|
+
id: 1,
|
|
269
|
+
},
|
|
270
|
+
assets: [
|
|
271
|
+
"0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
|
|
272
|
+
"0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
|
|
273
|
+
"0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0",
|
|
274
|
+
"0x6b175474e89094c44da98b954eedeac495271d0f",
|
|
275
|
+
"0x2260fac5e5542a773aa44fbcfedf7c193bc2c599",
|
|
276
|
+
"0x0000000000000000000000000000000000000000",
|
|
277
|
+
"0xdac17f958d2ee523a2206206994597c13d831ec7",
|
|
278
|
+
],
|
|
279
|
+
},
|
|
280
|
+
{
|
|
281
|
+
from: {
|
|
282
|
+
kind: "ethereum",
|
|
283
|
+
id: 1,
|
|
284
|
+
},
|
|
285
|
+
to: {
|
|
286
|
+
kind: "polkadot",
|
|
287
|
+
id: 2030,
|
|
288
|
+
},
|
|
289
|
+
assets: [
|
|
290
|
+
"0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
|
|
291
|
+
"0x0000000000000000000000000000000000000000",
|
|
292
|
+
],
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
from: {
|
|
296
|
+
kind: "polkadot",
|
|
297
|
+
id: 2030,
|
|
298
|
+
},
|
|
299
|
+
to: {
|
|
300
|
+
kind: "ethereum",
|
|
301
|
+
id: 1,
|
|
302
|
+
},
|
|
303
|
+
assets: [
|
|
304
|
+
"0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
|
|
305
|
+
"0x0000000000000000000000000000000000000000",
|
|
306
|
+
],
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
from: {
|
|
310
|
+
kind: "polkadot",
|
|
311
|
+
id: 2034,
|
|
312
|
+
},
|
|
313
|
+
to: {
|
|
314
|
+
kind: "ethereum",
|
|
315
|
+
id: 1,
|
|
316
|
+
},
|
|
317
|
+
assets: [
|
|
318
|
+
"0x9d39a5de30e57443bff2a8307a4256c8797a3497",
|
|
319
|
+
"0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
|
|
320
|
+
"0x5a98fcbea516cf06857215779fd812ca3bef1b32",
|
|
321
|
+
"0x45804880de22913dafe09f4980848ece6ecbaf78",
|
|
322
|
+
"0xcccccccccc33d538dbc2ee4feab0a7a1ff4e8a94",
|
|
323
|
+
"0xa3931d71877c0e7a3148cb7eb4463524fec27fbd",
|
|
324
|
+
"0x57e114b691db790c35207b2e685d4a43181e6061",
|
|
325
|
+
"0x8236a87084f8b84306f72007f36f2618a5634494",
|
|
326
|
+
"0x56072c95faa701256059aa122697b133aded9279",
|
|
327
|
+
"0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
|
|
328
|
+
"0xaa7a9ca87d3694b5755f213b5d04094b8d0f0a6f",
|
|
329
|
+
"0x18084fba666a33d37592fa2633fd49a74dd93a88",
|
|
330
|
+
"0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0",
|
|
331
|
+
"0xe9f6d9898f9269b519e1435e6ebaff766c7f46bf",
|
|
332
|
+
"0x2260fac5e5542a773aa44fbcfedf7c193bc2c599",
|
|
333
|
+
"0x0000000000000000000000000000000000000000",
|
|
334
|
+
"0xdac17f958d2ee523a2206206994597c13d831ec7",
|
|
335
|
+
"0x514910771af9ca656af840dff83e8264ecf986ca",
|
|
336
|
+
"0x7fc66500c84a76ad7e9c93437bfc5ac33e2ddae9",
|
|
337
|
+
],
|
|
338
|
+
},
|
|
339
|
+
{
|
|
340
|
+
from: {
|
|
341
|
+
kind: "ethereum",
|
|
342
|
+
id: 1,
|
|
343
|
+
},
|
|
344
|
+
to: {
|
|
345
|
+
kind: "polkadot",
|
|
346
|
+
id: 2034,
|
|
347
|
+
},
|
|
348
|
+
assets: [
|
|
349
|
+
"0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
|
|
350
|
+
"0x5a98fcbea516cf06857215779fd812ca3bef1b32",
|
|
351
|
+
"0x45804880de22913dafe09f4980848ece6ecbaf78",
|
|
352
|
+
"0xcccccccccc33d538dbc2ee4feab0a7a1ff4e8a94",
|
|
353
|
+
"0x57e114b691db790c35207b2e685d4a43181e6061",
|
|
354
|
+
"0x8236a87084f8b84306f72007f36f2618a5634494",
|
|
355
|
+
"0x56072c95faa701256059aa122697b133aded9279",
|
|
356
|
+
"0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
|
|
357
|
+
"0xaa7a9ca87d3694b5755f213b5d04094b8d0f0a6f",
|
|
358
|
+
"0x18084fba666a33d37592fa2633fd49a74dd93a88",
|
|
359
|
+
"0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0",
|
|
360
|
+
"0xe9f6d9898f9269b519e1435e6ebaff766c7f46bf",
|
|
361
|
+
"0x2260fac5e5542a773aa44fbcfedf7c193bc2c599",
|
|
362
|
+
"0x0000000000000000000000000000000000000000",
|
|
363
|
+
"0xdac17f958d2ee523a2206206994597c13d831ec7",
|
|
364
|
+
"0x514910771af9ca656af840dff83e8264ecf986ca",
|
|
365
|
+
"0x7fc66500c84a76ad7e9c93437bfc5ac33e2ddae9",
|
|
366
|
+
],
|
|
367
|
+
},
|
|
368
|
+
{
|
|
369
|
+
from: {
|
|
370
|
+
kind: "ethereum",
|
|
371
|
+
id: 1,
|
|
372
|
+
},
|
|
373
|
+
to: {
|
|
374
|
+
kind: "polkadot",
|
|
375
|
+
id: 2043,
|
|
376
|
+
},
|
|
377
|
+
assets: ["0xaa7a9ca87d3694b5755f213b5d04094b8d0f0a6f"],
|
|
378
|
+
},
|
|
379
|
+
{
|
|
380
|
+
from: {
|
|
381
|
+
kind: "polkadot",
|
|
382
|
+
id: 2043,
|
|
383
|
+
},
|
|
384
|
+
to: {
|
|
385
|
+
kind: "ethereum",
|
|
386
|
+
id: 1,
|
|
387
|
+
},
|
|
388
|
+
assets: ["0xaa7a9ca87d3694b5755f213b5d04094b8d0f0a6f"],
|
|
389
|
+
},
|
|
390
|
+
{
|
|
391
|
+
from: {
|
|
392
|
+
kind: "ethereum",
|
|
393
|
+
id: 1,
|
|
394
|
+
},
|
|
395
|
+
to: {
|
|
396
|
+
kind: "polkadot",
|
|
397
|
+
id: 3369,
|
|
398
|
+
},
|
|
399
|
+
assets: ["0xba41ddf06b7ffd89d1267b5a93bfef2424eb2003"],
|
|
400
|
+
},
|
|
401
|
+
{
|
|
402
|
+
from: {
|
|
403
|
+
kind: "polkadot",
|
|
404
|
+
id: 3369,
|
|
405
|
+
},
|
|
406
|
+
to: {
|
|
407
|
+
kind: "ethereum",
|
|
408
|
+
id: 1,
|
|
409
|
+
},
|
|
410
|
+
assets: ["0xba41ddf06b7ffd89d1267b5a93bfef2424eb2003"],
|
|
411
|
+
},
|
|
412
|
+
{
|
|
413
|
+
from: {
|
|
414
|
+
kind: "polkadot",
|
|
415
|
+
id: 2034,
|
|
416
|
+
},
|
|
417
|
+
to: {
|
|
418
|
+
kind: "polkadot",
|
|
419
|
+
id: 1000,
|
|
420
|
+
},
|
|
421
|
+
assets: [
|
|
422
|
+
"0x9d39a5de30e57443bff2a8307a4256c8797a3497",
|
|
423
|
+
"0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
|
|
424
|
+
"0x5a98fcbea516cf06857215779fd812ca3bef1b32",
|
|
425
|
+
"0x45804880de22913dafe09f4980848ece6ecbaf78",
|
|
426
|
+
"0xcccccccccc33d538dbc2ee4feab0a7a1ff4e8a94",
|
|
427
|
+
"0xa3931d71877c0e7a3148cb7eb4463524fec27fbd",
|
|
428
|
+
"0x57e114b691db790c35207b2e685d4a43181e6061",
|
|
429
|
+
"0x8236a87084f8b84306f72007f36f2618a5634494",
|
|
430
|
+
"0x56072c95faa701256059aa122697b133aded9279",
|
|
431
|
+
"0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
|
|
432
|
+
"0xaa7a9ca87d3694b5755f213b5d04094b8d0f0a6f",
|
|
433
|
+
"0x18084fba666a33d37592fa2633fd49a74dd93a88",
|
|
434
|
+
"0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0",
|
|
435
|
+
"0xe9f6d9898f9269b519e1435e6ebaff766c7f46bf",
|
|
436
|
+
"0x2260fac5e5542a773aa44fbcfedf7c193bc2c599",
|
|
437
|
+
"0x0000000000000000000000000000000000000000",
|
|
438
|
+
"0xdac17f958d2ee523a2206206994597c13d831ec7",
|
|
439
|
+
"0x514910771af9ca656af840dff83e8264ecf986ca",
|
|
440
|
+
"0x7fc66500c84a76ad7e9c93437bfc5ac33e2ddae9",
|
|
441
|
+
],
|
|
442
|
+
},
|
|
443
|
+
{
|
|
444
|
+
from: {
|
|
445
|
+
kind: "polkadot",
|
|
446
|
+
id: 1000,
|
|
447
|
+
},
|
|
448
|
+
to: {
|
|
449
|
+
kind: "polkadot",
|
|
450
|
+
id: 2034,
|
|
451
|
+
},
|
|
452
|
+
assets: [
|
|
453
|
+
"0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
|
|
454
|
+
"0x5a98fcbea516cf06857215779fd812ca3bef1b32",
|
|
455
|
+
"0x45804880de22913dafe09f4980848ece6ecbaf78",
|
|
456
|
+
"0xcccccccccc33d538dbc2ee4feab0a7a1ff4e8a94",
|
|
457
|
+
"0x57e114b691db790c35207b2e685d4a43181e6061",
|
|
458
|
+
"0x8236a87084f8b84306f72007f36f2618a5634494",
|
|
459
|
+
"0x56072c95faa701256059aa122697b133aded9279",
|
|
460
|
+
"0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
|
|
461
|
+
"0x18084fba666a33d37592fa2633fd49a74dd93a88",
|
|
462
|
+
"0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0",
|
|
463
|
+
"0xe9f6d9898f9269b519e1435e6ebaff766c7f46bf",
|
|
464
|
+
"0x2260fac5e5542a773aa44fbcfedf7c193bc2c599",
|
|
465
|
+
"0x0000000000000000000000000000000000000000",
|
|
466
|
+
"0xdac17f958d2ee523a2206206994597c13d831ec7",
|
|
467
|
+
"0x514910771af9ca656af840dff83e8264ecf986ca",
|
|
468
|
+
"0x7fc66500c84a76ad7e9c93437bfc5ac33e2ddae9",
|
|
469
|
+
],
|
|
470
|
+
},
|
|
471
|
+
{
|
|
472
|
+
from: {
|
|
473
|
+
kind: "polkadot",
|
|
474
|
+
id: 1000,
|
|
475
|
+
},
|
|
476
|
+
to: {
|
|
477
|
+
kind: "ethereum_l2",
|
|
478
|
+
id: 10,
|
|
479
|
+
},
|
|
480
|
+
assets: [
|
|
481
|
+
"0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
|
|
482
|
+
"0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
|
|
483
|
+
"0x0000000000000000000000000000000000000000",
|
|
484
|
+
],
|
|
485
|
+
},
|
|
486
|
+
{
|
|
487
|
+
from: {
|
|
488
|
+
kind: "ethereum_l2",
|
|
489
|
+
id: 10,
|
|
490
|
+
},
|
|
491
|
+
to: {
|
|
492
|
+
kind: "polkadot",
|
|
493
|
+
id: 1000,
|
|
494
|
+
},
|
|
495
|
+
assets: [
|
|
496
|
+
"0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
|
|
497
|
+
"0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
|
|
498
|
+
"0x0000000000000000000000000000000000000000",
|
|
499
|
+
],
|
|
500
|
+
},
|
|
501
|
+
{
|
|
502
|
+
from: {
|
|
503
|
+
kind: "polkadot",
|
|
504
|
+
id: 1000,
|
|
505
|
+
},
|
|
506
|
+
to: {
|
|
507
|
+
kind: "ethereum_l2",
|
|
508
|
+
id: 8453,
|
|
509
|
+
},
|
|
510
|
+
assets: [
|
|
511
|
+
"0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
|
|
512
|
+
"0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
|
|
513
|
+
"0x0000000000000000000000000000000000000000",
|
|
514
|
+
],
|
|
515
|
+
},
|
|
516
|
+
{
|
|
517
|
+
from: {
|
|
518
|
+
kind: "ethereum_l2",
|
|
519
|
+
id: 8453,
|
|
520
|
+
},
|
|
521
|
+
to: {
|
|
522
|
+
kind: "polkadot",
|
|
523
|
+
id: 1000,
|
|
524
|
+
},
|
|
525
|
+
assets: [
|
|
526
|
+
"0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
|
|
527
|
+
"0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
|
|
528
|
+
"0x0000000000000000000000000000000000000000",
|
|
529
|
+
],
|
|
530
|
+
},
|
|
531
|
+
{
|
|
532
|
+
from: {
|
|
533
|
+
kind: "polkadot",
|
|
534
|
+
id: 1000,
|
|
535
|
+
},
|
|
536
|
+
to: {
|
|
537
|
+
kind: "ethereum_l2",
|
|
538
|
+
id: 42161,
|
|
539
|
+
},
|
|
540
|
+
assets: [
|
|
541
|
+
"0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
|
|
542
|
+
"0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
|
|
543
|
+
"0x0000000000000000000000000000000000000000",
|
|
544
|
+
],
|
|
545
|
+
},
|
|
546
|
+
{
|
|
547
|
+
from: {
|
|
548
|
+
kind: "ethereum_l2",
|
|
549
|
+
id: 42161,
|
|
550
|
+
},
|
|
551
|
+
to: {
|
|
552
|
+
kind: "polkadot",
|
|
553
|
+
id: 1000,
|
|
554
|
+
},
|
|
555
|
+
assets: [
|
|
556
|
+
"0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
|
|
557
|
+
"0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
|
|
558
|
+
"0x0000000000000000000000000000000000000000",
|
|
559
|
+
],
|
|
560
|
+
},
|
|
561
|
+
],
|
|
562
|
+
registry: {
|
|
563
|
+
timestamp: "2026-03-27T09:55:18.302Z",
|
|
564
|
+
environment: "polkadot_mainnet",
|
|
565
|
+
ethChainId: 1,
|
|
566
|
+
gatewayAddress: "0x27ca963c279c93801941e1eb8799c23f407d68e7",
|
|
567
|
+
assetHubParaId: 1000,
|
|
568
|
+
bridgeHubParaId: 1002,
|
|
569
|
+
relaychain: {
|
|
570
|
+
tokenSymbols: "DOT",
|
|
571
|
+
tokenDecimals: 10,
|
|
572
|
+
ss58Format: 0,
|
|
573
|
+
isEthereum: false,
|
|
574
|
+
accountType: "AccountId32",
|
|
575
|
+
name: "Polkadot",
|
|
576
|
+
specName: "polkadot",
|
|
577
|
+
specVersion: 2001001,
|
|
578
|
+
},
|
|
579
|
+
bridgeHub: {
|
|
580
|
+
tokenSymbols: "DOT",
|
|
581
|
+
tokenDecimals: 10,
|
|
582
|
+
ss58Format: 0,
|
|
583
|
+
isEthereum: false,
|
|
584
|
+
accountType: "AccountId32",
|
|
585
|
+
name: "Polkadot BridgeHub",
|
|
586
|
+
specName: "bridge-hub-polkadot",
|
|
587
|
+
specVersion: 2001001,
|
|
588
|
+
},
|
|
589
|
+
ethereumChains: {
|
|
590
|
+
ethereum_1: {
|
|
591
|
+
kind: "ethereum",
|
|
592
|
+
id: 1,
|
|
593
|
+
name: "mainnet",
|
|
594
|
+
assets: {
|
|
595
|
+
"0x9d39a5de30e57443bff2a8307a4256c8797a3497": {
|
|
596
|
+
token: "0x9d39a5de30e57443bff2a8307a4256c8797a3497",
|
|
597
|
+
name: "Staked USDe",
|
|
598
|
+
symbol: "sUSDe",
|
|
599
|
+
decimals: 18,
|
|
600
|
+
deliveryGas: 80000n,
|
|
601
|
+
},
|
|
602
|
+
"0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2": {
|
|
603
|
+
token: "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
|
|
604
|
+
name: "Wrapped Ether",
|
|
605
|
+
symbol: "WETH",
|
|
606
|
+
decimals: 18,
|
|
607
|
+
deliveryGas: 80000n,
|
|
608
|
+
},
|
|
609
|
+
"0x6982508145454ce325ddbe47a25d4ec3d2311933": {
|
|
610
|
+
token: "0x6982508145454ce325ddbe47a25d4ec3d2311933",
|
|
611
|
+
name: "Pepe",
|
|
612
|
+
symbol: "PEPE",
|
|
613
|
+
decimals: 18,
|
|
614
|
+
deliveryGas: 80000n,
|
|
615
|
+
},
|
|
616
|
+
"0x5a98fcbea516cf06857215779fd812ca3bef1b32": {
|
|
617
|
+
token: "0x5a98fcbea516cf06857215779fd812ca3bef1b32",
|
|
618
|
+
name: "Lido DAO Token",
|
|
619
|
+
symbol: "LDO",
|
|
620
|
+
decimals: 18,
|
|
621
|
+
deliveryGas: 150000n,
|
|
622
|
+
},
|
|
623
|
+
"0x45804880de22913dafe09f4980848ece6ecbaf78": {
|
|
624
|
+
token: "0x45804880de22913dafe09f4980848ece6ecbaf78",
|
|
625
|
+
name: "Paxos Gold",
|
|
626
|
+
symbol: "PAXG",
|
|
627
|
+
decimals: 18,
|
|
628
|
+
deliveryGas: 80000n,
|
|
629
|
+
},
|
|
630
|
+
"0xcccccccccc33d538dbc2ee4feab0a7a1ff4e8a94": {
|
|
631
|
+
token: "0xcccccccccc33d538dbc2ee4feab0a7a1ff4e8a94",
|
|
632
|
+
name: "Centrifuge",
|
|
633
|
+
symbol: "CFG",
|
|
634
|
+
decimals: 18,
|
|
635
|
+
deliveryGas: 80000n,
|
|
636
|
+
},
|
|
637
|
+
"0xa3931d71877c0e7a3148cb7eb4463524fec27fbd": {
|
|
638
|
+
token: "0xa3931d71877c0e7a3148cb7eb4463524fec27fbd",
|
|
639
|
+
name: "Savings USDS",
|
|
640
|
+
symbol: "sUSDS",
|
|
641
|
+
decimals: 18,
|
|
642
|
+
deliveryGas: 80000n,
|
|
643
|
+
},
|
|
644
|
+
"0x163f8c2467924be0ae7b5347228cabf260318753": {
|
|
645
|
+
token: "0x163f8c2467924be0ae7b5347228cabf260318753",
|
|
646
|
+
name: "Worldcoin",
|
|
647
|
+
symbol: "WLD",
|
|
648
|
+
decimals: 18,
|
|
649
|
+
deliveryGas: 80000n,
|
|
650
|
+
},
|
|
651
|
+
"0x57e114b691db790c35207b2e685d4a43181e6061": {
|
|
652
|
+
token: "0x57e114b691db790c35207b2e685d4a43181e6061",
|
|
653
|
+
name: "ENA",
|
|
654
|
+
symbol: "ENA",
|
|
655
|
+
decimals: 18,
|
|
656
|
+
deliveryGas: 80000n,
|
|
657
|
+
},
|
|
658
|
+
"0x8236a87084f8b84306f72007f36f2618a5634494": {
|
|
659
|
+
token: "0x8236a87084f8b84306f72007f36f2618a5634494",
|
|
660
|
+
name: "Lombard Staked Bitcoin",
|
|
661
|
+
symbol: "LBTC",
|
|
662
|
+
decimals: 8,
|
|
663
|
+
deliveryGas: 80000n,
|
|
664
|
+
},
|
|
665
|
+
"0x1abaea1f7c830bd89acc67ec4af516284b1bc33c": {
|
|
666
|
+
token: "0x1abaea1f7c830bd89acc67ec4af516284b1bc33c",
|
|
667
|
+
name: "Euro Coin",
|
|
668
|
+
symbol: "EURC",
|
|
669
|
+
decimals: 6,
|
|
670
|
+
deliveryGas: 80000n,
|
|
671
|
+
},
|
|
672
|
+
"0x56072c95faa701256059aa122697b133aded9279": {
|
|
673
|
+
token: "0x56072c95faa701256059aa122697b133aded9279",
|
|
674
|
+
name: "SKY Governance Token",
|
|
675
|
+
symbol: "SKY",
|
|
676
|
+
decimals: 18,
|
|
677
|
+
deliveryGas: 80000n,
|
|
678
|
+
},
|
|
679
|
+
"0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48": {
|
|
680
|
+
token: "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
|
|
681
|
+
name: "USD Coin",
|
|
682
|
+
symbol: "USDC",
|
|
683
|
+
decimals: 6,
|
|
684
|
+
deliveryGas: 80000n,
|
|
685
|
+
},
|
|
686
|
+
"0xba41ddf06b7ffd89d1267b5a93bfef2424eb2003": {
|
|
687
|
+
token: "0xba41ddf06b7ffd89d1267b5a93bfef2424eb2003",
|
|
688
|
+
name: "Mythos",
|
|
689
|
+
symbol: "MYTH",
|
|
690
|
+
decimals: 18,
|
|
691
|
+
deliveryGas: 80000n,
|
|
692
|
+
},
|
|
693
|
+
"0x0e186357c323c806c1efdad36d217f7a54b63d18": {
|
|
694
|
+
token: "0x0e186357c323c806c1efdad36d217f7a54b63d18",
|
|
695
|
+
name: "Curio Gas Token",
|
|
696
|
+
symbol: "CGT2.0",
|
|
697
|
+
decimals: 18,
|
|
698
|
+
deliveryGas: 80000n,
|
|
699
|
+
},
|
|
700
|
+
"0xaa7a9ca87d3694b5755f213b5d04094b8d0f0a6f": {
|
|
701
|
+
token: "0xaa7a9ca87d3694b5755f213b5d04094b8d0f0a6f",
|
|
702
|
+
name: "OriginTrail TRAC",
|
|
703
|
+
symbol: "TRAC",
|
|
704
|
+
decimals: 18,
|
|
705
|
+
deliveryGas: 80000n,
|
|
706
|
+
},
|
|
707
|
+
"0x18084fba666a33d37592fa2633fd49a74dd93a88": {
|
|
708
|
+
token: "0x18084fba666a33d37592fa2633fd49a74dd93a88",
|
|
709
|
+
name: "tBTC v2",
|
|
710
|
+
symbol: "tBTC",
|
|
711
|
+
decimals: 18,
|
|
712
|
+
deliveryGas: 80000n,
|
|
713
|
+
},
|
|
714
|
+
"0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0": {
|
|
715
|
+
token: "0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0",
|
|
716
|
+
name: "Wrapped liquid staked Ether 2.0",
|
|
717
|
+
symbol: "wstETH",
|
|
718
|
+
decimals: 18,
|
|
719
|
+
deliveryGas: 80000n,
|
|
720
|
+
},
|
|
721
|
+
"0xe9f6d9898f9269b519e1435e6ebaff766c7f46bf": {
|
|
722
|
+
token: "0xe9f6d9898f9269b519e1435e6ebaff766c7f46bf",
|
|
723
|
+
name: "vTAO",
|
|
724
|
+
symbol: "vTAO",
|
|
725
|
+
decimals: 18,
|
|
726
|
+
deliveryGas: 80000n,
|
|
727
|
+
},
|
|
728
|
+
"0x582d872a1b094fc48f5de31d3b73f2d9be47def1": {
|
|
729
|
+
token: "0x582d872a1b094fc48f5de31d3b73f2d9be47def1",
|
|
730
|
+
name: "Wrapped TON Coin",
|
|
731
|
+
symbol: "TONCOIN",
|
|
732
|
+
decimals: 9,
|
|
733
|
+
deliveryGas: 80000n,
|
|
734
|
+
},
|
|
735
|
+
"0x6b175474e89094c44da98b954eedeac495271d0f": {
|
|
736
|
+
token: "0x6b175474e89094c44da98b954eedeac495271d0f",
|
|
737
|
+
name: "Dai Stablecoin",
|
|
738
|
+
symbol: "DAI",
|
|
739
|
+
decimals: 18,
|
|
740
|
+
deliveryGas: 80000n,
|
|
741
|
+
},
|
|
742
|
+
"0x95ad61b0a150d79219dcf64e1e6cc01f0b64c4ce": {
|
|
743
|
+
token: "0x95ad61b0a150d79219dcf64e1e6cc01f0b64c4ce",
|
|
744
|
+
name: "SHIBA INU",
|
|
745
|
+
symbol: "SHIB",
|
|
746
|
+
decimals: 18,
|
|
747
|
+
deliveryGas: 80000n,
|
|
748
|
+
},
|
|
749
|
+
"0x7de91b204c1c737bcee6f000aaa6569cf7061cb7": {
|
|
750
|
+
token: "0x7de91b204c1c737bcee6f000aaa6569cf7061cb7",
|
|
751
|
+
name: "Robonomics",
|
|
752
|
+
symbol: "XRT",
|
|
753
|
+
decimals: 9,
|
|
754
|
+
deliveryGas: 80000n,
|
|
755
|
+
},
|
|
756
|
+
"0x2260fac5e5542a773aa44fbcfedf7c193bc2c599": {
|
|
757
|
+
token: "0x2260fac5e5542a773aa44fbcfedf7c193bc2c599",
|
|
758
|
+
name: "Wrapped BTC",
|
|
759
|
+
symbol: "WBTC",
|
|
760
|
+
decimals: 8,
|
|
761
|
+
deliveryGas: 80000n,
|
|
762
|
+
},
|
|
763
|
+
"0x8daebade922df735c38c80c7ebd708af50815faa": {
|
|
764
|
+
token: "0x8daebade922df735c38c80c7ebd708af50815faa",
|
|
765
|
+
name: "tBTC",
|
|
766
|
+
symbol: "TBTC",
|
|
767
|
+
decimals: 18,
|
|
768
|
+
deliveryGas: 80000n,
|
|
769
|
+
},
|
|
770
|
+
"0x0000000000000000000000000000000000000000": {
|
|
771
|
+
token: "0x0000000000000000000000000000000000000000",
|
|
772
|
+
name: "Ether",
|
|
773
|
+
symbol: "ETH",
|
|
774
|
+
decimals: 18,
|
|
775
|
+
},
|
|
776
|
+
"0x5d3d01fd6d2ad1169b17918eb4f153c6616288eb": {
|
|
777
|
+
token: "0x5d3d01fd6d2ad1169b17918eb4f153c6616288eb",
|
|
778
|
+
name: "KILT",
|
|
779
|
+
symbol: "KILT",
|
|
780
|
+
decimals: 15,
|
|
781
|
+
deliveryGas: 80000n,
|
|
782
|
+
},
|
|
783
|
+
"0xdac17f958d2ee523a2206206994597c13d831ec7": {
|
|
784
|
+
token: "0xdac17f958d2ee523a2206206994597c13d831ec7",
|
|
785
|
+
name: "Tether USD",
|
|
786
|
+
symbol: "USDT",
|
|
787
|
+
decimals: 6,
|
|
788
|
+
deliveryGas: 80000n,
|
|
789
|
+
},
|
|
790
|
+
"0x514910771af9ca656af840dff83e8264ecf986ca": {
|
|
791
|
+
token: "0x514910771af9ca656af840dff83e8264ecf986ca",
|
|
792
|
+
name: "ChainLink Token",
|
|
793
|
+
symbol: "LINK",
|
|
794
|
+
decimals: 18,
|
|
795
|
+
deliveryGas: 80000n,
|
|
796
|
+
},
|
|
797
|
+
"0x7fc66500c84a76ad7e9c93437bfc5ac33e2ddae9": {
|
|
798
|
+
token: "0x7fc66500c84a76ad7e9c93437bfc5ac33e2ddae9",
|
|
799
|
+
name: "Aave Token",
|
|
800
|
+
symbol: "AAVE",
|
|
801
|
+
decimals: 18,
|
|
802
|
+
deliveryGas: 80000n,
|
|
803
|
+
},
|
|
804
|
+
"0x196c20da81fbc324ecdf55501e95ce9f0bd84d14": {
|
|
805
|
+
token: "0x196c20da81fbc324ecdf55501e95ce9f0bd84d14",
|
|
806
|
+
name: "Polkadot",
|
|
807
|
+
symbol: "DOT",
|
|
808
|
+
decimals: 10,
|
|
809
|
+
foreignId:
|
|
810
|
+
"0x4e241583d94b5d48a27a22064cd49b2ed6f5231d2d950e432f9b7c2e0ade52b2",
|
|
811
|
+
deliveryGas: 80000n,
|
|
812
|
+
},
|
|
813
|
+
"0x21fab0ea070f162180447881d5873cf3d57200d6": {
|
|
814
|
+
token: "0x21fab0ea070f162180447881d5873cf3d57200d6",
|
|
815
|
+
name: "Kolkadot",
|
|
816
|
+
symbol: "KOL",
|
|
817
|
+
decimals: 12,
|
|
818
|
+
foreignId:
|
|
819
|
+
"0xad050334b66c8d3abaac7ef6667e97e3e6f4a25d9b7b4765133290f0dc19aa6e",
|
|
820
|
+
deliveryGas: 80000n,
|
|
821
|
+
},
|
|
822
|
+
"0x12bbfdc9e813614eef8dc8a2560b0efbeaf7c2ab": {
|
|
823
|
+
token: "0x12bbfdc9e813614eef8dc8a2560b0efbeaf7c2ab",
|
|
824
|
+
name: "Kusama",
|
|
825
|
+
symbol: "KSM",
|
|
826
|
+
decimals: 12,
|
|
827
|
+
foreignId:
|
|
828
|
+
"0x03b6054d0c576dd8391e34e1609cf398f68050c23009d19ce93c000922bcd852",
|
|
829
|
+
deliveryGas: 80000n,
|
|
830
|
+
},
|
|
831
|
+
"0x5fdcd48f09fb67de3d202cd854b372aec1100ed5": {
|
|
832
|
+
token: "0x5fdcd48f09fb67de3d202cd854b372aec1100ed5",
|
|
833
|
+
name: "GAVUN WUD",
|
|
834
|
+
symbol: "WUD",
|
|
835
|
+
decimals: 10,
|
|
836
|
+
foreignId:
|
|
837
|
+
"0x7ca757304cac2ff0881de18dc6a1dfa7f10e51b0cba0297e0e762f8072049c98",
|
|
838
|
+
deliveryGas: 80000n,
|
|
839
|
+
},
|
|
840
|
+
"0xa37b046782518a80e2e69056009fbd0431d36e50": {
|
|
841
|
+
token: "0xa37b046782518a80e2e69056009fbd0431d36e50",
|
|
842
|
+
name: "PINK",
|
|
843
|
+
symbol: "PINK",
|
|
844
|
+
decimals: 10,
|
|
845
|
+
foreignId:
|
|
846
|
+
"0xbc8785969587ef3d22739d3385cb519a9e0133dd5da8d320c376772468c19be6",
|
|
847
|
+
deliveryGas: 80000n,
|
|
848
|
+
},
|
|
849
|
+
"0x769916a66fdac0e3d57363129caac59386ea622b": {
|
|
850
|
+
token: "0x769916a66fdac0e3d57363129caac59386ea622b",
|
|
851
|
+
name: "Integritee TEER",
|
|
852
|
+
symbol: "TEER",
|
|
853
|
+
decimals: 12,
|
|
854
|
+
foreignId:
|
|
855
|
+
"0x3b7f577715347bdcde4739a1bf1a7f1dec71e8ff4dbe23a6a49348ebf920c658",
|
|
856
|
+
deliveryGas: 80000n,
|
|
857
|
+
},
|
|
858
|
+
"0x92262680a8d6636bba9bffdf484c274ca2de6400": {
|
|
859
|
+
token: "0x92262680a8d6636bba9bffdf484c274ca2de6400",
|
|
860
|
+
name: "DED",
|
|
861
|
+
symbol: "DED",
|
|
862
|
+
decimals: 10,
|
|
863
|
+
foreignId:
|
|
864
|
+
"0x536917d1276896038c09bb6499bd0d7197e609983ec22e9ca4e75b394b23752b",
|
|
865
|
+
deliveryGas: 80000n,
|
|
866
|
+
},
|
|
867
|
+
},
|
|
868
|
+
key: "ethereum_1",
|
|
869
|
+
baseDeliveryGas: 120000n,
|
|
870
|
+
},
|
|
871
|
+
ethereum_l2_10: {
|
|
872
|
+
kind: "ethereum_l2",
|
|
873
|
+
id: 10,
|
|
874
|
+
name: "optimism",
|
|
875
|
+
assets: {
|
|
876
|
+
"0x4200000000000000000000000000000000000006": {
|
|
877
|
+
token: "0x4200000000000000000000000000000000000006",
|
|
878
|
+
name: "Wrapped Ether",
|
|
879
|
+
symbol: "WETH",
|
|
880
|
+
decimals: 18,
|
|
881
|
+
swapTokenAddress: "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
|
|
882
|
+
swapFee: 0,
|
|
883
|
+
},
|
|
884
|
+
"0x0b2c639c533813f4aa9d7837caf62653d097ff85": {
|
|
885
|
+
token: "0x0b2c639c533813f4aa9d7837caf62653d097ff85",
|
|
886
|
+
name: "USD Coin",
|
|
887
|
+
symbol: "USDC",
|
|
888
|
+
decimals: 6,
|
|
889
|
+
swapTokenAddress: "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
|
|
890
|
+
swapFee: 500,
|
|
891
|
+
},
|
|
892
|
+
"0x0000000000000000000000000000000000000000": {
|
|
893
|
+
token: "0x0000000000000000000000000000000000000000",
|
|
894
|
+
name: "Ether",
|
|
895
|
+
symbol: "Ether",
|
|
896
|
+
decimals: 18,
|
|
897
|
+
swapTokenAddress: "0x0000000000000000000000000000000000000000",
|
|
898
|
+
swapFee: 0,
|
|
899
|
+
},
|
|
900
|
+
},
|
|
901
|
+
key: "ethereum_l2_10",
|
|
902
|
+
},
|
|
903
|
+
ethereum_1284: {
|
|
904
|
+
kind: "ethereum",
|
|
905
|
+
id: 1284,
|
|
906
|
+
key: "ethereum_1284",
|
|
907
|
+
evmParachainId: 2004,
|
|
908
|
+
assets: {
|
|
909
|
+
"0xffffffff86829afe1521ad2296719df3ace8ded7": {
|
|
910
|
+
token: "0xffffffff86829afe1521ad2296719df3ace8ded7",
|
|
911
|
+
name: "Snowbridge WETH",
|
|
912
|
+
symbol: "WETH.e",
|
|
913
|
+
decimals: 18,
|
|
914
|
+
},
|
|
915
|
+
"0xffffffff5d5deb44bf7278dee5381beb24cb6573": {
|
|
916
|
+
token: "0xffffffff5d5deb44bf7278dee5381beb24cb6573",
|
|
917
|
+
name: "Snowbridge wstETH",
|
|
918
|
+
symbol: "wstETH.e",
|
|
919
|
+
decimals: 18,
|
|
920
|
+
},
|
|
921
|
+
"0xffffffff1b4bb1ac5749f73d866ffc91a3432c47": {
|
|
922
|
+
token: "0xffffffff1b4bb1ac5749f73d866ffc91a3432c47",
|
|
923
|
+
name: "Snowbridge WBTC",
|
|
924
|
+
symbol: "WBTC.e",
|
|
925
|
+
decimals: 8,
|
|
926
|
+
},
|
|
927
|
+
"0xffffffff9de12e6658c49b4834f9278f6a39f5d7": {
|
|
928
|
+
token: "0xffffffff9de12e6658c49b4834f9278f6a39f5d7",
|
|
929
|
+
name: "Snowbridge DAI",
|
|
930
|
+
symbol: "DAI.e",
|
|
931
|
+
decimals: 18,
|
|
932
|
+
},
|
|
933
|
+
"0xffffffff166f84967f054ae95ab5764c38cf3aed": {
|
|
934
|
+
token: "0xffffffff166f84967f054ae95ab5764c38cf3aed",
|
|
935
|
+
name: "Snowbridge USDC",
|
|
936
|
+
symbol: "USDC.e",
|
|
937
|
+
decimals: 6,
|
|
938
|
+
},
|
|
939
|
+
"0xffffffffaff6df83d0a1935dda2e5f1f402c0c45": {
|
|
940
|
+
token: "0xffffffffaff6df83d0a1935dda2e5f1f402c0c45",
|
|
941
|
+
name: "Snowbridge ETH",
|
|
942
|
+
symbol: "ETH.e",
|
|
943
|
+
decimals: 18,
|
|
944
|
+
},
|
|
945
|
+
"0xffffffff7bc304425217b49e9598415c514ae81b": {
|
|
946
|
+
token: "0xffffffff7bc304425217b49e9598415c514ae81b",
|
|
947
|
+
name: "Snowbridge USDT",
|
|
948
|
+
symbol: "USDT.e",
|
|
949
|
+
decimals: 6,
|
|
950
|
+
},
|
|
951
|
+
"0xffffffff1fcacbd218edc0eba20fc2308c778080": {
|
|
952
|
+
token: "0xffffffff1fcacbd218edc0eba20fc2308c778080",
|
|
953
|
+
name: "xcDOT",
|
|
954
|
+
symbol: "xcDOT",
|
|
955
|
+
decimals: 10,
|
|
956
|
+
},
|
|
957
|
+
},
|
|
958
|
+
precompile: "0x000000000000000000000000000000000000081a",
|
|
959
|
+
xcDOT: "0xffffffff1fcacbd218edc0eba20fc2308c778080",
|
|
960
|
+
xcTokenMap: {
|
|
961
|
+
"0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2":
|
|
962
|
+
"0xffffffff86829afe1521ad2296719df3ace8ded7",
|
|
963
|
+
"0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0":
|
|
964
|
+
"0xffffffff5d5deb44bf7278dee5381beb24cb6573",
|
|
965
|
+
"0x2260fac5e5542a773aa44fbcfedf7c193bc2c599":
|
|
966
|
+
"0xffffffff1b4bb1ac5749f73d866ffc91a3432c47",
|
|
967
|
+
"0x6b175474e89094c44da98b954eedeac495271d0f":
|
|
968
|
+
"0xffffffff9de12e6658c49b4834f9278f6a39f5d7",
|
|
969
|
+
"0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48":
|
|
970
|
+
"0xffffffff166f84967f054ae95ab5764c38cf3aed",
|
|
971
|
+
"0x0000000000000000000000000000000000000000":
|
|
972
|
+
"0xffffffffaff6df83d0a1935dda2e5f1f402c0c45",
|
|
973
|
+
"0xdac17f958d2ee523a2206206994597c13d831ec7":
|
|
974
|
+
"0xffffffff7bc304425217b49e9598415c514ae81b",
|
|
975
|
+
},
|
|
976
|
+
},
|
|
977
|
+
ethereum_l2_8453: {
|
|
978
|
+
kind: "ethereum_l2",
|
|
979
|
+
id: 8453,
|
|
980
|
+
name: "base",
|
|
981
|
+
assets: {
|
|
982
|
+
"0x4200000000000000000000000000000000000006": {
|
|
983
|
+
token: "0x4200000000000000000000000000000000000006",
|
|
984
|
+
name: "Wrapped Ether",
|
|
985
|
+
symbol: "WETH",
|
|
986
|
+
decimals: 18,
|
|
987
|
+
swapTokenAddress: "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
|
|
988
|
+
swapFee: 0,
|
|
989
|
+
},
|
|
990
|
+
"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913": {
|
|
991
|
+
token: "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
|
|
992
|
+
name: "USD Coin",
|
|
993
|
+
symbol: "USDC",
|
|
994
|
+
decimals: 6,
|
|
995
|
+
swapTokenAddress: "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
|
|
996
|
+
swapFee: 500,
|
|
997
|
+
},
|
|
998
|
+
"0x0000000000000000000000000000000000000000": {
|
|
999
|
+
token: "0x0000000000000000000000000000000000000000",
|
|
1000
|
+
name: "Ether",
|
|
1001
|
+
symbol: "Ether",
|
|
1002
|
+
decimals: 18,
|
|
1003
|
+
swapTokenAddress: "0x0000000000000000000000000000000000000000",
|
|
1004
|
+
swapFee: 0,
|
|
1005
|
+
},
|
|
1006
|
+
},
|
|
1007
|
+
key: "ethereum_l2_8453",
|
|
1008
|
+
},
|
|
1009
|
+
ethereum_l2_42161: {
|
|
1010
|
+
kind: "ethereum_l2",
|
|
1011
|
+
id: 42161,
|
|
1012
|
+
name: "arbitrum",
|
|
1013
|
+
assets: {
|
|
1014
|
+
"0x82af49447d8a07e3bd95bd0d56f35241523fbab1": {
|
|
1015
|
+
token: "0x82af49447d8a07e3bd95bd0d56f35241523fbab1",
|
|
1016
|
+
name: "Wrapped Ether",
|
|
1017
|
+
symbol: "WETH",
|
|
1018
|
+
decimals: 18,
|
|
1019
|
+
swapTokenAddress: "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
|
|
1020
|
+
swapFee: 0,
|
|
1021
|
+
},
|
|
1022
|
+
"0xaf88d065e77c8cc2239327c5edb3a432268e5831": {
|
|
1023
|
+
token: "0xaf88d065e77c8cc2239327c5edb3a432268e5831",
|
|
1024
|
+
name: "USD Coin",
|
|
1025
|
+
symbol: "USDC",
|
|
1026
|
+
decimals: 6,
|
|
1027
|
+
swapTokenAddress: "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
|
|
1028
|
+
swapFee: 500,
|
|
1029
|
+
},
|
|
1030
|
+
"0x0000000000000000000000000000000000000000": {
|
|
1031
|
+
token: "0x0000000000000000000000000000000000000000",
|
|
1032
|
+
name: "Ether",
|
|
1033
|
+
symbol: "Ether",
|
|
1034
|
+
decimals: 18,
|
|
1035
|
+
swapTokenAddress: "0x0000000000000000000000000000000000000000",
|
|
1036
|
+
swapFee: 0,
|
|
1037
|
+
},
|
|
1038
|
+
},
|
|
1039
|
+
key: "ethereum_l2_42161",
|
|
1040
|
+
},
|
|
1041
|
+
},
|
|
1042
|
+
parachains: {
|
|
1043
|
+
polkadot_1000: {
|
|
1044
|
+
id: 1000,
|
|
1045
|
+
kind: "polkadot",
|
|
1046
|
+
key: "polkadot_1000",
|
|
1047
|
+
features: {
|
|
1048
|
+
hasPalletXcm: true,
|
|
1049
|
+
hasDryRunApi: true,
|
|
1050
|
+
hasTxPaymentApi: true,
|
|
1051
|
+
hasDryRunRpc: true,
|
|
1052
|
+
hasDotBalance: true,
|
|
1053
|
+
hasEthBalance: true,
|
|
1054
|
+
hasXcmPaymentApi: true,
|
|
1055
|
+
supportsAliasOrigin: true,
|
|
1056
|
+
xcmVersion: "v5",
|
|
1057
|
+
supportsV2: true,
|
|
1058
|
+
},
|
|
1059
|
+
info: {
|
|
1060
|
+
tokenSymbols: "DOT",
|
|
1061
|
+
tokenDecimals: 10,
|
|
1062
|
+
ss58Format: 0,
|
|
1063
|
+
isEthereum: false,
|
|
1064
|
+
accountType: "AccountId32",
|
|
1065
|
+
name: "Polkadot Asset Hub",
|
|
1066
|
+
specName: "statemint",
|
|
1067
|
+
specVersion: 2001001,
|
|
1068
|
+
},
|
|
1069
|
+
assets: {
|
|
1070
|
+
"0x9d39a5de30e57443bff2a8307a4256c8797a3497": {
|
|
1071
|
+
token: "0x9d39a5de30e57443bff2a8307a4256c8797a3497",
|
|
1072
|
+
name: "Staked USDe",
|
|
1073
|
+
minimumBalance: 1n,
|
|
1074
|
+
symbol: "sUSDe",
|
|
1075
|
+
decimals: 18,
|
|
1076
|
+
isSufficient: false,
|
|
1077
|
+
},
|
|
1078
|
+
"0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2": {
|
|
1079
|
+
token: "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
|
|
1080
|
+
name: "Wrapped Ether",
|
|
1081
|
+
minimumBalance: 15000000000000n,
|
|
1082
|
+
symbol: "WETH",
|
|
1083
|
+
decimals: 18,
|
|
1084
|
+
isSufficient: true,
|
|
1085
|
+
},
|
|
1086
|
+
"0x6982508145454ce325ddbe47a25d4ec3d2311933": {
|
|
1087
|
+
token: "0x6982508145454ce325ddbe47a25d4ec3d2311933",
|
|
1088
|
+
name: "Pepe",
|
|
1089
|
+
minimumBalance: 1n,
|
|
1090
|
+
symbol: "PEPE",
|
|
1091
|
+
decimals: 18,
|
|
1092
|
+
isSufficient: false,
|
|
1093
|
+
},
|
|
1094
|
+
"0x5a98fcbea516cf06857215779fd812ca3bef1b32": {
|
|
1095
|
+
token: "0x5a98fcbea516cf06857215779fd812ca3bef1b32",
|
|
1096
|
+
name: "Lido DAO Token",
|
|
1097
|
+
minimumBalance: 1n,
|
|
1098
|
+
symbol: "LDO",
|
|
1099
|
+
decimals: 18,
|
|
1100
|
+
isSufficient: false,
|
|
1101
|
+
},
|
|
1102
|
+
"0x45804880de22913dafe09f4980848ece6ecbaf78": {
|
|
1103
|
+
token: "0x45804880de22913dafe09f4980848ece6ecbaf78",
|
|
1104
|
+
name: "",
|
|
1105
|
+
minimumBalance: 1n,
|
|
1106
|
+
symbol: "",
|
|
1107
|
+
decimals: 0,
|
|
1108
|
+
isSufficient: false,
|
|
1109
|
+
},
|
|
1110
|
+
"0xcccccccccc33d538dbc2ee4feab0a7a1ff4e8a94": {
|
|
1111
|
+
token: "0xcccccccccc33d538dbc2ee4feab0a7a1ff4e8a94",
|
|
1112
|
+
name: "",
|
|
1113
|
+
minimumBalance: 1n,
|
|
1114
|
+
symbol: "",
|
|
1115
|
+
decimals: 0,
|
|
1116
|
+
isSufficient: false,
|
|
1117
|
+
},
|
|
1118
|
+
"0xa3931d71877c0e7a3148cb7eb4463524fec27fbd": {
|
|
1119
|
+
token: "0xa3931d71877c0e7a3148cb7eb4463524fec27fbd",
|
|
1120
|
+
name: "Savings USDS",
|
|
1121
|
+
minimumBalance: 1n,
|
|
1122
|
+
symbol: "sUSDS",
|
|
1123
|
+
decimals: 18,
|
|
1124
|
+
isSufficient: false,
|
|
1125
|
+
},
|
|
1126
|
+
"0x163f8c2467924be0ae7b5347228cabf260318753": {
|
|
1127
|
+
token: "0x163f8c2467924be0ae7b5347228cabf260318753",
|
|
1128
|
+
name: "",
|
|
1129
|
+
minimumBalance: 1n,
|
|
1130
|
+
symbol: "",
|
|
1131
|
+
decimals: 0,
|
|
1132
|
+
isSufficient: false,
|
|
1133
|
+
},
|
|
1134
|
+
"0x57e114b691db790c35207b2e685d4a43181e6061": {
|
|
1135
|
+
token: "0x57e114b691db790c35207b2e685d4a43181e6061",
|
|
1136
|
+
name: "",
|
|
1137
|
+
minimumBalance: 1n,
|
|
1138
|
+
symbol: "",
|
|
1139
|
+
decimals: 0,
|
|
1140
|
+
isSufficient: false,
|
|
1141
|
+
},
|
|
1142
|
+
"0x8236a87084f8b84306f72007f36f2618a5634494": {
|
|
1143
|
+
token: "0x8236a87084f8b84306f72007f36f2618a5634494",
|
|
1144
|
+
name: "Lombard Staked Bitcoin",
|
|
1145
|
+
minimumBalance: 1n,
|
|
1146
|
+
symbol: "LBTC",
|
|
1147
|
+
decimals: 8,
|
|
1148
|
+
isSufficient: false,
|
|
1149
|
+
},
|
|
1150
|
+
"0x1abaea1f7c830bd89acc67ec4af516284b1bc33c": {
|
|
1151
|
+
token: "0x1abaea1f7c830bd89acc67ec4af516284b1bc33c",
|
|
1152
|
+
name: "Euro Coin",
|
|
1153
|
+
minimumBalance: 1n,
|
|
1154
|
+
symbol: "EURC",
|
|
1155
|
+
decimals: 6,
|
|
1156
|
+
isSufficient: false,
|
|
1157
|
+
},
|
|
1158
|
+
"0x56072c95faa701256059aa122697b133aded9279": {
|
|
1159
|
+
token: "0x56072c95faa701256059aa122697b133aded9279",
|
|
1160
|
+
name: "SKY Governance Token",
|
|
1161
|
+
minimumBalance: 1n,
|
|
1162
|
+
symbol: "SKY",
|
|
1163
|
+
decimals: 18,
|
|
1164
|
+
isSufficient: false,
|
|
1165
|
+
},
|
|
1166
|
+
"0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48": {
|
|
1167
|
+
token: "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
|
|
1168
|
+
name: "USDC (Snowbridge)",
|
|
1169
|
+
minimumBalance: 10000n,
|
|
1170
|
+
symbol: "USDC",
|
|
1171
|
+
decimals: 6,
|
|
1172
|
+
isSufficient: true,
|
|
1173
|
+
},
|
|
1174
|
+
"0xba41ddf06b7ffd89d1267b5a93bfef2424eb2003": {
|
|
1175
|
+
token: "0xba41ddf06b7ffd89d1267b5a93bfef2424eb2003",
|
|
1176
|
+
name: "Mythos",
|
|
1177
|
+
minimumBalance: 1n,
|
|
1178
|
+
symbol: "MYTH",
|
|
1179
|
+
decimals: 18,
|
|
1180
|
+
isSufficient: false,
|
|
1181
|
+
},
|
|
1182
|
+
"0x0e186357c323c806c1efdad36d217f7a54b63d18": {
|
|
1183
|
+
token: "0x0e186357c323c806c1efdad36d217f7a54b63d18",
|
|
1184
|
+
name: "Curio Gas Token",
|
|
1185
|
+
minimumBalance: 1n,
|
|
1186
|
+
symbol: "CGT2.0",
|
|
1187
|
+
decimals: 18,
|
|
1188
|
+
isSufficient: false,
|
|
1189
|
+
},
|
|
1190
|
+
"0xaa7a9ca87d3694b5755f213b5d04094b8d0f0a6f": {
|
|
1191
|
+
token: "0xaa7a9ca87d3694b5755f213b5d04094b8d0f0a6f",
|
|
1192
|
+
name: "OriginTrail TRAC",
|
|
1193
|
+
minimumBalance: 1n,
|
|
1194
|
+
symbol: "TRAC",
|
|
1195
|
+
decimals: 18,
|
|
1196
|
+
isSufficient: false,
|
|
1197
|
+
},
|
|
1198
|
+
"0x18084fba666a33d37592fa2633fd49a74dd93a88": {
|
|
1199
|
+
token: "0x18084fba666a33d37592fa2633fd49a74dd93a88",
|
|
1200
|
+
name: "tBTC v2",
|
|
1201
|
+
minimumBalance: 1n,
|
|
1202
|
+
symbol: "tBTC",
|
|
1203
|
+
decimals: 18,
|
|
1204
|
+
isSufficient: false,
|
|
1205
|
+
},
|
|
1206
|
+
"0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0": {
|
|
1207
|
+
token: "0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0",
|
|
1208
|
+
name: "Wrapped liquid staked Ether 2.0",
|
|
1209
|
+
minimumBalance: 1n,
|
|
1210
|
+
symbol: "wstETH",
|
|
1211
|
+
decimals: 18,
|
|
1212
|
+
isSufficient: false,
|
|
1213
|
+
},
|
|
1214
|
+
"0xe9f6d9898f9269b519e1435e6ebaff766c7f46bf": {
|
|
1215
|
+
token: "0xe9f6d9898f9269b519e1435e6ebaff766c7f46bf",
|
|
1216
|
+
name: "",
|
|
1217
|
+
minimumBalance: 1n,
|
|
1218
|
+
symbol: "",
|
|
1219
|
+
decimals: 0,
|
|
1220
|
+
isSufficient: false,
|
|
1221
|
+
},
|
|
1222
|
+
"0x582d872a1b094fc48f5de31d3b73f2d9be47def1": {
|
|
1223
|
+
token: "0x582d872a1b094fc48f5de31d3b73f2d9be47def1",
|
|
1224
|
+
name: "Wrapped TON Coin",
|
|
1225
|
+
minimumBalance: 1n,
|
|
1226
|
+
symbol: "TONCOIN",
|
|
1227
|
+
decimals: 9,
|
|
1228
|
+
isSufficient: false,
|
|
1229
|
+
},
|
|
1230
|
+
"0x6b175474e89094c44da98b954eedeac495271d0f": {
|
|
1231
|
+
token: "0x6b175474e89094c44da98b954eedeac495271d0f",
|
|
1232
|
+
name: "Dai Stablecoin",
|
|
1233
|
+
minimumBalance: 1n,
|
|
1234
|
+
symbol: "DAI",
|
|
1235
|
+
decimals: 18,
|
|
1236
|
+
isSufficient: false,
|
|
1237
|
+
},
|
|
1238
|
+
"0x95ad61b0a150d79219dcf64e1e6cc01f0b64c4ce": {
|
|
1239
|
+
token: "0x95ad61b0a150d79219dcf64e1e6cc01f0b64c4ce",
|
|
1240
|
+
name: "SHIBA INU",
|
|
1241
|
+
minimumBalance: 1n,
|
|
1242
|
+
symbol: "SHIB",
|
|
1243
|
+
decimals: 18,
|
|
1244
|
+
isSufficient: false,
|
|
1245
|
+
},
|
|
1246
|
+
"0x7de91b204c1c737bcee6f000aaa6569cf7061cb7": {
|
|
1247
|
+
token: "0x7de91b204c1c737bcee6f000aaa6569cf7061cb7",
|
|
1248
|
+
name: "Robonomics",
|
|
1249
|
+
minimumBalance: 1n,
|
|
1250
|
+
symbol: "XRT",
|
|
1251
|
+
decimals: 9,
|
|
1252
|
+
isSufficient: false,
|
|
1253
|
+
},
|
|
1254
|
+
"0x2260fac5e5542a773aa44fbcfedf7c193bc2c599": {
|
|
1255
|
+
token: "0x2260fac5e5542a773aa44fbcfedf7c193bc2c599",
|
|
1256
|
+
name: "Wrapped BTC",
|
|
1257
|
+
minimumBalance: 1n,
|
|
1258
|
+
symbol: "WBTC",
|
|
1259
|
+
decimals: 8,
|
|
1260
|
+
isSufficient: false,
|
|
1261
|
+
},
|
|
1262
|
+
"0x8daebade922df735c38c80c7ebd708af50815faa": {
|
|
1263
|
+
token: "0x8daebade922df735c38c80c7ebd708af50815faa",
|
|
1264
|
+
name: "tBTC",
|
|
1265
|
+
minimumBalance: 1n,
|
|
1266
|
+
symbol: "TBTC",
|
|
1267
|
+
decimals: 18,
|
|
1268
|
+
isSufficient: false,
|
|
1269
|
+
},
|
|
1270
|
+
"0x0000000000000000000000000000000000000000": {
|
|
1271
|
+
token: "0x0000000000000000000000000000000000000000",
|
|
1272
|
+
name: "Ether",
|
|
1273
|
+
minimumBalance: 15000000000000n,
|
|
1274
|
+
symbol: "ETH",
|
|
1275
|
+
decimals: 18,
|
|
1276
|
+
isSufficient: true,
|
|
1277
|
+
},
|
|
1278
|
+
"0x5d3d01fd6d2ad1169b17918eb4f153c6616288eb": {
|
|
1279
|
+
token: "0x5d3d01fd6d2ad1169b17918eb4f153c6616288eb",
|
|
1280
|
+
name: "KILT",
|
|
1281
|
+
minimumBalance: 1n,
|
|
1282
|
+
symbol: "KILT",
|
|
1283
|
+
decimals: 15,
|
|
1284
|
+
isSufficient: false,
|
|
1285
|
+
},
|
|
1286
|
+
"0xdac17f958d2ee523a2206206994597c13d831ec7": {
|
|
1287
|
+
token: "0xdac17f958d2ee523a2206206994597c13d831ec7",
|
|
1288
|
+
name: "Tether USD (Snowbridge)",
|
|
1289
|
+
minimumBalance: 10000n,
|
|
1290
|
+
symbol: "USDT",
|
|
1291
|
+
decimals: 6,
|
|
1292
|
+
isSufficient: true,
|
|
1293
|
+
},
|
|
1294
|
+
"0x514910771af9ca656af840dff83e8264ecf986ca": {
|
|
1295
|
+
token: "0x514910771af9ca656af840dff83e8264ecf986ca",
|
|
1296
|
+
name: "ChainLink Token",
|
|
1297
|
+
minimumBalance: 1n,
|
|
1298
|
+
symbol: "LINK",
|
|
1299
|
+
decimals: 18,
|
|
1300
|
+
isSufficient: false,
|
|
1301
|
+
},
|
|
1302
|
+
"0x7fc66500c84a76ad7e9c93437bfc5ac33e2ddae9": {
|
|
1303
|
+
token: "0x7fc66500c84a76ad7e9c93437bfc5ac33e2ddae9",
|
|
1304
|
+
name: "Aave Token",
|
|
1305
|
+
minimumBalance: 1n,
|
|
1306
|
+
symbol: "AAVE",
|
|
1307
|
+
decimals: 18,
|
|
1308
|
+
isSufficient: false,
|
|
1309
|
+
},
|
|
1310
|
+
"0x196c20da81fbc324ecdf55501e95ce9f0bd84d14": {
|
|
1311
|
+
token: "0x196c20da81fbc324ecdf55501e95ce9f0bd84d14",
|
|
1312
|
+
name: "",
|
|
1313
|
+
symbol: "DOT",
|
|
1314
|
+
decimals: 10,
|
|
1315
|
+
locationOnEthereum: {
|
|
1316
|
+
parents: 1,
|
|
1317
|
+
interior: {
|
|
1318
|
+
x1: [
|
|
1319
|
+
{
|
|
1320
|
+
globalConsensus: {
|
|
1321
|
+
polkadot: null,
|
|
1322
|
+
},
|
|
1323
|
+
},
|
|
1324
|
+
],
|
|
1325
|
+
},
|
|
1326
|
+
},
|
|
1327
|
+
location: {
|
|
1328
|
+
parents: 1,
|
|
1329
|
+
interior: "Here",
|
|
1330
|
+
},
|
|
1331
|
+
locationOnAH: {
|
|
1332
|
+
parents: 1,
|
|
1333
|
+
interior: "Here",
|
|
1334
|
+
},
|
|
1335
|
+
foreignId:
|
|
1336
|
+
"0x4e241583d94b5d48a27a22064cd49b2ed6f5231d2d950e432f9b7c2e0ade52b2",
|
|
1337
|
+
minimumBalance: 100000000n,
|
|
1338
|
+
isSufficient: true,
|
|
1339
|
+
},
|
|
1340
|
+
"0x21fab0ea070f162180447881d5873cf3d57200d6": {
|
|
1341
|
+
token: "0x21fab0ea070f162180447881d5873cf3d57200d6",
|
|
1342
|
+
name: "Kolkadot",
|
|
1343
|
+
symbol: "KOL",
|
|
1344
|
+
decimals: 12,
|
|
1345
|
+
locationOnEthereum: {
|
|
1346
|
+
parents: 1,
|
|
1347
|
+
interior: {
|
|
1348
|
+
x4: [
|
|
1349
|
+
{
|
|
1350
|
+
globalConsensus: {
|
|
1351
|
+
polkadot: null,
|
|
1352
|
+
},
|
|
1353
|
+
},
|
|
1354
|
+
{
|
|
1355
|
+
parachain: 1000,
|
|
1356
|
+
},
|
|
1357
|
+
{
|
|
1358
|
+
palletInstance: 50,
|
|
1359
|
+
},
|
|
1360
|
+
{
|
|
1361
|
+
generalIndex: 86,
|
|
1362
|
+
},
|
|
1363
|
+
],
|
|
1364
|
+
},
|
|
1365
|
+
},
|
|
1366
|
+
location: {
|
|
1367
|
+
parents: 0,
|
|
1368
|
+
interior: {
|
|
1369
|
+
x2: [
|
|
1370
|
+
{
|
|
1371
|
+
palletInstance: 50,
|
|
1372
|
+
},
|
|
1373
|
+
{
|
|
1374
|
+
generalIndex: 86,
|
|
1375
|
+
},
|
|
1376
|
+
],
|
|
1377
|
+
},
|
|
1378
|
+
},
|
|
1379
|
+
locationOnAH: {
|
|
1380
|
+
parents: 0,
|
|
1381
|
+
interior: {
|
|
1382
|
+
x2: [
|
|
1383
|
+
{
|
|
1384
|
+
palletInstance: 50,
|
|
1385
|
+
},
|
|
1386
|
+
{
|
|
1387
|
+
generalIndex: 86,
|
|
1388
|
+
},
|
|
1389
|
+
],
|
|
1390
|
+
},
|
|
1391
|
+
},
|
|
1392
|
+
foreignId:
|
|
1393
|
+
"0xad050334b66c8d3abaac7ef6667e97e3e6f4a25d9b7b4765133290f0dc19aa6e",
|
|
1394
|
+
minimumBalance: 1000000000000n,
|
|
1395
|
+
isSufficient: false,
|
|
1396
|
+
assetId: "86",
|
|
1397
|
+
},
|
|
1398
|
+
"0x12bbfdc9e813614eef8dc8a2560b0efbeaf7c2ab": {
|
|
1399
|
+
token: "0x12bbfdc9e813614eef8dc8a2560b0efbeaf7c2ab",
|
|
1400
|
+
name: "Kusama",
|
|
1401
|
+
symbol: "KSM",
|
|
1402
|
+
decimals: 12,
|
|
1403
|
+
locationOnEthereum: {
|
|
1404
|
+
parents: 1,
|
|
1405
|
+
interior: {
|
|
1406
|
+
x1: [
|
|
1407
|
+
{
|
|
1408
|
+
globalConsensus: {
|
|
1409
|
+
kusama: null,
|
|
1410
|
+
},
|
|
1411
|
+
},
|
|
1412
|
+
],
|
|
1413
|
+
},
|
|
1414
|
+
},
|
|
1415
|
+
location: {
|
|
1416
|
+
parents: 2,
|
|
1417
|
+
interior: {
|
|
1418
|
+
x1: [
|
|
1419
|
+
{
|
|
1420
|
+
globalConsensus: {
|
|
1421
|
+
kusama: null,
|
|
1422
|
+
},
|
|
1423
|
+
},
|
|
1424
|
+
],
|
|
1425
|
+
},
|
|
1426
|
+
},
|
|
1427
|
+
locationOnAH: {
|
|
1428
|
+
parents: 2,
|
|
1429
|
+
interior: {
|
|
1430
|
+
x1: [
|
|
1431
|
+
{
|
|
1432
|
+
globalConsensus: {
|
|
1433
|
+
kusama: null,
|
|
1434
|
+
},
|
|
1435
|
+
},
|
|
1436
|
+
],
|
|
1437
|
+
},
|
|
1438
|
+
},
|
|
1439
|
+
foreignId:
|
|
1440
|
+
"0x03b6054d0c576dd8391e34e1609cf398f68050c23009d19ce93c000922bcd852",
|
|
1441
|
+
minimumBalance: 1000000000n,
|
|
1442
|
+
isSufficient: true,
|
|
1443
|
+
},
|
|
1444
|
+
"0x5fdcd48f09fb67de3d202cd854b372aec1100ed5": {
|
|
1445
|
+
token: "0x5fdcd48f09fb67de3d202cd854b372aec1100ed5",
|
|
1446
|
+
name: "GAVUN WUD",
|
|
1447
|
+
symbol: "WUD",
|
|
1448
|
+
decimals: 10,
|
|
1449
|
+
locationOnEthereum: {
|
|
1450
|
+
parents: 1,
|
|
1451
|
+
interior: {
|
|
1452
|
+
x4: [
|
|
1453
|
+
{
|
|
1454
|
+
globalConsensus: {
|
|
1455
|
+
polkadot: null,
|
|
1456
|
+
},
|
|
1457
|
+
},
|
|
1458
|
+
{
|
|
1459
|
+
parachain: 1000,
|
|
1460
|
+
},
|
|
1461
|
+
{
|
|
1462
|
+
palletInstance: 50,
|
|
1463
|
+
},
|
|
1464
|
+
{
|
|
1465
|
+
generalIndex: 31337,
|
|
1466
|
+
},
|
|
1467
|
+
],
|
|
1468
|
+
},
|
|
1469
|
+
},
|
|
1470
|
+
location: {
|
|
1471
|
+
parents: 0,
|
|
1472
|
+
interior: {
|
|
1473
|
+
x2: [
|
|
1474
|
+
{
|
|
1475
|
+
palletInstance: 50,
|
|
1476
|
+
},
|
|
1477
|
+
{
|
|
1478
|
+
generalIndex: 31337,
|
|
1479
|
+
},
|
|
1480
|
+
],
|
|
1481
|
+
},
|
|
1482
|
+
},
|
|
1483
|
+
locationOnAH: {
|
|
1484
|
+
parents: 0,
|
|
1485
|
+
interior: {
|
|
1486
|
+
x2: [
|
|
1487
|
+
{
|
|
1488
|
+
palletInstance: 50,
|
|
1489
|
+
},
|
|
1490
|
+
{
|
|
1491
|
+
generalIndex: 31337,
|
|
1492
|
+
},
|
|
1493
|
+
],
|
|
1494
|
+
},
|
|
1495
|
+
},
|
|
1496
|
+
foreignId:
|
|
1497
|
+
"0x7ca757304cac2ff0881de18dc6a1dfa7f10e51b0cba0297e0e762f8072049c98",
|
|
1498
|
+
minimumBalance: 10000000n,
|
|
1499
|
+
isSufficient: false,
|
|
1500
|
+
assetId: "31337",
|
|
1501
|
+
},
|
|
1502
|
+
"0xa37b046782518a80e2e69056009fbd0431d36e50": {
|
|
1503
|
+
token: "0xa37b046782518a80e2e69056009fbd0431d36e50",
|
|
1504
|
+
name: "PINK",
|
|
1505
|
+
symbol: "PINK",
|
|
1506
|
+
decimals: 10,
|
|
1507
|
+
locationOnEthereum: {
|
|
1508
|
+
parents: 1,
|
|
1509
|
+
interior: {
|
|
1510
|
+
x4: [
|
|
1511
|
+
{
|
|
1512
|
+
globalConsensus: {
|
|
1513
|
+
polkadot: null,
|
|
1514
|
+
},
|
|
1515
|
+
},
|
|
1516
|
+
{
|
|
1517
|
+
parachain: 1000,
|
|
1518
|
+
},
|
|
1519
|
+
{
|
|
1520
|
+
palletInstance: 50,
|
|
1521
|
+
},
|
|
1522
|
+
{
|
|
1523
|
+
generalIndex: 23,
|
|
1524
|
+
},
|
|
1525
|
+
],
|
|
1526
|
+
},
|
|
1527
|
+
},
|
|
1528
|
+
location: {
|
|
1529
|
+
parents: 0,
|
|
1530
|
+
interior: {
|
|
1531
|
+
x2: [
|
|
1532
|
+
{
|
|
1533
|
+
palletInstance: 50,
|
|
1534
|
+
},
|
|
1535
|
+
{
|
|
1536
|
+
generalIndex: 23,
|
|
1537
|
+
},
|
|
1538
|
+
],
|
|
1539
|
+
},
|
|
1540
|
+
},
|
|
1541
|
+
locationOnAH: {
|
|
1542
|
+
parents: 0,
|
|
1543
|
+
interior: {
|
|
1544
|
+
x2: [
|
|
1545
|
+
{
|
|
1546
|
+
palletInstance: 50,
|
|
1547
|
+
},
|
|
1548
|
+
{
|
|
1549
|
+
generalIndex: 23,
|
|
1550
|
+
},
|
|
1551
|
+
],
|
|
1552
|
+
},
|
|
1553
|
+
},
|
|
1554
|
+
foreignId:
|
|
1555
|
+
"0xbc8785969587ef3d22739d3385cb519a9e0133dd5da8d320c376772468c19be6",
|
|
1556
|
+
minimumBalance: 1n,
|
|
1557
|
+
isSufficient: false,
|
|
1558
|
+
assetId: "23",
|
|
1559
|
+
},
|
|
1560
|
+
"0x769916a66fdac0e3d57363129caac59386ea622b": {
|
|
1561
|
+
token: "0x769916a66fdac0e3d57363129caac59386ea622b",
|
|
1562
|
+
name: "Integritee TEER",
|
|
1563
|
+
symbol: "TEER",
|
|
1564
|
+
decimals: 12,
|
|
1565
|
+
locationOnEthereum: {
|
|
1566
|
+
parents: 1,
|
|
1567
|
+
interior: {
|
|
1568
|
+
x2: [
|
|
1569
|
+
{
|
|
1570
|
+
globalConsensus: {
|
|
1571
|
+
polkadot: null,
|
|
1572
|
+
},
|
|
1573
|
+
},
|
|
1574
|
+
{
|
|
1575
|
+
parachain: 2039,
|
|
1576
|
+
},
|
|
1577
|
+
],
|
|
1578
|
+
},
|
|
1579
|
+
},
|
|
1580
|
+
location: {
|
|
1581
|
+
parents: 1,
|
|
1582
|
+
interior: {
|
|
1583
|
+
x1: [
|
|
1584
|
+
{
|
|
1585
|
+
parachain: 2039,
|
|
1586
|
+
},
|
|
1587
|
+
],
|
|
1588
|
+
},
|
|
1589
|
+
},
|
|
1590
|
+
locationOnAH: {
|
|
1591
|
+
parents: 1,
|
|
1592
|
+
interior: {
|
|
1593
|
+
x1: [
|
|
1594
|
+
{
|
|
1595
|
+
parachain: 2039,
|
|
1596
|
+
},
|
|
1597
|
+
],
|
|
1598
|
+
},
|
|
1599
|
+
},
|
|
1600
|
+
foreignId:
|
|
1601
|
+
"0x3b7f577715347bdcde4739a1bf1a7f1dec71e8ff4dbe23a6a49348ebf920c658",
|
|
1602
|
+
minimumBalance: 1000000000n,
|
|
1603
|
+
isSufficient: false,
|
|
1604
|
+
},
|
|
1605
|
+
"0x92262680a8d6636bba9bffdf484c274ca2de6400": {
|
|
1606
|
+
token: "0x92262680a8d6636bba9bffdf484c274ca2de6400",
|
|
1607
|
+
name: "DED",
|
|
1608
|
+
symbol: "DED",
|
|
1609
|
+
decimals: 10,
|
|
1610
|
+
locationOnEthereum: {
|
|
1611
|
+
parents: 1,
|
|
1612
|
+
interior: {
|
|
1613
|
+
x4: [
|
|
1614
|
+
{
|
|
1615
|
+
globalConsensus: {
|
|
1616
|
+
polkadot: null,
|
|
1617
|
+
},
|
|
1618
|
+
},
|
|
1619
|
+
{
|
|
1620
|
+
parachain: 1000,
|
|
1621
|
+
},
|
|
1622
|
+
{
|
|
1623
|
+
palletInstance: 50,
|
|
1624
|
+
},
|
|
1625
|
+
{
|
|
1626
|
+
generalIndex: 30,
|
|
1627
|
+
},
|
|
1628
|
+
],
|
|
1629
|
+
},
|
|
1630
|
+
},
|
|
1631
|
+
location: {
|
|
1632
|
+
parents: 0,
|
|
1633
|
+
interior: {
|
|
1634
|
+
x2: [
|
|
1635
|
+
{
|
|
1636
|
+
palletInstance: 50,
|
|
1637
|
+
},
|
|
1638
|
+
{
|
|
1639
|
+
generalIndex: 30,
|
|
1640
|
+
},
|
|
1641
|
+
],
|
|
1642
|
+
},
|
|
1643
|
+
},
|
|
1644
|
+
locationOnAH: {
|
|
1645
|
+
parents: 0,
|
|
1646
|
+
interior: {
|
|
1647
|
+
x2: [
|
|
1648
|
+
{
|
|
1649
|
+
palletInstance: 50,
|
|
1650
|
+
},
|
|
1651
|
+
{
|
|
1652
|
+
generalIndex: 30,
|
|
1653
|
+
},
|
|
1654
|
+
],
|
|
1655
|
+
},
|
|
1656
|
+
},
|
|
1657
|
+
foreignId:
|
|
1658
|
+
"0x536917d1276896038c09bb6499bd0d7197e609983ec22e9ca4e75b394b23752b",
|
|
1659
|
+
minimumBalance: 1n,
|
|
1660
|
+
isSufficient: false,
|
|
1661
|
+
assetId: "30",
|
|
1662
|
+
},
|
|
1663
|
+
},
|
|
1664
|
+
estimatedExecutionFeeDOT: 0n,
|
|
1665
|
+
estimatedDeliveryFeeDOT: 0n,
|
|
1666
|
+
},
|
|
1667
|
+
polkadot_2000: {
|
|
1668
|
+
id: 2000,
|
|
1669
|
+
kind: "polkadot",
|
|
1670
|
+
key: "polkadot_2000",
|
|
1671
|
+
features: {
|
|
1672
|
+
hasPalletXcm: true,
|
|
1673
|
+
hasDryRunApi: true,
|
|
1674
|
+
hasTxPaymentApi: true,
|
|
1675
|
+
hasDryRunRpc: true,
|
|
1676
|
+
hasDotBalance: true,
|
|
1677
|
+
hasEthBalance: true,
|
|
1678
|
+
hasXcmPaymentApi: true,
|
|
1679
|
+
supportsAliasOrigin: true,
|
|
1680
|
+
xcmVersion: "v5",
|
|
1681
|
+
supportsV2: false,
|
|
1682
|
+
},
|
|
1683
|
+
info: {
|
|
1684
|
+
tokenSymbols: "ACA",
|
|
1685
|
+
tokenDecimals: 12,
|
|
1686
|
+
ss58Format: 10,
|
|
1687
|
+
isEthereum: false,
|
|
1688
|
+
accountType: "AccountId32",
|
|
1689
|
+
name: "Acala",
|
|
1690
|
+
specName: "acala",
|
|
1691
|
+
specVersion: 2350,
|
|
1692
|
+
},
|
|
1693
|
+
assets: {
|
|
1694
|
+
"0x0000000000000000000000000000000000000000": {
|
|
1695
|
+
token: "0x0000000000000000000000000000000000000000",
|
|
1696
|
+
name: "Ether",
|
|
1697
|
+
minimumBalance: 10000000000000n,
|
|
1698
|
+
symbol: "ETH",
|
|
1699
|
+
decimals: 18,
|
|
1700
|
+
isSufficient: false,
|
|
1701
|
+
},
|
|
1702
|
+
},
|
|
1703
|
+
estimatedExecutionFeeDOT: 484934n,
|
|
1704
|
+
estimatedDeliveryFeeDOT: 307100000n,
|
|
1705
|
+
},
|
|
1706
|
+
polkadot_2004: {
|
|
1707
|
+
id: 2004,
|
|
1708
|
+
kind: "polkadot",
|
|
1709
|
+
key: "polkadot_2004",
|
|
1710
|
+
features: {
|
|
1711
|
+
hasPalletXcm: true,
|
|
1712
|
+
hasDryRunApi: true,
|
|
1713
|
+
hasTxPaymentApi: true,
|
|
1714
|
+
hasDryRunRpc: true,
|
|
1715
|
+
hasDotBalance: true,
|
|
1716
|
+
hasEthBalance: false,
|
|
1717
|
+
hasXcmPaymentApi: true,
|
|
1718
|
+
supportsAliasOrigin: false,
|
|
1719
|
+
xcmVersion: "v5",
|
|
1720
|
+
supportsV2: false,
|
|
1721
|
+
},
|
|
1722
|
+
info: {
|
|
1723
|
+
tokenSymbols: "GLMR",
|
|
1724
|
+
tokenDecimals: 18,
|
|
1725
|
+
ss58Format: 1284,
|
|
1726
|
+
isEthereum: false,
|
|
1727
|
+
accountType: "AccountId20",
|
|
1728
|
+
evmChainId: 1284,
|
|
1729
|
+
name: "Moonbeam",
|
|
1730
|
+
specName: "moonbeam",
|
|
1731
|
+
specVersion: 4103,
|
|
1732
|
+
},
|
|
1733
|
+
xcDOT: "0xffffffff1fcacbd218edc0eba20fc2308c778080",
|
|
1734
|
+
assets: {
|
|
1735
|
+
"0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2": {
|
|
1736
|
+
token: "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
|
|
1737
|
+
name: "Snowbridge WETH",
|
|
1738
|
+
minimumBalance: 1n,
|
|
1739
|
+
symbol: "WETH.e",
|
|
1740
|
+
decimals: 18,
|
|
1741
|
+
isSufficient: true,
|
|
1742
|
+
xc20: "0xffffffff86829afe1521ad2296719df3ace8ded7",
|
|
1743
|
+
},
|
|
1744
|
+
"0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0": {
|
|
1745
|
+
token: "0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0",
|
|
1746
|
+
name: "Snowbridge wstETH",
|
|
1747
|
+
minimumBalance: 1n,
|
|
1748
|
+
symbol: "wstETH.e",
|
|
1749
|
+
decimals: 18,
|
|
1750
|
+
isSufficient: true,
|
|
1751
|
+
xc20: "0xffffffff5d5deb44bf7278dee5381beb24cb6573",
|
|
1752
|
+
},
|
|
1753
|
+
"0x2260fac5e5542a773aa44fbcfedf7c193bc2c599": {
|
|
1754
|
+
token: "0x2260fac5e5542a773aa44fbcfedf7c193bc2c599",
|
|
1755
|
+
name: "Snowbridge WBTC",
|
|
1756
|
+
minimumBalance: 1n,
|
|
1757
|
+
symbol: "WBTC.e",
|
|
1758
|
+
decimals: 8,
|
|
1759
|
+
isSufficient: true,
|
|
1760
|
+
xc20: "0xffffffff1b4bb1ac5749f73d866ffc91a3432c47",
|
|
1761
|
+
},
|
|
1762
|
+
"0x6b175474e89094c44da98b954eedeac495271d0f": {
|
|
1763
|
+
token: "0x6b175474e89094c44da98b954eedeac495271d0f",
|
|
1764
|
+
name: "Snowbridge DAI",
|
|
1765
|
+
minimumBalance: 1n,
|
|
1766
|
+
symbol: "DAI.e",
|
|
1767
|
+
decimals: 18,
|
|
1768
|
+
isSufficient: true,
|
|
1769
|
+
xc20: "0xffffffff9de12e6658c49b4834f9278f6a39f5d7",
|
|
1770
|
+
},
|
|
1771
|
+
"0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48": {
|
|
1772
|
+
token: "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
|
|
1773
|
+
name: "Snowbridge USDC",
|
|
1774
|
+
minimumBalance: 1n,
|
|
1775
|
+
symbol: "USDC.e",
|
|
1776
|
+
decimals: 6,
|
|
1777
|
+
isSufficient: true,
|
|
1778
|
+
xc20: "0xffffffff166f84967f054ae95ab5764c38cf3aed",
|
|
1779
|
+
},
|
|
1780
|
+
"0x0000000000000000000000000000000000000000": {
|
|
1781
|
+
token: "0x0000000000000000000000000000000000000000",
|
|
1782
|
+
name: "Snowbridge ETH",
|
|
1783
|
+
minimumBalance: 1n,
|
|
1784
|
+
symbol: "ETH.e",
|
|
1785
|
+
decimals: 18,
|
|
1786
|
+
isSufficient: true,
|
|
1787
|
+
xc20: "0xffffffffaff6df83d0a1935dda2e5f1f402c0c45",
|
|
1788
|
+
},
|
|
1789
|
+
"0xdac17f958d2ee523a2206206994597c13d831ec7": {
|
|
1790
|
+
token: "0xdac17f958d2ee523a2206206994597c13d831ec7",
|
|
1791
|
+
name: "Snowbridge USDT",
|
|
1792
|
+
minimumBalance: 1n,
|
|
1793
|
+
symbol: "USDT.e",
|
|
1794
|
+
decimals: 6,
|
|
1795
|
+
isSufficient: true,
|
|
1796
|
+
xc20: "0xffffffff7bc304425217b49e9598415c514ae81b",
|
|
1797
|
+
},
|
|
1798
|
+
},
|
|
1799
|
+
estimatedExecutionFeeDOT: 105696134n,
|
|
1800
|
+
estimatedDeliveryFeeDOT: 306500000n,
|
|
1801
|
+
},
|
|
1802
|
+
polkadot_2030: {
|
|
1803
|
+
id: 2030,
|
|
1804
|
+
kind: "polkadot",
|
|
1805
|
+
key: "polkadot_2030",
|
|
1806
|
+
features: {
|
|
1807
|
+
hasPalletXcm: true,
|
|
1808
|
+
hasDryRunApi: true,
|
|
1809
|
+
hasTxPaymentApi: true,
|
|
1810
|
+
hasDryRunRpc: true,
|
|
1811
|
+
hasDotBalance: true,
|
|
1812
|
+
hasEthBalance: true,
|
|
1813
|
+
hasXcmPaymentApi: true,
|
|
1814
|
+
supportsAliasOrigin: true,
|
|
1815
|
+
xcmVersion: "v5",
|
|
1816
|
+
supportsV2: false,
|
|
1817
|
+
},
|
|
1818
|
+
info: {
|
|
1819
|
+
tokenSymbols: "BNC",
|
|
1820
|
+
tokenDecimals: 12,
|
|
1821
|
+
ss58Format: 0,
|
|
1822
|
+
isEthereum: false,
|
|
1823
|
+
accountType: "AccountId32",
|
|
1824
|
+
evmChainId: 996,
|
|
1825
|
+
name: "Bifrost Polkadot",
|
|
1826
|
+
specName: "bifrost_polkadot",
|
|
1827
|
+
specVersion: 23003,
|
|
1828
|
+
},
|
|
1829
|
+
assets: {
|
|
1830
|
+
"0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2": {
|
|
1831
|
+
token: "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
|
|
1832
|
+
name: "Wrapped ETH",
|
|
1833
|
+
minimumBalance: 15000000000000n,
|
|
1834
|
+
symbol: "WETH",
|
|
1835
|
+
decimals: 18,
|
|
1836
|
+
isSufficient: false,
|
|
1837
|
+
},
|
|
1838
|
+
"0x0000000000000000000000000000000000000000": {
|
|
1839
|
+
token: "0x0000000000000000000000000000000000000000",
|
|
1840
|
+
name: "Native ETH",
|
|
1841
|
+
minimumBalance: 15000000000000n,
|
|
1842
|
+
symbol: "ETH",
|
|
1843
|
+
decimals: 18,
|
|
1844
|
+
isSufficient: false,
|
|
1845
|
+
},
|
|
1846
|
+
},
|
|
1847
|
+
estimatedExecutionFeeDOT: 54689726n,
|
|
1848
|
+
estimatedDeliveryFeeDOT: 307100000n,
|
|
1849
|
+
},
|
|
1850
|
+
polkadot_2034: {
|
|
1851
|
+
id: 2034,
|
|
1852
|
+
kind: "polkadot",
|
|
1853
|
+
key: "polkadot_2034",
|
|
1854
|
+
features: {
|
|
1855
|
+
hasPalletXcm: true,
|
|
1856
|
+
hasDryRunApi: true,
|
|
1857
|
+
hasTxPaymentApi: true,
|
|
1858
|
+
hasDryRunRpc: true,
|
|
1859
|
+
hasDotBalance: true,
|
|
1860
|
+
hasEthBalance: true,
|
|
1861
|
+
hasXcmPaymentApi: true,
|
|
1862
|
+
supportsAliasOrigin: true,
|
|
1863
|
+
xcmVersion: "v5",
|
|
1864
|
+
supportsV2: false,
|
|
1865
|
+
},
|
|
1866
|
+
info: {
|
|
1867
|
+
tokenSymbols: "HDX",
|
|
1868
|
+
tokenDecimals: 12,
|
|
1869
|
+
ss58Format: 0,
|
|
1870
|
+
isEthereum: false,
|
|
1871
|
+
accountType: "AccountId32",
|
|
1872
|
+
evmChainId: 222222,
|
|
1873
|
+
name: "Hydration",
|
|
1874
|
+
specName: "hydradx",
|
|
1875
|
+
specVersion: 398,
|
|
1876
|
+
},
|
|
1877
|
+
assets: {
|
|
1878
|
+
"0x45804880de22913dafe09f4980848ece6ecbaf78": {
|
|
1879
|
+
token: "0x45804880de22913dafe09f4980848ece6ecbaf78",
|
|
1880
|
+
name: "PAX Gold",
|
|
1881
|
+
minimumBalance: 2374169040836n,
|
|
1882
|
+
symbol: "PAXG",
|
|
1883
|
+
decimals: 18,
|
|
1884
|
+
isSufficient: true,
|
|
1885
|
+
},
|
|
1886
|
+
"0x57e114b691db790c35207b2e685d4a43181e6061": {
|
|
1887
|
+
token: "0x57e114b691db790c35207b2e685d4a43181e6061",
|
|
1888
|
+
name: "Ethena",
|
|
1889
|
+
minimumBalance: 17337031900138700n,
|
|
1890
|
+
symbol: "ENA",
|
|
1891
|
+
decimals: 18,
|
|
1892
|
+
isSufficient: true,
|
|
1893
|
+
},
|
|
1894
|
+
"0x0000000000000000000000000000000000000000": {
|
|
1895
|
+
token: "0x0000000000000000000000000000000000000000",
|
|
1896
|
+
name: "Ethereum",
|
|
1897
|
+
minimumBalance: 5373455131650n,
|
|
1898
|
+
symbol: "ETH",
|
|
1899
|
+
decimals: 18,
|
|
1900
|
+
isSufficient: true,
|
|
1901
|
+
},
|
|
1902
|
+
"0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48": {
|
|
1903
|
+
token: "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
|
|
1904
|
+
name: "USDC (Ethereum native)",
|
|
1905
|
+
minimumBalance: 10000n,
|
|
1906
|
+
symbol: "USDC",
|
|
1907
|
+
decimals: 6,
|
|
1908
|
+
isSufficient: true,
|
|
1909
|
+
},
|
|
1910
|
+
"0x5a98fcbea516cf06857215779fd812ca3bef1b32": {
|
|
1911
|
+
token: "0x5a98fcbea516cf06857215779fd812ca3bef1b32",
|
|
1912
|
+
name: "Lido",
|
|
1913
|
+
minimumBalance: 5102040816326530n,
|
|
1914
|
+
symbol: "LDO",
|
|
1915
|
+
decimals: 18,
|
|
1916
|
+
isSufficient: true,
|
|
1917
|
+
},
|
|
1918
|
+
"0x56072c95faa701256059aa122697b133aded9279": {
|
|
1919
|
+
token: "0x56072c95faa701256059aa122697b133aded9279",
|
|
1920
|
+
name: "SKY",
|
|
1921
|
+
minimumBalance: 211685012701101000n,
|
|
1922
|
+
symbol: "SKY",
|
|
1923
|
+
decimals: 18,
|
|
1924
|
+
isSufficient: true,
|
|
1925
|
+
},
|
|
1926
|
+
"0xaa7a9ca87d3694b5755f213b5d04094b8d0f0a6f": {
|
|
1927
|
+
token: "0xaa7a9ca87d3694b5755f213b5d04094b8d0f0a6f",
|
|
1928
|
+
name: "OriginTrail",
|
|
1929
|
+
minimumBalance: 27777777777777800n,
|
|
1930
|
+
symbol: "TRAC",
|
|
1931
|
+
decimals: 18,
|
|
1932
|
+
isSufficient: true,
|
|
1933
|
+
},
|
|
1934
|
+
"0xe9f6d9898f9269b519e1435e6ebaff766c7f46bf": {
|
|
1935
|
+
token: "0xe9f6d9898f9269b519e1435e6ebaff766c7f46bf",
|
|
1936
|
+
name: "",
|
|
1937
|
+
minimumBalance: 1n,
|
|
1938
|
+
symbol: "",
|
|
1939
|
+
decimals: 0,
|
|
1940
|
+
isSufficient: false,
|
|
1941
|
+
},
|
|
1942
|
+
"0xcccccccccc33d538dbc2ee4feab0a7a1ff4e8a94": {
|
|
1943
|
+
token: "0xcccccccccc33d538dbc2ee4feab0a7a1ff4e8a94",
|
|
1944
|
+
name: "Centrifuge",
|
|
1945
|
+
minimumBalance: 36297640653357500n,
|
|
1946
|
+
symbol: "CFG",
|
|
1947
|
+
decimals: 18,
|
|
1948
|
+
isSufficient: true,
|
|
1949
|
+
},
|
|
1950
|
+
"0x514910771af9ca656af840dff83e8264ecf986ca": {
|
|
1951
|
+
token: "0x514910771af9ca656af840dff83e8264ecf986ca",
|
|
1952
|
+
name: "Chainlink",
|
|
1953
|
+
minimumBalance: 436681222707424n,
|
|
1954
|
+
symbol: "LINK",
|
|
1955
|
+
decimals: 18,
|
|
1956
|
+
isSufficient: true,
|
|
1957
|
+
},
|
|
1958
|
+
"0x9d39a5de30e57443bff2a8307a4256c8797a3497": {
|
|
1959
|
+
token: "0x9d39a5de30e57443bff2a8307a4256c8797a3497",
|
|
1960
|
+
name: "Ethena Staked USDe",
|
|
1961
|
+
minimumBalance: 8928571428571430n,
|
|
1962
|
+
symbol: "sUSDe",
|
|
1963
|
+
decimals: 18,
|
|
1964
|
+
isSufficient: true,
|
|
1965
|
+
},
|
|
1966
|
+
"0x7fc66500c84a76ad7e9c93437bfc5ac33e2ddae9": {
|
|
1967
|
+
token: "0x7fc66500c84a76ad7e9c93437bfc5ac33e2ddae9",
|
|
1968
|
+
name: "AAVE",
|
|
1969
|
+
minimumBalance: 59084194977843n,
|
|
1970
|
+
symbol: "AAVE",
|
|
1971
|
+
decimals: 18,
|
|
1972
|
+
isSufficient: true,
|
|
1973
|
+
},
|
|
1974
|
+
"0x2260fac5e5542a773aa44fbcfedf7c193bc2c599": {
|
|
1975
|
+
token: "0x2260fac5e5542a773aa44fbcfedf7c193bc2c599",
|
|
1976
|
+
name: "Wrapped Bitcoin",
|
|
1977
|
+
minimumBalance: 23n,
|
|
1978
|
+
symbol: "WBTC",
|
|
1979
|
+
decimals: 8,
|
|
1980
|
+
isSufficient: true,
|
|
1981
|
+
},
|
|
1982
|
+
"0xa3931d71877c0e7a3148cb7eb4463524fec27fbd": {
|
|
1983
|
+
token: "0xa3931d71877c0e7a3148cb7eb4463524fec27fbd",
|
|
1984
|
+
name: "Savings USDS",
|
|
1985
|
+
minimumBalance: 9910802775024780n,
|
|
1986
|
+
symbol: "sUSDS",
|
|
1987
|
+
decimals: 18,
|
|
1988
|
+
isSufficient: true,
|
|
1989
|
+
},
|
|
1990
|
+
"0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0": {
|
|
1991
|
+
token: "0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0",
|
|
1992
|
+
name: "Wrapped staked ETH",
|
|
1993
|
+
minimumBalance: 3244646333550n,
|
|
1994
|
+
symbol: "wstETH",
|
|
1995
|
+
decimals: 18,
|
|
1996
|
+
isSufficient: true,
|
|
1997
|
+
},
|
|
1998
|
+
"0xdac17f958d2ee523a2206206994597c13d831ec7": {
|
|
1999
|
+
token: "0xdac17f958d2ee523a2206206994597c13d831ec7",
|
|
2000
|
+
name: "Tether (Ethereum native)",
|
|
2001
|
+
minimumBalance: 10000n,
|
|
2002
|
+
symbol: "USDT",
|
|
2003
|
+
decimals: 6,
|
|
2004
|
+
isSufficient: true,
|
|
2005
|
+
},
|
|
2006
|
+
"0x18084fba666a33d37592fa2633fd49a74dd93a88": {
|
|
2007
|
+
token: "0x18084fba666a33d37592fa2633fd49a74dd93a88",
|
|
2008
|
+
name: "Threshold BTC",
|
|
2009
|
+
minimumBalance: 106803374987n,
|
|
2010
|
+
symbol: "tBTC",
|
|
2011
|
+
decimals: 18,
|
|
2012
|
+
isSufficient: true,
|
|
2013
|
+
},
|
|
2014
|
+
"0x8236a87084f8b84306f72007f36f2618a5634494": {
|
|
2015
|
+
token: "0x8236a87084f8b84306f72007f36f2618a5634494",
|
|
2016
|
+
name: "Lombard Staked BTC",
|
|
2017
|
+
minimumBalance: 11n,
|
|
2018
|
+
symbol: "LBTC",
|
|
2019
|
+
decimals: 8,
|
|
2020
|
+
isSufficient: true,
|
|
2021
|
+
},
|
|
2022
|
+
"0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2": {
|
|
2023
|
+
token: "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
|
|
2024
|
+
name: "Wrapped Ethereum",
|
|
2025
|
+
minimumBalance: 6009615384615n,
|
|
2026
|
+
symbol: "WETH",
|
|
2027
|
+
decimals: 18,
|
|
2028
|
+
isSufficient: true,
|
|
2029
|
+
},
|
|
2030
|
+
},
|
|
2031
|
+
estimatedExecutionFeeDOT: 1169428n,
|
|
2032
|
+
estimatedDeliveryFeeDOT: 307100000n,
|
|
2033
|
+
},
|
|
2034
|
+
polkadot_2043: {
|
|
2035
|
+
id: 2043,
|
|
2036
|
+
kind: "polkadot",
|
|
2037
|
+
key: "polkadot_2043",
|
|
2038
|
+
features: {
|
|
2039
|
+
hasPalletXcm: true,
|
|
2040
|
+
hasDryRunApi: true,
|
|
2041
|
+
hasTxPaymentApi: true,
|
|
2042
|
+
hasDryRunRpc: true,
|
|
2043
|
+
hasDotBalance: false,
|
|
2044
|
+
hasEthBalance: false,
|
|
2045
|
+
hasXcmPaymentApi: true,
|
|
2046
|
+
supportsAliasOrigin: false,
|
|
2047
|
+
xcmVersion: "v4",
|
|
2048
|
+
supportsV2: false,
|
|
2049
|
+
},
|
|
2050
|
+
info: {
|
|
2051
|
+
tokenSymbols: "NEURO",
|
|
2052
|
+
tokenDecimals: 12,
|
|
2053
|
+
ss58Format: 101,
|
|
2054
|
+
isEthereum: false,
|
|
2055
|
+
accountType: "AccountId32",
|
|
2056
|
+
name: "NeuroWeb",
|
|
2057
|
+
specName: "origintrail-parachain",
|
|
2058
|
+
specVersion: 151,
|
|
2059
|
+
},
|
|
2060
|
+
assets: {
|
|
2061
|
+
"0xaa7a9ca87d3694b5755f213b5d04094b8d0f0a6f": {
|
|
2062
|
+
token: "0xaa7a9ca87d3694b5755f213b5d04094b8d0f0a6f",
|
|
2063
|
+
name: "Trac",
|
|
2064
|
+
minimumBalance: 1000000000000000n,
|
|
2065
|
+
symbol: "TRAC",
|
|
2066
|
+
decimals: 18,
|
|
2067
|
+
isSufficient: true,
|
|
2068
|
+
},
|
|
2069
|
+
},
|
|
2070
|
+
estimatedExecutionFeeDOT: 306833n,
|
|
2071
|
+
estimatedDeliveryFeeDOT: 307100000n,
|
|
2072
|
+
},
|
|
2073
|
+
polkadot_3369: {
|
|
2074
|
+
id: 3369,
|
|
2075
|
+
kind: "polkadot",
|
|
2076
|
+
key: "polkadot_3369",
|
|
2077
|
+
features: {
|
|
2078
|
+
hasPalletXcm: true,
|
|
2079
|
+
hasDryRunApi: true,
|
|
2080
|
+
hasTxPaymentApi: true,
|
|
2081
|
+
hasDryRunRpc: true,
|
|
2082
|
+
hasDotBalance: false,
|
|
2083
|
+
hasEthBalance: false,
|
|
2084
|
+
hasXcmPaymentApi: true,
|
|
2085
|
+
supportsAliasOrigin: true,
|
|
2086
|
+
xcmVersion: "v5",
|
|
2087
|
+
supportsV2: false,
|
|
2088
|
+
},
|
|
2089
|
+
info: {
|
|
2090
|
+
tokenSymbols: "MYTH",
|
|
2091
|
+
tokenDecimals: 18,
|
|
2092
|
+
ss58Format: 29972,
|
|
2093
|
+
isEthereum: true,
|
|
2094
|
+
accountType: "AccountId20",
|
|
2095
|
+
name: "Mythos",
|
|
2096
|
+
specName: "mythos",
|
|
2097
|
+
specVersion: 1021,
|
|
2098
|
+
},
|
|
2099
|
+
assets: {
|
|
2100
|
+
"0xba41ddf06b7ffd89d1267b5a93bfef2424eb2003": {
|
|
2101
|
+
token: "0xba41ddf06b7ffd89d1267b5a93bfef2424eb2003",
|
|
2102
|
+
name: "Mythos",
|
|
2103
|
+
minimumBalance: 10000000000000000n,
|
|
2104
|
+
symbol: "MYTH",
|
|
2105
|
+
decimals: 18,
|
|
2106
|
+
isSufficient: true,
|
|
2107
|
+
},
|
|
2108
|
+
},
|
|
2109
|
+
estimatedExecutionFeeDOT: 1000000000n,
|
|
2110
|
+
estimatedDeliveryFeeDOT: 306500000n,
|
|
2111
|
+
},
|
|
2112
|
+
},
|
|
2113
|
+
kusama: {
|
|
2114
|
+
parachains: {
|
|
2115
|
+
kusama_1000: {
|
|
2116
|
+
id: 1000,
|
|
2117
|
+
kind: "kusama",
|
|
2118
|
+
key: "kusama_1000",
|
|
2119
|
+
features: {
|
|
2120
|
+
hasPalletXcm: true,
|
|
2121
|
+
hasDryRunApi: true,
|
|
2122
|
+
hasTxPaymentApi: true,
|
|
2123
|
+
hasDryRunRpc: true,
|
|
2124
|
+
hasDotBalance: true,
|
|
2125
|
+
hasEthBalance: false,
|
|
2126
|
+
hasXcmPaymentApi: true,
|
|
2127
|
+
supportsAliasOrigin: true,
|
|
2128
|
+
xcmVersion: "v5",
|
|
2129
|
+
supportsV2: false,
|
|
2130
|
+
},
|
|
2131
|
+
info: {
|
|
2132
|
+
tokenSymbols: "KSM",
|
|
2133
|
+
tokenDecimals: 12,
|
|
2134
|
+
ss58Format: 2,
|
|
2135
|
+
isEthereum: false,
|
|
2136
|
+
accountType: "AccountId32",
|
|
2137
|
+
name: "Kusama Asset Hub",
|
|
2138
|
+
specName: "statemine",
|
|
2139
|
+
specVersion: 2001000,
|
|
2140
|
+
},
|
|
2141
|
+
assets: {
|
|
2142
|
+
"0x9d39a5de30e57443bff2a8307a4256c8797a3497": {
|
|
2143
|
+
token: "0x9d39a5de30e57443bff2a8307a4256c8797a3497",
|
|
2144
|
+
name: "Staked USDe",
|
|
2145
|
+
minimumBalance: 1n,
|
|
2146
|
+
symbol: "sUSDe",
|
|
2147
|
+
decimals: 18,
|
|
2148
|
+
isSufficient: false,
|
|
2149
|
+
},
|
|
2150
|
+
"0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2": {
|
|
2151
|
+
token: "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
|
|
2152
|
+
name: "Wrapped Ether",
|
|
2153
|
+
minimumBalance: 15000000000000n,
|
|
2154
|
+
symbol: "WETH",
|
|
2155
|
+
decimals: 18,
|
|
2156
|
+
isSufficient: true,
|
|
2157
|
+
},
|
|
2158
|
+
"0x6982508145454ce325ddbe47a25d4ec3d2311933": {
|
|
2159
|
+
token: "0x6982508145454ce325ddbe47a25d4ec3d2311933",
|
|
2160
|
+
name: "Pepe",
|
|
2161
|
+
minimumBalance: 1n,
|
|
2162
|
+
symbol: "PEPE",
|
|
2163
|
+
decimals: 18,
|
|
2164
|
+
isSufficient: false,
|
|
2165
|
+
},
|
|
2166
|
+
"0x5a98fcbea516cf06857215779fd812ca3bef1b32": {
|
|
2167
|
+
token: "0x5a98fcbea516cf06857215779fd812ca3bef1b32",
|
|
2168
|
+
name: "Lido DAO Token",
|
|
2169
|
+
minimumBalance: 1n,
|
|
2170
|
+
symbol: "LDO",
|
|
2171
|
+
decimals: 18,
|
|
2172
|
+
isSufficient: false,
|
|
2173
|
+
},
|
|
2174
|
+
"0xa3931d71877c0e7a3148cb7eb4463524fec27fbd": {
|
|
2175
|
+
token: "0xa3931d71877c0e7a3148cb7eb4463524fec27fbd",
|
|
2176
|
+
name: "Savings USDS",
|
|
2177
|
+
minimumBalance: 1n,
|
|
2178
|
+
symbol: "sUSDS",
|
|
2179
|
+
decimals: 18,
|
|
2180
|
+
isSufficient: false,
|
|
2181
|
+
},
|
|
2182
|
+
"0x8236a87084f8b84306f72007f36f2618a5634494": {
|
|
2183
|
+
token: "0x8236a87084f8b84306f72007f36f2618a5634494",
|
|
2184
|
+
name: "Lombard Staked Bitcoin",
|
|
2185
|
+
minimumBalance: 1n,
|
|
2186
|
+
symbol: "LBTC",
|
|
2187
|
+
decimals: 8,
|
|
2188
|
+
isSufficient: false,
|
|
2189
|
+
},
|
|
2190
|
+
"0x1abaea1f7c830bd89acc67ec4af516284b1bc33c": {
|
|
2191
|
+
token: "0x1abaea1f7c830bd89acc67ec4af516284b1bc33c",
|
|
2192
|
+
name: "Euro Coin",
|
|
2193
|
+
minimumBalance: 1n,
|
|
2194
|
+
symbol: "EURC",
|
|
2195
|
+
decimals: 6,
|
|
2196
|
+
isSufficient: false,
|
|
2197
|
+
},
|
|
2198
|
+
"0x56072c95faa701256059aa122697b133aded9279": {
|
|
2199
|
+
token: "0x56072c95faa701256059aa122697b133aded9279",
|
|
2200
|
+
name: "SKY Governance Token",
|
|
2201
|
+
minimumBalance: 1n,
|
|
2202
|
+
symbol: "SKY",
|
|
2203
|
+
decimals: 18,
|
|
2204
|
+
isSufficient: false,
|
|
2205
|
+
},
|
|
2206
|
+
"0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48": {
|
|
2207
|
+
token: "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
|
|
2208
|
+
name: "USDC (Snowbridge)",
|
|
2209
|
+
minimumBalance: 10000n,
|
|
2210
|
+
symbol: "USDC",
|
|
2211
|
+
decimals: 6,
|
|
2212
|
+
isSufficient: true,
|
|
2213
|
+
},
|
|
2214
|
+
"0x0e186357c323c806c1efdad36d217f7a54b63d18": {
|
|
2215
|
+
token: "0x0e186357c323c806c1efdad36d217f7a54b63d18",
|
|
2216
|
+
name: "Curio Gas Token",
|
|
2217
|
+
minimumBalance: 1n,
|
|
2218
|
+
symbol: "CGT2.0",
|
|
2219
|
+
decimals: 18,
|
|
2220
|
+
isSufficient: false,
|
|
2221
|
+
},
|
|
2222
|
+
"0x18084fba666a33d37592fa2633fd49a74dd93a88": {
|
|
2223
|
+
token: "0x18084fba666a33d37592fa2633fd49a74dd93a88",
|
|
2224
|
+
name: "tBTC v2",
|
|
2225
|
+
minimumBalance: 1n,
|
|
2226
|
+
symbol: "tBTC",
|
|
2227
|
+
decimals: 18,
|
|
2228
|
+
isSufficient: false,
|
|
2229
|
+
},
|
|
2230
|
+
"0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0": {
|
|
2231
|
+
token: "0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0",
|
|
2232
|
+
name: "Wrapped liquid staked Ether 2.0",
|
|
2233
|
+
minimumBalance: 1n,
|
|
2234
|
+
symbol: "wstETH",
|
|
2235
|
+
decimals: 18,
|
|
2236
|
+
isSufficient: false,
|
|
2237
|
+
},
|
|
2238
|
+
"0x582d872a1b094fc48f5de31d3b73f2d9be47def1": {
|
|
2239
|
+
token: "0x582d872a1b094fc48f5de31d3b73f2d9be47def1",
|
|
2240
|
+
name: "Wrapped TON Coin",
|
|
2241
|
+
minimumBalance: 1n,
|
|
2242
|
+
symbol: "TONCOIN",
|
|
2243
|
+
decimals: 9,
|
|
2244
|
+
isSufficient: false,
|
|
2245
|
+
},
|
|
2246
|
+
"0x6b175474e89094c44da98b954eedeac495271d0f": {
|
|
2247
|
+
token: "0x6b175474e89094c44da98b954eedeac495271d0f",
|
|
2248
|
+
name: "Dai Stablecoin",
|
|
2249
|
+
minimumBalance: 1n,
|
|
2250
|
+
symbol: "DAI",
|
|
2251
|
+
decimals: 18,
|
|
2252
|
+
isSufficient: false,
|
|
2253
|
+
},
|
|
2254
|
+
"0x95ad61b0a150d79219dcf64e1e6cc01f0b64c4ce": {
|
|
2255
|
+
token: "0x95ad61b0a150d79219dcf64e1e6cc01f0b64c4ce",
|
|
2256
|
+
name: "SHIBA INU",
|
|
2257
|
+
minimumBalance: 1n,
|
|
2258
|
+
symbol: "SHIB",
|
|
2259
|
+
decimals: 18,
|
|
2260
|
+
isSufficient: false,
|
|
2261
|
+
},
|
|
2262
|
+
"0x2260fac5e5542a773aa44fbcfedf7c193bc2c599": {
|
|
2263
|
+
token: "0x2260fac5e5542a773aa44fbcfedf7c193bc2c599",
|
|
2264
|
+
name: "Wrapped BTC",
|
|
2265
|
+
minimumBalance: 1n,
|
|
2266
|
+
symbol: "WBTC",
|
|
2267
|
+
decimals: 8,
|
|
2268
|
+
isSufficient: false,
|
|
2269
|
+
},
|
|
2270
|
+
"0x8daebade922df735c38c80c7ebd708af50815faa": {
|
|
2271
|
+
token: "0x8daebade922df735c38c80c7ebd708af50815faa",
|
|
2272
|
+
name: "tBTC",
|
|
2273
|
+
minimumBalance: 1n,
|
|
2274
|
+
symbol: "TBTC",
|
|
2275
|
+
decimals: 18,
|
|
2276
|
+
isSufficient: false,
|
|
2277
|
+
},
|
|
2278
|
+
"0x0000000000000000000000000000000000000000": {
|
|
2279
|
+
token: "0x0000000000000000000000000000000000000000",
|
|
2280
|
+
name: "Ether",
|
|
2281
|
+
minimumBalance: 15000000000000n,
|
|
2282
|
+
symbol: "ETH",
|
|
2283
|
+
decimals: 18,
|
|
2284
|
+
isSufficient: true,
|
|
2285
|
+
},
|
|
2286
|
+
"0x5d3d01fd6d2ad1169b17918eb4f153c6616288eb": {
|
|
2287
|
+
token: "0x5d3d01fd6d2ad1169b17918eb4f153c6616288eb",
|
|
2288
|
+
name: "KILT",
|
|
2289
|
+
minimumBalance: 1n,
|
|
2290
|
+
symbol: "KILT",
|
|
2291
|
+
decimals: 15,
|
|
2292
|
+
isSufficient: false,
|
|
2293
|
+
},
|
|
2294
|
+
"0xdac17f958d2ee523a2206206994597c13d831ec7": {
|
|
2295
|
+
token: "0xdac17f958d2ee523a2206206994597c13d831ec7",
|
|
2296
|
+
name: "USDT (Snowbridge)",
|
|
2297
|
+
minimumBalance: 10000n,
|
|
2298
|
+
symbol: "USDT",
|
|
2299
|
+
decimals: 6,
|
|
2300
|
+
isSufficient: true,
|
|
2301
|
+
},
|
|
2302
|
+
"0x514910771af9ca656af840dff83e8264ecf986ca": {
|
|
2303
|
+
token: "0x514910771af9ca656af840dff83e8264ecf986ca",
|
|
2304
|
+
name: "ChainLink Token",
|
|
2305
|
+
minimumBalance: 1n,
|
|
2306
|
+
symbol: "LINK",
|
|
2307
|
+
decimals: 18,
|
|
2308
|
+
isSufficient: false,
|
|
2309
|
+
},
|
|
2310
|
+
"0x7fc66500c84a76ad7e9c93437bfc5ac33e2ddae9": {
|
|
2311
|
+
token: "0x7fc66500c84a76ad7e9c93437bfc5ac33e2ddae9",
|
|
2312
|
+
name: "Aave Token",
|
|
2313
|
+
minimumBalance: 1n,
|
|
2314
|
+
symbol: "AAVE",
|
|
2315
|
+
decimals: 18,
|
|
2316
|
+
isSufficient: false,
|
|
2317
|
+
},
|
|
2318
|
+
"0x196c20da81fbc324ecdf55501e95ce9f0bd84d14": {
|
|
2319
|
+
token: "0x196c20da81fbc324ecdf55501e95ce9f0bd84d14",
|
|
2320
|
+
name: "Polkadot",
|
|
2321
|
+
symbol: "DOT",
|
|
2322
|
+
decimals: 10,
|
|
2323
|
+
locationOnEthereum: {
|
|
2324
|
+
parents: 1,
|
|
2325
|
+
interior: {
|
|
2326
|
+
x1: [
|
|
2327
|
+
{
|
|
2328
|
+
globalConsensus: {
|
|
2329
|
+
polkadot: null,
|
|
2330
|
+
},
|
|
2331
|
+
},
|
|
2332
|
+
],
|
|
2333
|
+
},
|
|
2334
|
+
},
|
|
2335
|
+
location: {
|
|
2336
|
+
parents: 2,
|
|
2337
|
+
interior: {
|
|
2338
|
+
x1: [
|
|
2339
|
+
{
|
|
2340
|
+
globalConsensus: {
|
|
2341
|
+
Polkadot: null,
|
|
2342
|
+
},
|
|
2343
|
+
},
|
|
2344
|
+
],
|
|
2345
|
+
},
|
|
2346
|
+
},
|
|
2347
|
+
locationOnAH: {
|
|
2348
|
+
parents: 2,
|
|
2349
|
+
interior: {
|
|
2350
|
+
x1: [
|
|
2351
|
+
{
|
|
2352
|
+
globalConsensus: {
|
|
2353
|
+
Polkadot: null,
|
|
2354
|
+
},
|
|
2355
|
+
},
|
|
2356
|
+
],
|
|
2357
|
+
},
|
|
2358
|
+
},
|
|
2359
|
+
foreignId:
|
|
2360
|
+
"0x4e241583d94b5d48a27a22064cd49b2ed6f5231d2d950e432f9b7c2e0ade52b2",
|
|
2361
|
+
minimumBalance: 10000000n,
|
|
2362
|
+
isSufficient: true,
|
|
2363
|
+
},
|
|
2364
|
+
"0x12bbfdc9e813614eef8dc8a2560b0efbeaf7c2ab": {
|
|
2365
|
+
token: "0x12bbfdc9e813614eef8dc8a2560b0efbeaf7c2ab",
|
|
2366
|
+
name: "",
|
|
2367
|
+
symbol: "KSM",
|
|
2368
|
+
decimals: 12,
|
|
2369
|
+
locationOnEthereum: {
|
|
2370
|
+
parents: 1,
|
|
2371
|
+
interior: {
|
|
2372
|
+
x1: [
|
|
2373
|
+
{
|
|
2374
|
+
globalConsensus: {
|
|
2375
|
+
kusama: null,
|
|
2376
|
+
},
|
|
2377
|
+
},
|
|
2378
|
+
],
|
|
2379
|
+
},
|
|
2380
|
+
},
|
|
2381
|
+
location: {
|
|
2382
|
+
parents: 1,
|
|
2383
|
+
interior: "Here",
|
|
2384
|
+
},
|
|
2385
|
+
locationOnAH: {
|
|
2386
|
+
parents: 1,
|
|
2387
|
+
interior: "Here",
|
|
2388
|
+
},
|
|
2389
|
+
foreignId:
|
|
2390
|
+
"0x03b6054d0c576dd8391e34e1609cf398f68050c23009d19ce93c000922bcd852",
|
|
2391
|
+
minimumBalance: 3333333n,
|
|
2392
|
+
isSufficient: true,
|
|
2393
|
+
},
|
|
2394
|
+
"0x5fdcd48f09fb67de3d202cd854b372aec1100ed5": {
|
|
2395
|
+
token: "0x5fdcd48f09fb67de3d202cd854b372aec1100ed5",
|
|
2396
|
+
name: "GAVUN WUD",
|
|
2397
|
+
symbol: "WUD",
|
|
2398
|
+
decimals: 10,
|
|
2399
|
+
locationOnEthereum: {
|
|
2400
|
+
parents: 1,
|
|
2401
|
+
interior: {
|
|
2402
|
+
x4: [
|
|
2403
|
+
{
|
|
2404
|
+
globalConsensus: {
|
|
2405
|
+
polkadot: null,
|
|
2406
|
+
},
|
|
2407
|
+
},
|
|
2408
|
+
{
|
|
2409
|
+
parachain: 1000,
|
|
2410
|
+
},
|
|
2411
|
+
{
|
|
2412
|
+
palletInstance: 50,
|
|
2413
|
+
},
|
|
2414
|
+
{
|
|
2415
|
+
generalIndex: 31337,
|
|
2416
|
+
},
|
|
2417
|
+
],
|
|
2418
|
+
},
|
|
2419
|
+
},
|
|
2420
|
+
location: {
|
|
2421
|
+
parents: 2,
|
|
2422
|
+
interior: {
|
|
2423
|
+
x4: [
|
|
2424
|
+
{
|
|
2425
|
+
globalConsensus: {
|
|
2426
|
+
Polkadot: null,
|
|
2427
|
+
},
|
|
2428
|
+
},
|
|
2429
|
+
{
|
|
2430
|
+
parachain: 1000,
|
|
2431
|
+
},
|
|
2432
|
+
{
|
|
2433
|
+
palletInstance: 50,
|
|
2434
|
+
},
|
|
2435
|
+
{
|
|
2436
|
+
generalIndex: 31337,
|
|
2437
|
+
},
|
|
2438
|
+
],
|
|
2439
|
+
},
|
|
2440
|
+
},
|
|
2441
|
+
locationOnAH: {
|
|
2442
|
+
parents: 2,
|
|
2443
|
+
interior: {
|
|
2444
|
+
x4: [
|
|
2445
|
+
{
|
|
2446
|
+
globalConsensus: {
|
|
2447
|
+
Polkadot: null,
|
|
2448
|
+
},
|
|
2449
|
+
},
|
|
2450
|
+
{
|
|
2451
|
+
parachain: 1000,
|
|
2452
|
+
},
|
|
2453
|
+
{
|
|
2454
|
+
palletInstance: 50,
|
|
2455
|
+
},
|
|
2456
|
+
{
|
|
2457
|
+
generalIndex: 31337,
|
|
2458
|
+
},
|
|
2459
|
+
],
|
|
2460
|
+
},
|
|
2461
|
+
},
|
|
2462
|
+
foreignId:
|
|
2463
|
+
"0x7ca757304cac2ff0881de18dc6a1dfa7f10e51b0cba0297e0e762f8072049c98",
|
|
2464
|
+
minimumBalance: 10000000n,
|
|
2465
|
+
isSufficient: false,
|
|
2466
|
+
},
|
|
2467
|
+
},
|
|
2468
|
+
estimatedExecutionFeeDOT: 0n,
|
|
2469
|
+
estimatedDeliveryFeeDOT: 0n,
|
|
2470
|
+
},
|
|
2471
|
+
},
|
|
2472
|
+
assetHubParaId: 1000,
|
|
2473
|
+
bridgeHubParaId: 1002,
|
|
2474
|
+
},
|
|
2475
|
+
},
|
|
2476
|
+
} as const
|
|
2477
|
+
export default registry
|