@chain-registry/assets 1.70.193 → 1.70.194
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/esm/mainnet/initia.js +322 -16
- package/esm/mainnet/neutron.js +80 -0
- package/esm/mainnet/osmosis.js +18 -16
- package/esm/testnet/assets.js +2 -1
- package/esm/testnet/cosmosicsprovidertestnet.js +108 -3
- package/esm/testnet/elystestnet.js +102 -0
- package/esm/testnet/index.js +1 -0
- package/esm/testnet/osmosistestnet.js +102 -0
- package/esm/testnet/xrplevmtestnet.js +160 -0
- package/mainnet/initia.js +322 -16
- package/mainnet/neutron.js +80 -0
- package/mainnet/osmosis.js +18 -16
- package/package.json +5 -5
- package/testnet/assets.js +2 -1
- package/testnet/cosmosicsprovidertestnet.js +108 -3
- package/testnet/elystestnet.js +102 -0
- package/testnet/index.d.ts +1 -0
- package/testnet/index.js +2 -1
- package/testnet/osmosistestnet.js +102 -0
- package/testnet/xrplevmtestnet.d.ts +3 -0
- package/testnet/xrplevmtestnet.js +162 -0
package/esm/mainnet/initia.js
CHANGED
|
@@ -1,10 +1,163 @@
|
|
|
1
1
|
const assets = {
|
|
2
2
|
chain_name: 'initia',
|
|
3
3
|
assets: [
|
|
4
|
+
{
|
|
5
|
+
description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.',
|
|
6
|
+
denom_units: [{
|
|
7
|
+
denom: 'ibc/E1B86EFC3474070FD47C02F17C84BD573AA8E17C5A8824F293D5B99D6E5F9C09',
|
|
8
|
+
exponent: 0,
|
|
9
|
+
aliases: ['untrn']
|
|
10
|
+
}, {
|
|
11
|
+
denom: 'ntrn',
|
|
12
|
+
exponent: 6
|
|
13
|
+
}],
|
|
14
|
+
base: 'ibc/E1B86EFC3474070FD47C02F17C84BD573AA8E17C5A8824F293D5B99D6E5F9C09',
|
|
15
|
+
name: 'Neutron',
|
|
16
|
+
display: 'ntrn',
|
|
17
|
+
symbol: 'NTRN',
|
|
18
|
+
logo_URIs: {
|
|
19
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
20
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg'
|
|
21
|
+
},
|
|
22
|
+
coingecko_id: 'neutron-3',
|
|
23
|
+
images: [{
|
|
24
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
25
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
|
|
26
|
+
theme: {
|
|
27
|
+
primary_color_hex: '#040404',
|
|
28
|
+
background_color_hex: '#000000',
|
|
29
|
+
circle: true
|
|
30
|
+
}
|
|
31
|
+
}],
|
|
32
|
+
socials: {
|
|
33
|
+
website: 'https://neutron.org/',
|
|
34
|
+
twitter: 'https://twitter.com/Neutron_org'
|
|
35
|
+
},
|
|
36
|
+
type_asset: 'sdk.coin',
|
|
37
|
+
traces: [{
|
|
38
|
+
type: 'ibc',
|
|
39
|
+
counterparty: {
|
|
40
|
+
channel_id: 'channel-6885',
|
|
41
|
+
base_denom: 'untrn',
|
|
42
|
+
chain_name: 'neutron'
|
|
43
|
+
},
|
|
44
|
+
chain: {
|
|
45
|
+
channel_id: 'channel-37'
|
|
46
|
+
}
|
|
47
|
+
}]
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
description: 'BITCOSMOS',
|
|
51
|
+
denom_units: [{
|
|
52
|
+
denom: 'ibc/170131A39F79E19220ECB0DD44729A6608FE1F356868528C57B62B1D5C4A0D90',
|
|
53
|
+
exponent: 0,
|
|
54
|
+
aliases: ['neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj']
|
|
55
|
+
}, {
|
|
56
|
+
denom: 'bitcosmos',
|
|
57
|
+
exponent: 6
|
|
58
|
+
}],
|
|
59
|
+
base: 'ibc/170131A39F79E19220ECB0DD44729A6608FE1F356868528C57B62B1D5C4A0D90',
|
|
60
|
+
name: 'Bitcosmos',
|
|
61
|
+
display: 'bitcosmos',
|
|
62
|
+
symbol: 'BTC',
|
|
63
|
+
logo_URIs: {
|
|
64
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png'
|
|
65
|
+
},
|
|
66
|
+
images: [{
|
|
67
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png',
|
|
68
|
+
theme: {
|
|
69
|
+
primary_color_hex: '#1b0847'
|
|
70
|
+
}
|
|
71
|
+
}],
|
|
72
|
+
type_asset: 'sdk.coin',
|
|
73
|
+
traces: [{
|
|
74
|
+
type: 'ibc',
|
|
75
|
+
counterparty: {
|
|
76
|
+
channel_id: 'channel-6885',
|
|
77
|
+
base_denom: 'neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj',
|
|
78
|
+
chain_name: 'neutron'
|
|
79
|
+
},
|
|
80
|
+
chain: {
|
|
81
|
+
channel_id: 'channel-37'
|
|
82
|
+
}
|
|
83
|
+
}]
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
description: 'What the Fuck',
|
|
87
|
+
denom_units: [{
|
|
88
|
+
denom: 'ibc/0AB0CF1B815AB771CD55088F52CDE960BA7D2802CD5DF81F53DE5C65A37CB403',
|
|
89
|
+
exponent: 0,
|
|
90
|
+
aliases: ['neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf']
|
|
91
|
+
}, {
|
|
92
|
+
denom: 'wtf',
|
|
93
|
+
exponent: 6
|
|
94
|
+
}],
|
|
95
|
+
base: 'ibc/0AB0CF1B815AB771CD55088F52CDE960BA7D2802CD5DF81F53DE5C65A37CB403',
|
|
96
|
+
name: 'wtf',
|
|
97
|
+
display: 'wtf',
|
|
98
|
+
symbol: 'WTF',
|
|
99
|
+
logo_URIs: {
|
|
100
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png'
|
|
101
|
+
},
|
|
102
|
+
images: [{
|
|
103
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png',
|
|
104
|
+
theme: {
|
|
105
|
+
primary_color_hex: '#dcd5ab'
|
|
106
|
+
}
|
|
107
|
+
}],
|
|
108
|
+
type_asset: 'sdk.coin',
|
|
109
|
+
traces: [{
|
|
110
|
+
type: 'ibc',
|
|
111
|
+
counterparty: {
|
|
112
|
+
channel_id: 'channel-6885',
|
|
113
|
+
base_denom: 'neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf',
|
|
114
|
+
chain_name: 'neutron'
|
|
115
|
+
},
|
|
116
|
+
chain: {
|
|
117
|
+
channel_id: 'channel-37'
|
|
118
|
+
}
|
|
119
|
+
}]
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
description: 'Astro BOY',
|
|
123
|
+
denom_units: [{
|
|
124
|
+
denom: 'ibc/777E6CC2E8A1AB1AD59A16EB1140C46890525449D9376C3BBE7526794FFFAEB3',
|
|
125
|
+
exponent: 0,
|
|
126
|
+
aliases: ['neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv']
|
|
127
|
+
}, {
|
|
128
|
+
denom: 'boy',
|
|
129
|
+
exponent: 6
|
|
130
|
+
}],
|
|
131
|
+
base: 'ibc/777E6CC2E8A1AB1AD59A16EB1140C46890525449D9376C3BBE7526794FFFAEB3',
|
|
132
|
+
name: 'boy',
|
|
133
|
+
display: 'boy',
|
|
134
|
+
symbol: 'BOY',
|
|
135
|
+
logo_URIs: {
|
|
136
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png'
|
|
137
|
+
},
|
|
138
|
+
images: [{
|
|
139
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png',
|
|
140
|
+
theme: {
|
|
141
|
+
primary_color_hex: '#333333'
|
|
142
|
+
}
|
|
143
|
+
}],
|
|
144
|
+
type_asset: 'sdk.coin',
|
|
145
|
+
traces: [{
|
|
146
|
+
type: 'ibc',
|
|
147
|
+
counterparty: {
|
|
148
|
+
channel_id: 'channel-6885',
|
|
149
|
+
base_denom: 'neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv',
|
|
150
|
+
chain_name: 'neutron'
|
|
151
|
+
},
|
|
152
|
+
chain: {
|
|
153
|
+
channel_id: 'channel-37'
|
|
154
|
+
}
|
|
155
|
+
}]
|
|
156
|
+
},
|
|
4
157
|
{
|
|
5
158
|
description: 'The native token of Osmosis',
|
|
6
159
|
denom_units: [{
|
|
7
|
-
denom: 'ibc/
|
|
160
|
+
denom: 'ibc/F0BA0597CB395041949DA261E44CE5F5A0D934E477E545E6E76CDDC27759632D',
|
|
8
161
|
exponent: 0,
|
|
9
162
|
aliases: ['uosmo']
|
|
10
163
|
}, {
|
|
@@ -12,7 +165,7 @@ const assets = {
|
|
|
12
165
|
exponent: 6
|
|
13
166
|
}],
|
|
14
167
|
type_asset: 'sdk.coin',
|
|
15
|
-
base: 'ibc/
|
|
168
|
+
base: 'ibc/F0BA0597CB395041949DA261E44CE5F5A0D934E477E545E6E76CDDC27759632D',
|
|
16
169
|
name: 'Osmosis',
|
|
17
170
|
display: 'osmo',
|
|
18
171
|
symbol: 'OSMO',
|
|
@@ -36,19 +189,19 @@ const assets = {
|
|
|
36
189
|
traces: [{
|
|
37
190
|
type: 'ibc',
|
|
38
191
|
counterparty: {
|
|
39
|
-
channel_id: 'channel-
|
|
192
|
+
channel_id: 'channel-102122',
|
|
40
193
|
base_denom: 'uosmo',
|
|
41
194
|
chain_name: 'osmosis'
|
|
42
195
|
},
|
|
43
196
|
chain: {
|
|
44
|
-
channel_id: 'channel-
|
|
197
|
+
channel_id: 'channel-68'
|
|
45
198
|
}
|
|
46
199
|
}]
|
|
47
200
|
},
|
|
48
201
|
{
|
|
49
202
|
description: 'ION is the second native token of Osmosis.',
|
|
50
203
|
denom_units: [{
|
|
51
|
-
denom: 'ibc/
|
|
204
|
+
denom: 'ibc/F4A661CBE4DE0C7438EFAD035F4835E5FDBF0F005FAA2460A5689D5C33C07CD5',
|
|
52
205
|
exponent: 0,
|
|
53
206
|
aliases: ['uion']
|
|
54
207
|
}, {
|
|
@@ -56,7 +209,7 @@ const assets = {
|
|
|
56
209
|
exponent: 6
|
|
57
210
|
}],
|
|
58
211
|
type_asset: 'sdk.coin',
|
|
59
|
-
base: 'ibc/
|
|
212
|
+
base: 'ibc/F4A661CBE4DE0C7438EFAD035F4835E5FDBF0F005FAA2460A5689D5C33C07CD5',
|
|
60
213
|
name: 'Ion DAO',
|
|
61
214
|
display: 'ion',
|
|
62
215
|
symbol: 'ION',
|
|
@@ -80,19 +233,172 @@ const assets = {
|
|
|
80
233
|
traces: [{
|
|
81
234
|
type: 'ibc',
|
|
82
235
|
counterparty: {
|
|
83
|
-
channel_id: 'channel-
|
|
236
|
+
channel_id: 'channel-102122',
|
|
84
237
|
base_denom: 'uion',
|
|
85
238
|
chain_name: 'osmosis'
|
|
86
239
|
},
|
|
87
240
|
chain: {
|
|
88
|
-
channel_id: 'channel-
|
|
241
|
+
channel_id: 'channel-68'
|
|
242
|
+
}
|
|
243
|
+
}]
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.',
|
|
247
|
+
denom_units: [{
|
|
248
|
+
denom: 'ibc/E1B86EFC3474070FD47C02F17C84BD573AA8E17C5A8824F293D5B99D6E5F9C09',
|
|
249
|
+
exponent: 0,
|
|
250
|
+
aliases: ['untrn']
|
|
251
|
+
}, {
|
|
252
|
+
denom: 'ntrn',
|
|
253
|
+
exponent: 6
|
|
254
|
+
}],
|
|
255
|
+
base: 'ibc/E1B86EFC3474070FD47C02F17C84BD573AA8E17C5A8824F293D5B99D6E5F9C09',
|
|
256
|
+
name: 'Neutron',
|
|
257
|
+
display: 'ntrn',
|
|
258
|
+
symbol: 'NTRN',
|
|
259
|
+
logo_URIs: {
|
|
260
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
261
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg'
|
|
262
|
+
},
|
|
263
|
+
coingecko_id: 'neutron-3',
|
|
264
|
+
images: [{
|
|
265
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
266
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
|
|
267
|
+
theme: {
|
|
268
|
+
primary_color_hex: '#040404',
|
|
269
|
+
background_color_hex: '#000000',
|
|
270
|
+
circle: true
|
|
271
|
+
}
|
|
272
|
+
}],
|
|
273
|
+
socials: {
|
|
274
|
+
website: 'https://neutron.org/',
|
|
275
|
+
twitter: 'https://twitter.com/Neutron_org'
|
|
276
|
+
},
|
|
277
|
+
type_asset: 'sdk.coin',
|
|
278
|
+
traces: [{
|
|
279
|
+
type: 'ibc',
|
|
280
|
+
counterparty: {
|
|
281
|
+
channel_id: 'channel-6885',
|
|
282
|
+
base_denom: 'untrn',
|
|
283
|
+
chain_name: 'neutron'
|
|
284
|
+
},
|
|
285
|
+
chain: {
|
|
286
|
+
channel_id: 'channel-37'
|
|
287
|
+
}
|
|
288
|
+
}]
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
description: 'BITCOSMOS',
|
|
292
|
+
denom_units: [{
|
|
293
|
+
denom: 'ibc/170131A39F79E19220ECB0DD44729A6608FE1F356868528C57B62B1D5C4A0D90',
|
|
294
|
+
exponent: 0,
|
|
295
|
+
aliases: ['neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj']
|
|
296
|
+
}, {
|
|
297
|
+
denom: 'bitcosmos',
|
|
298
|
+
exponent: 6
|
|
299
|
+
}],
|
|
300
|
+
base: 'ibc/170131A39F79E19220ECB0DD44729A6608FE1F356868528C57B62B1D5C4A0D90',
|
|
301
|
+
name: 'Bitcosmos',
|
|
302
|
+
display: 'bitcosmos',
|
|
303
|
+
symbol: 'BTC',
|
|
304
|
+
logo_URIs: {
|
|
305
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png'
|
|
306
|
+
},
|
|
307
|
+
images: [{
|
|
308
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png',
|
|
309
|
+
theme: {
|
|
310
|
+
primary_color_hex: '#1b0847'
|
|
311
|
+
}
|
|
312
|
+
}],
|
|
313
|
+
type_asset: 'sdk.coin',
|
|
314
|
+
traces: [{
|
|
315
|
+
type: 'ibc',
|
|
316
|
+
counterparty: {
|
|
317
|
+
channel_id: 'channel-6885',
|
|
318
|
+
base_denom: 'neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj',
|
|
319
|
+
chain_name: 'neutron'
|
|
320
|
+
},
|
|
321
|
+
chain: {
|
|
322
|
+
channel_id: 'channel-37'
|
|
323
|
+
}
|
|
324
|
+
}]
|
|
325
|
+
},
|
|
326
|
+
{
|
|
327
|
+
description: 'What the Fuck',
|
|
328
|
+
denom_units: [{
|
|
329
|
+
denom: 'ibc/0AB0CF1B815AB771CD55088F52CDE960BA7D2802CD5DF81F53DE5C65A37CB403',
|
|
330
|
+
exponent: 0,
|
|
331
|
+
aliases: ['neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf']
|
|
332
|
+
}, {
|
|
333
|
+
denom: 'wtf',
|
|
334
|
+
exponent: 6
|
|
335
|
+
}],
|
|
336
|
+
base: 'ibc/0AB0CF1B815AB771CD55088F52CDE960BA7D2802CD5DF81F53DE5C65A37CB403',
|
|
337
|
+
name: 'wtf',
|
|
338
|
+
display: 'wtf',
|
|
339
|
+
symbol: 'WTF',
|
|
340
|
+
logo_URIs: {
|
|
341
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png'
|
|
342
|
+
},
|
|
343
|
+
images: [{
|
|
344
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png',
|
|
345
|
+
theme: {
|
|
346
|
+
primary_color_hex: '#dcd5ab'
|
|
347
|
+
}
|
|
348
|
+
}],
|
|
349
|
+
type_asset: 'sdk.coin',
|
|
350
|
+
traces: [{
|
|
351
|
+
type: 'ibc',
|
|
352
|
+
counterparty: {
|
|
353
|
+
channel_id: 'channel-6885',
|
|
354
|
+
base_denom: 'neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf',
|
|
355
|
+
chain_name: 'neutron'
|
|
356
|
+
},
|
|
357
|
+
chain: {
|
|
358
|
+
channel_id: 'channel-37'
|
|
359
|
+
}
|
|
360
|
+
}]
|
|
361
|
+
},
|
|
362
|
+
{
|
|
363
|
+
description: 'Astro BOY',
|
|
364
|
+
denom_units: [{
|
|
365
|
+
denom: 'ibc/777E6CC2E8A1AB1AD59A16EB1140C46890525449D9376C3BBE7526794FFFAEB3',
|
|
366
|
+
exponent: 0,
|
|
367
|
+
aliases: ['neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv']
|
|
368
|
+
}, {
|
|
369
|
+
denom: 'boy',
|
|
370
|
+
exponent: 6
|
|
371
|
+
}],
|
|
372
|
+
base: 'ibc/777E6CC2E8A1AB1AD59A16EB1140C46890525449D9376C3BBE7526794FFFAEB3',
|
|
373
|
+
name: 'boy',
|
|
374
|
+
display: 'boy',
|
|
375
|
+
symbol: 'BOY',
|
|
376
|
+
logo_URIs: {
|
|
377
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png'
|
|
378
|
+
},
|
|
379
|
+
images: [{
|
|
380
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png',
|
|
381
|
+
theme: {
|
|
382
|
+
primary_color_hex: '#333333'
|
|
383
|
+
}
|
|
384
|
+
}],
|
|
385
|
+
type_asset: 'sdk.coin',
|
|
386
|
+
traces: [{
|
|
387
|
+
type: 'ibc',
|
|
388
|
+
counterparty: {
|
|
389
|
+
channel_id: 'channel-6885',
|
|
390
|
+
base_denom: 'neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv',
|
|
391
|
+
chain_name: 'neutron'
|
|
392
|
+
},
|
|
393
|
+
chain: {
|
|
394
|
+
channel_id: 'channel-37'
|
|
89
395
|
}
|
|
90
396
|
}]
|
|
91
397
|
},
|
|
92
398
|
{
|
|
93
399
|
description: 'The native token of Osmosis',
|
|
94
400
|
denom_units: [{
|
|
95
|
-
denom: 'ibc/
|
|
401
|
+
denom: 'ibc/F0BA0597CB395041949DA261E44CE5F5A0D934E477E545E6E76CDDC27759632D',
|
|
96
402
|
exponent: 0,
|
|
97
403
|
aliases: ['uosmo']
|
|
98
404
|
}, {
|
|
@@ -100,7 +406,7 @@ const assets = {
|
|
|
100
406
|
exponent: 6
|
|
101
407
|
}],
|
|
102
408
|
type_asset: 'sdk.coin',
|
|
103
|
-
base: 'ibc/
|
|
409
|
+
base: 'ibc/F0BA0597CB395041949DA261E44CE5F5A0D934E477E545E6E76CDDC27759632D',
|
|
104
410
|
name: 'Osmosis',
|
|
105
411
|
display: 'osmo',
|
|
106
412
|
symbol: 'OSMO',
|
|
@@ -124,19 +430,19 @@ const assets = {
|
|
|
124
430
|
traces: [{
|
|
125
431
|
type: 'ibc',
|
|
126
432
|
counterparty: {
|
|
127
|
-
channel_id: 'channel-
|
|
433
|
+
channel_id: 'channel-102122',
|
|
128
434
|
base_denom: 'uosmo',
|
|
129
435
|
chain_name: 'osmosis'
|
|
130
436
|
},
|
|
131
437
|
chain: {
|
|
132
|
-
channel_id: 'channel-
|
|
438
|
+
channel_id: 'channel-68'
|
|
133
439
|
}
|
|
134
440
|
}]
|
|
135
441
|
},
|
|
136
442
|
{
|
|
137
443
|
description: 'ION is the second native token of Osmosis.',
|
|
138
444
|
denom_units: [{
|
|
139
|
-
denom: 'ibc/
|
|
445
|
+
denom: 'ibc/F4A661CBE4DE0C7438EFAD035F4835E5FDBF0F005FAA2460A5689D5C33C07CD5',
|
|
140
446
|
exponent: 0,
|
|
141
447
|
aliases: ['uion']
|
|
142
448
|
}, {
|
|
@@ -144,7 +450,7 @@ const assets = {
|
|
|
144
450
|
exponent: 6
|
|
145
451
|
}],
|
|
146
452
|
type_asset: 'sdk.coin',
|
|
147
|
-
base: 'ibc/
|
|
453
|
+
base: 'ibc/F4A661CBE4DE0C7438EFAD035F4835E5FDBF0F005FAA2460A5689D5C33C07CD5',
|
|
148
454
|
name: 'Ion DAO',
|
|
149
455
|
display: 'ion',
|
|
150
456
|
symbol: 'ION',
|
|
@@ -168,12 +474,12 @@ const assets = {
|
|
|
168
474
|
traces: [{
|
|
169
475
|
type: 'ibc',
|
|
170
476
|
counterparty: {
|
|
171
|
-
channel_id: 'channel-
|
|
477
|
+
channel_id: 'channel-102122',
|
|
172
478
|
base_denom: 'uion',
|
|
173
479
|
chain_name: 'osmosis'
|
|
174
480
|
},
|
|
175
481
|
chain: {
|
|
176
|
-
channel_id: 'channel-
|
|
482
|
+
channel_id: 'channel-68'
|
|
177
483
|
}
|
|
178
484
|
}]
|
|
179
485
|
}
|
package/esm/mainnet/neutron.js
CHANGED
|
@@ -591,6 +591,46 @@ const assets = {
|
|
|
591
591
|
}
|
|
592
592
|
}]
|
|
593
593
|
},
|
|
594
|
+
{
|
|
595
|
+
description: 'The native token of Initia',
|
|
596
|
+
denom_units: [{
|
|
597
|
+
denom: 'ibc/739368B97C6A578432701EEE54CF8BAE535F2EDD28BE051E05268BFA99229090',
|
|
598
|
+
exponent: 0,
|
|
599
|
+
aliases: ['uinit']
|
|
600
|
+
}, {
|
|
601
|
+
denom: 'INIT',
|
|
602
|
+
exponent: 6
|
|
603
|
+
}],
|
|
604
|
+
base: 'ibc/739368B97C6A578432701EEE54CF8BAE535F2EDD28BE051E05268BFA99229090',
|
|
605
|
+
display: 'INIT',
|
|
606
|
+
name: 'Initia',
|
|
607
|
+
symbol: 'INIT',
|
|
608
|
+
images: [{
|
|
609
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/initia/images/INIT.png',
|
|
610
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/initia/images/INIT.svg',
|
|
611
|
+
theme: {
|
|
612
|
+
circle: true,
|
|
613
|
+
primary_color_hex: '#040404'
|
|
614
|
+
}
|
|
615
|
+
}],
|
|
616
|
+
socials: {
|
|
617
|
+
website: 'https://initia.xyz/',
|
|
618
|
+
twitter: 'https://twitter.com/initiaFDN'
|
|
619
|
+
},
|
|
620
|
+
type_asset: 'sdk.coin',
|
|
621
|
+
coingecko_id: 'initia',
|
|
622
|
+
traces: [{
|
|
623
|
+
type: 'ibc',
|
|
624
|
+
counterparty: {
|
|
625
|
+
channel_id: 'channel-37',
|
|
626
|
+
base_denom: 'uinit',
|
|
627
|
+
chain_name: 'initia'
|
|
628
|
+
},
|
|
629
|
+
chain: {
|
|
630
|
+
channel_id: 'channel-6885'
|
|
631
|
+
}
|
|
632
|
+
}]
|
|
633
|
+
},
|
|
594
634
|
{
|
|
595
635
|
description: 'Injective is a decentralized exchange protocol that enables fast, secure, and fully decentralized trading of derivatives, futures, and spot markets.',
|
|
596
636
|
denom_units: [{
|
|
@@ -1856,6 +1896,46 @@ const assets = {
|
|
|
1856
1896
|
}
|
|
1857
1897
|
}]
|
|
1858
1898
|
},
|
|
1899
|
+
{
|
|
1900
|
+
description: 'The native token of Initia',
|
|
1901
|
+
denom_units: [{
|
|
1902
|
+
denom: 'ibc/739368B97C6A578432701EEE54CF8BAE535F2EDD28BE051E05268BFA99229090',
|
|
1903
|
+
exponent: 0,
|
|
1904
|
+
aliases: ['uinit']
|
|
1905
|
+
}, {
|
|
1906
|
+
denom: 'INIT',
|
|
1907
|
+
exponent: 6
|
|
1908
|
+
}],
|
|
1909
|
+
base: 'ibc/739368B97C6A578432701EEE54CF8BAE535F2EDD28BE051E05268BFA99229090',
|
|
1910
|
+
display: 'INIT',
|
|
1911
|
+
name: 'Initia',
|
|
1912
|
+
symbol: 'INIT',
|
|
1913
|
+
images: [{
|
|
1914
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/initia/images/INIT.png',
|
|
1915
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/initia/images/INIT.svg',
|
|
1916
|
+
theme: {
|
|
1917
|
+
circle: true,
|
|
1918
|
+
primary_color_hex: '#040404'
|
|
1919
|
+
}
|
|
1920
|
+
}],
|
|
1921
|
+
socials: {
|
|
1922
|
+
website: 'https://initia.xyz/',
|
|
1923
|
+
twitter: 'https://twitter.com/initiaFDN'
|
|
1924
|
+
},
|
|
1925
|
+
type_asset: 'sdk.coin',
|
|
1926
|
+
coingecko_id: 'initia',
|
|
1927
|
+
traces: [{
|
|
1928
|
+
type: 'ibc',
|
|
1929
|
+
counterparty: {
|
|
1930
|
+
channel_id: 'channel-37',
|
|
1931
|
+
base_denom: 'uinit',
|
|
1932
|
+
chain_name: 'initia'
|
|
1933
|
+
},
|
|
1934
|
+
chain: {
|
|
1935
|
+
channel_id: 'channel-6885'
|
|
1936
|
+
}
|
|
1937
|
+
}]
|
|
1938
|
+
},
|
|
1859
1939
|
{
|
|
1860
1940
|
description: 'Injective is a decentralized exchange protocol that enables fast, secure, and fully decentralized trading of derivatives, futures, and spot markets.',
|
|
1861
1941
|
denom_units: [{
|
package/esm/mainnet/osmosis.js
CHANGED
|
@@ -3669,14 +3669,14 @@ const assets = {
|
|
|
3669
3669
|
{
|
|
3670
3670
|
description: 'The native token of Initia',
|
|
3671
3671
|
denom_units: [{
|
|
3672
|
-
denom: 'ibc/
|
|
3672
|
+
denom: 'ibc/DD7EA9AF1E58E9FDD7F9810976817E203D5B87BAEF7AEA592FA34DF73310620B',
|
|
3673
3673
|
exponent: 0,
|
|
3674
3674
|
aliases: ['uinit']
|
|
3675
3675
|
}, {
|
|
3676
3676
|
denom: 'INIT',
|
|
3677
3677
|
exponent: 6
|
|
3678
3678
|
}],
|
|
3679
|
-
base: 'ibc/
|
|
3679
|
+
base: 'ibc/DD7EA9AF1E58E9FDD7F9810976817E203D5B87BAEF7AEA592FA34DF73310620B',
|
|
3680
3680
|
display: 'INIT',
|
|
3681
3681
|
name: 'Initia',
|
|
3682
3682
|
symbol: 'INIT',
|
|
@@ -3693,15 +3693,16 @@ const assets = {
|
|
|
3693
3693
|
twitter: 'https://twitter.com/initiaFDN'
|
|
3694
3694
|
},
|
|
3695
3695
|
type_asset: 'sdk.coin',
|
|
3696
|
+
coingecko_id: 'initia',
|
|
3696
3697
|
traces: [{
|
|
3697
3698
|
type: 'ibc',
|
|
3698
3699
|
counterparty: {
|
|
3699
|
-
channel_id: 'channel-
|
|
3700
|
+
channel_id: 'channel-68',
|
|
3700
3701
|
base_denom: 'uinit',
|
|
3701
3702
|
chain_name: 'initia'
|
|
3702
3703
|
},
|
|
3703
3704
|
chain: {
|
|
3704
|
-
channel_id: 'channel-
|
|
3705
|
+
channel_id: 'channel-102122'
|
|
3705
3706
|
}
|
|
3706
3707
|
}]
|
|
3707
3708
|
},
|
|
@@ -10059,14 +10060,14 @@ const assets = {
|
|
|
10059
10060
|
{
|
|
10060
10061
|
description: 'The native token of Initia',
|
|
10061
10062
|
denom_units: [{
|
|
10062
|
-
denom: 'ibc/
|
|
10063
|
+
denom: 'ibc/DD7EA9AF1E58E9FDD7F9810976817E203D5B87BAEF7AEA592FA34DF73310620B',
|
|
10063
10064
|
exponent: 0,
|
|
10064
10065
|
aliases: ['uinit']
|
|
10065
10066
|
}, {
|
|
10066
10067
|
denom: 'INIT',
|
|
10067
10068
|
exponent: 6
|
|
10068
10069
|
}],
|
|
10069
|
-
base: 'ibc/
|
|
10070
|
+
base: 'ibc/DD7EA9AF1E58E9FDD7F9810976817E203D5B87BAEF7AEA592FA34DF73310620B',
|
|
10070
10071
|
display: 'INIT',
|
|
10071
10072
|
name: 'Initia',
|
|
10072
10073
|
symbol: 'INIT',
|
|
@@ -10083,15 +10084,16 @@ const assets = {
|
|
|
10083
10084
|
twitter: 'https://twitter.com/initiaFDN'
|
|
10084
10085
|
},
|
|
10085
10086
|
type_asset: 'sdk.coin',
|
|
10087
|
+
coingecko_id: 'initia',
|
|
10086
10088
|
traces: [{
|
|
10087
10089
|
type: 'ibc',
|
|
10088
10090
|
counterparty: {
|
|
10089
|
-
channel_id: 'channel-
|
|
10091
|
+
channel_id: 'channel-68',
|
|
10090
10092
|
base_denom: 'uinit',
|
|
10091
10093
|
chain_name: 'initia'
|
|
10092
10094
|
},
|
|
10093
10095
|
chain: {
|
|
10094
|
-
channel_id: 'channel-
|
|
10096
|
+
channel_id: 'channel-102122'
|
|
10095
10097
|
}
|
|
10096
10098
|
}]
|
|
10097
10099
|
},
|
|
@@ -28824,14 +28826,14 @@ const assets = {
|
|
|
28824
28826
|
exponent: 0,
|
|
28825
28827
|
aliases: ['cw20:bbn1j2nchmpuhkq0yj93g84txe33j5lhw2y7p3anhqjhvamqxsev6rmsneu85x']
|
|
28826
28828
|
}, {
|
|
28827
|
-
denom: 'satUniBTC',
|
|
28829
|
+
denom: 'satUniBTC.e',
|
|
28828
28830
|
exponent: 8
|
|
28829
28831
|
}],
|
|
28830
28832
|
base: 'ibc/F5F5B3929B2A955C4F901ADE7089A7711DA87C1B6B58056493C480A95BCBFD97',
|
|
28831
28833
|
address: 'bbn1j2nchmpuhkq0yj93g84txe33j5lhw2y7p3anhqjhvamqxsev6rmsneu85x',
|
|
28832
|
-
name: '
|
|
28833
|
-
display: 'satUniBTC',
|
|
28834
|
-
symbol: 'satUniBTC',
|
|
28834
|
+
name: 'SatLayer uniBTC Bridged',
|
|
28835
|
+
display: 'satUniBTC.e',
|
|
28836
|
+
symbol: 'satUniBTC.e',
|
|
28835
28837
|
logo_URIs: {
|
|
28836
28838
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/uniBTC.svg'
|
|
28837
28839
|
},
|
|
@@ -32022,14 +32024,14 @@ const assets = {
|
|
|
32022
32024
|
exponent: 0,
|
|
32023
32025
|
aliases: ['cw20:bbn1j2nchmpuhkq0yj93g84txe33j5lhw2y7p3anhqjhvamqxsev6rmsneu85x']
|
|
32024
32026
|
}, {
|
|
32025
|
-
denom: 'satUniBTC',
|
|
32027
|
+
denom: 'satUniBTC.e',
|
|
32026
32028
|
exponent: 8
|
|
32027
32029
|
}],
|
|
32028
32030
|
base: 'ibc/F5F5B3929B2A955C4F901ADE7089A7711DA87C1B6B58056493C480A95BCBFD97',
|
|
32029
32031
|
address: 'bbn1j2nchmpuhkq0yj93g84txe33j5lhw2y7p3anhqjhvamqxsev6rmsneu85x',
|
|
32030
|
-
name: '
|
|
32031
|
-
display: 'satUniBTC',
|
|
32032
|
-
symbol: 'satUniBTC',
|
|
32032
|
+
name: 'SatLayer uniBTC Bridged',
|
|
32033
|
+
display: 'satUniBTC.e',
|
|
32034
|
+
symbol: 'satUniBTC.e',
|
|
32033
32035
|
logo_URIs: {
|
|
32034
32036
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/uniBTC.svg'
|
|
32035
32037
|
},
|
package/esm/testnet/assets.js
CHANGED
|
@@ -44,5 +44,6 @@ import _terra2testnet from './terra2testnet';
|
|
|
44
44
|
import _titannettestnet from './titannettestnet';
|
|
45
45
|
import _titantestnet from './titantestnet';
|
|
46
46
|
import _xiontestnet2 from './xiontestnet2';
|
|
47
|
-
|
|
47
|
+
import _xrplevmtestnet from './xrplevmtestnet';
|
|
48
|
+
const assets = [_akashtestnet, _archwaytestnet, _axelartestnet, _babylontestnet, _celestiatestnet3, _chain4energytestnet, _composabletestnet, _coreumtestnet, _cosmoshubtestnet, _cosmosicsprovidertestnet, _doravotatestnet, _dydxtestnet, _elystestnet, _empowertestnet, _impacthubtestnet, _injectivetestnet, _jackaltestnet2, _junotestnet, _kimanetworktestnet, _kujiratestnet, _kyvetestnet, _lavatestnet, _likecointestnet, _manifesttestnet, _mantrachaintestnet, _mantrachaintestnet2, _marstestnet, _neutrontestnet, _nobletestnet, _noistestnet, _nolustestnet, _osmosistestnet, _persistencetestnet2, _quicksilvertestnet, _sagatestnet, _seitestnet2, _sgetestnet, _stargazetestnet, _swisstroniktestnet, _symphonytestnet, _symphonytestnet3, _synternettestnet, _terra2testnet, _titannettestnet, _titantestnet, _xiontestnet2, _xrplevmtestnet];
|
|
48
49
|
export default assets;
|