@chain-registry/assets 1.70.30 → 1.70.32
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/devnet/prysmdevnet.js +0 -148
- package/esm/devnet/prysmdevnet.js +0 -148
- package/esm/mainnet/assets.js +1 -8
- package/esm/mainnet/axelar.js +178 -26
- package/esm/mainnet/chihuahua.js +164 -0
- package/esm/mainnet/index.js +0 -7
- package/esm/mainnet/injective.js +178 -26
- package/esm/mainnet/juno.js +0 -72
- package/esm/mainnet/kujira.js +178 -26
- package/esm/mainnet/omniflixhub.js +86 -0
- package/esm/mainnet/osmosis.js +178 -490
- package/esm/mainnet/secretnetwork.js +164 -0
- package/esm/mainnet/stargaze.js +86 -0
- package/esm/mainnet/terra2.js +164 -0
- package/esm/testnet/assets.js +1 -3
- package/esm/testnet/axelartestnet.js +0 -148
- package/esm/testnet/index.js +0 -2
- package/esm/testnet/junotestnet.js +0 -148
- package/esm/testnet/marstestnet.js +0 -148
- package/esm/testnet/nobletestnet.js +0 -148
- package/esm/testnet/osmosistestnet.js +0 -82
- package/mainnet/assets.js +1 -8
- package/mainnet/axelar.js +178 -26
- package/mainnet/chihuahua.js +164 -0
- package/mainnet/index.d.ts +0 -7
- package/mainnet/index.js +3 -11
- package/mainnet/injective.js +178 -26
- package/mainnet/juno.js +0 -72
- package/mainnet/kujira.js +178 -26
- package/mainnet/omniflixhub.js +86 -0
- package/mainnet/osmosis.js +178 -490
- package/mainnet/secretnetwork.js +164 -0
- package/mainnet/stargaze.js +86 -0
- package/mainnet/terra2.js +164 -0
- package/package.json +6 -6
- package/testnet/assets.js +1 -3
- package/testnet/axelartestnet.js +0 -148
- package/testnet/index.d.ts +0 -2
- package/testnet/index.js +1 -3
- package/testnet/junotestnet.js +0 -148
- package/testnet/marstestnet.js +0 -148
- package/testnet/nobletestnet.js +0 -148
- package/testnet/osmosistestnet.js +0 -82
- package/esm/mainnet/8ball.js +0 -182
- package/esm/mainnet/cerberus.js +0 -182
- package/esm/mainnet/cudos.js +0 -182
- package/esm/mainnet/dig.js +0 -268
- package/esm/mainnet/lumenx.js +0 -182
- package/esm/mainnet/microtick.js +0 -182
- package/esm/mainnet/vidulum.js +0 -424
- package/esm/testnet/entrypointtestnet.js +0 -154
- package/esm/testnet/osmosistestnet4.js +0 -476
- package/mainnet/8ball.d.ts +0 -3
- package/mainnet/8ball.js +0 -184
- package/mainnet/cerberus.d.ts +0 -3
- package/mainnet/cerberus.js +0 -184
- package/mainnet/cudos.d.ts +0 -3
- package/mainnet/cudos.js +0 -184
- package/mainnet/dig.d.ts +0 -3
- package/mainnet/dig.js +0 -270
- package/mainnet/lumenx.d.ts +0 -3
- package/mainnet/lumenx.js +0 -184
- package/mainnet/microtick.d.ts +0 -3
- package/mainnet/microtick.js +0 -184
- package/mainnet/vidulum.d.ts +0 -3
- package/mainnet/vidulum.js +0 -426
- package/testnet/entrypointtestnet.d.ts +0 -3
- package/testnet/entrypointtestnet.js +0 -156
- package/testnet/osmosistestnet4.d.ts +0 -3
- package/testnet/osmosistestnet4.js +0 -478
|
@@ -116,80 +116,6 @@ const assets = {
|
|
|
116
116
|
}
|
|
117
117
|
}]
|
|
118
118
|
},
|
|
119
|
-
{
|
|
120
|
-
description: 'The native token of Osmosis',
|
|
121
|
-
denom_units: [{
|
|
122
|
-
denom: 'ibc/9FA811F0E9422B55C8E84F33F62B7286842B252784BC833C7F0C37104ED7DA47',
|
|
123
|
-
exponent: 0,
|
|
124
|
-
aliases: ['uosmo']
|
|
125
|
-
}, {
|
|
126
|
-
denom: 'osmo',
|
|
127
|
-
exponent: 6,
|
|
128
|
-
aliases: []
|
|
129
|
-
}],
|
|
130
|
-
base: 'ibc/9FA811F0E9422B55C8E84F33F62B7286842B252784BC833C7F0C37104ED7DA47',
|
|
131
|
-
name: 'Osmosis',
|
|
132
|
-
display: 'osmo',
|
|
133
|
-
symbol: 'OSMO',
|
|
134
|
-
logo_URIs: {
|
|
135
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
136
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
137
|
-
},
|
|
138
|
-
coingecko_id: 'osmosis',
|
|
139
|
-
keywords: ['dex', 'staking'],
|
|
140
|
-
images: [{
|
|
141
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
142
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
143
|
-
}],
|
|
144
|
-
type_asset: 'sdk.coin',
|
|
145
|
-
traces: [{
|
|
146
|
-
type: 'ibc',
|
|
147
|
-
counterparty: {
|
|
148
|
-
channel_id: 'channel-3316',
|
|
149
|
-
base_denom: 'uosmo',
|
|
150
|
-
chain_name: 'osmosistestnet4'
|
|
151
|
-
},
|
|
152
|
-
chain: {
|
|
153
|
-
channel_id: 'channel-140'
|
|
154
|
-
}
|
|
155
|
-
}]
|
|
156
|
-
},
|
|
157
|
-
{
|
|
158
|
-
denom_units: [{
|
|
159
|
-
denom: 'ibc/CBDB8D47D7013CE4D2974CDBDA8584433288BB62B81D2B5A86C0893CA259AB8A',
|
|
160
|
-
exponent: 0,
|
|
161
|
-
aliases: ['uion']
|
|
162
|
-
}, {
|
|
163
|
-
denom: 'ion',
|
|
164
|
-
exponent: 6
|
|
165
|
-
}],
|
|
166
|
-
base: 'ibc/CBDB8D47D7013CE4D2974CDBDA8584433288BB62B81D2B5A86C0893CA259AB8A',
|
|
167
|
-
name: 'Ion',
|
|
168
|
-
display: 'ion',
|
|
169
|
-
symbol: 'ION',
|
|
170
|
-
logo_URIs: {
|
|
171
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
172
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
173
|
-
},
|
|
174
|
-
coingecko_id: 'ion',
|
|
175
|
-
keywords: ['memecoin'],
|
|
176
|
-
images: [{
|
|
177
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
178
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
179
|
-
}],
|
|
180
|
-
type_asset: 'sdk.coin',
|
|
181
|
-
traces: [{
|
|
182
|
-
type: 'ibc',
|
|
183
|
-
counterparty: {
|
|
184
|
-
channel_id: 'channel-3316',
|
|
185
|
-
base_denom: 'uion',
|
|
186
|
-
chain_name: 'osmosistestnet4'
|
|
187
|
-
},
|
|
188
|
-
chain: {
|
|
189
|
-
channel_id: 'channel-140'
|
|
190
|
-
}
|
|
191
|
-
}]
|
|
192
|
-
},
|
|
193
119
|
{
|
|
194
120
|
description: 'The native token of Symphony',
|
|
195
121
|
denom_units: [{
|
|
@@ -441,80 +367,6 @@ const assets = {
|
|
|
441
367
|
}
|
|
442
368
|
}]
|
|
443
369
|
},
|
|
444
|
-
{
|
|
445
|
-
description: 'The native token of Osmosis',
|
|
446
|
-
denom_units: [{
|
|
447
|
-
denom: 'ibc/9FA811F0E9422B55C8E84F33F62B7286842B252784BC833C7F0C37104ED7DA47',
|
|
448
|
-
exponent: 0,
|
|
449
|
-
aliases: ['uosmo']
|
|
450
|
-
}, {
|
|
451
|
-
denom: 'osmo',
|
|
452
|
-
exponent: 6,
|
|
453
|
-
aliases: []
|
|
454
|
-
}],
|
|
455
|
-
base: 'ibc/9FA811F0E9422B55C8E84F33F62B7286842B252784BC833C7F0C37104ED7DA47',
|
|
456
|
-
name: 'Osmosis',
|
|
457
|
-
display: 'osmo',
|
|
458
|
-
symbol: 'OSMO',
|
|
459
|
-
logo_URIs: {
|
|
460
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
461
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
462
|
-
},
|
|
463
|
-
coingecko_id: 'osmosis',
|
|
464
|
-
keywords: ['dex', 'staking'],
|
|
465
|
-
images: [{
|
|
466
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
467
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
468
|
-
}],
|
|
469
|
-
type_asset: 'sdk.coin',
|
|
470
|
-
traces: [{
|
|
471
|
-
type: 'ibc',
|
|
472
|
-
counterparty: {
|
|
473
|
-
channel_id: 'channel-3316',
|
|
474
|
-
base_denom: 'uosmo',
|
|
475
|
-
chain_name: 'osmosistestnet4'
|
|
476
|
-
},
|
|
477
|
-
chain: {
|
|
478
|
-
channel_id: 'channel-140'
|
|
479
|
-
}
|
|
480
|
-
}]
|
|
481
|
-
},
|
|
482
|
-
{
|
|
483
|
-
denom_units: [{
|
|
484
|
-
denom: 'ibc/CBDB8D47D7013CE4D2974CDBDA8584433288BB62B81D2B5A86C0893CA259AB8A',
|
|
485
|
-
exponent: 0,
|
|
486
|
-
aliases: ['uion']
|
|
487
|
-
}, {
|
|
488
|
-
denom: 'ion',
|
|
489
|
-
exponent: 6
|
|
490
|
-
}],
|
|
491
|
-
base: 'ibc/CBDB8D47D7013CE4D2974CDBDA8584433288BB62B81D2B5A86C0893CA259AB8A',
|
|
492
|
-
name: 'Ion',
|
|
493
|
-
display: 'ion',
|
|
494
|
-
symbol: 'ION',
|
|
495
|
-
logo_URIs: {
|
|
496
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
497
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
498
|
-
},
|
|
499
|
-
coingecko_id: 'ion',
|
|
500
|
-
keywords: ['memecoin'],
|
|
501
|
-
images: [{
|
|
502
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
503
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
504
|
-
}],
|
|
505
|
-
type_asset: 'sdk.coin',
|
|
506
|
-
traces: [{
|
|
507
|
-
type: 'ibc',
|
|
508
|
-
counterparty: {
|
|
509
|
-
channel_id: 'channel-3316',
|
|
510
|
-
base_denom: 'uion',
|
|
511
|
-
chain_name: 'osmosistestnet4'
|
|
512
|
-
},
|
|
513
|
-
chain: {
|
|
514
|
-
channel_id: 'channel-140'
|
|
515
|
-
}
|
|
516
|
-
}]
|
|
517
|
-
},
|
|
518
370
|
{
|
|
519
371
|
description: 'The native token of Symphony',
|
|
520
372
|
denom_units: [{
|
|
@@ -75,80 +75,6 @@ const assets = {
|
|
|
75
75
|
}
|
|
76
76
|
}]
|
|
77
77
|
},
|
|
78
|
-
{
|
|
79
|
-
description: 'The native token of Osmosis',
|
|
80
|
-
denom_units: [{
|
|
81
|
-
denom: 'ibc/13B2C536BB057AC79D5616B8EA1B9540EC1F2170718CAFF6F0083C966FFFED0B',
|
|
82
|
-
exponent: 0,
|
|
83
|
-
aliases: ['uosmo']
|
|
84
|
-
}, {
|
|
85
|
-
denom: 'osmo',
|
|
86
|
-
exponent: 6,
|
|
87
|
-
aliases: []
|
|
88
|
-
}],
|
|
89
|
-
base: 'ibc/13B2C536BB057AC79D5616B8EA1B9540EC1F2170718CAFF6F0083C966FFFED0B',
|
|
90
|
-
name: 'Osmosis',
|
|
91
|
-
display: 'osmo',
|
|
92
|
-
symbol: 'OSMO',
|
|
93
|
-
logo_URIs: {
|
|
94
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
95
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
96
|
-
},
|
|
97
|
-
coingecko_id: 'osmosis',
|
|
98
|
-
keywords: ['dex', 'staking'],
|
|
99
|
-
images: [{
|
|
100
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
101
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
102
|
-
}],
|
|
103
|
-
type_asset: 'sdk.coin',
|
|
104
|
-
traces: [{
|
|
105
|
-
type: 'ibc',
|
|
106
|
-
counterparty: {
|
|
107
|
-
channel_id: 'channel-2083',
|
|
108
|
-
base_denom: 'uosmo',
|
|
109
|
-
chain_name: 'osmosistestnet4'
|
|
110
|
-
},
|
|
111
|
-
chain: {
|
|
112
|
-
channel_id: 'channel-2'
|
|
113
|
-
}
|
|
114
|
-
}]
|
|
115
|
-
},
|
|
116
|
-
{
|
|
117
|
-
denom_units: [{
|
|
118
|
-
denom: 'ibc/6FA7B62692FBCA2E51F567947035DE3C5D7333D49D13B85A25F358E80DF4E991',
|
|
119
|
-
exponent: 0,
|
|
120
|
-
aliases: ['uion']
|
|
121
|
-
}, {
|
|
122
|
-
denom: 'ion',
|
|
123
|
-
exponent: 6
|
|
124
|
-
}],
|
|
125
|
-
base: 'ibc/6FA7B62692FBCA2E51F567947035DE3C5D7333D49D13B85A25F358E80DF4E991',
|
|
126
|
-
name: 'Ion',
|
|
127
|
-
display: 'ion',
|
|
128
|
-
symbol: 'ION',
|
|
129
|
-
logo_URIs: {
|
|
130
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
131
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
132
|
-
},
|
|
133
|
-
coingecko_id: 'ion',
|
|
134
|
-
keywords: ['memecoin'],
|
|
135
|
-
images: [{
|
|
136
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
137
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
138
|
-
}],
|
|
139
|
-
type_asset: 'sdk.coin',
|
|
140
|
-
traces: [{
|
|
141
|
-
type: 'ibc',
|
|
142
|
-
counterparty: {
|
|
143
|
-
channel_id: 'channel-2083',
|
|
144
|
-
base_denom: 'uion',
|
|
145
|
-
chain_name: 'osmosistestnet4'
|
|
146
|
-
},
|
|
147
|
-
chain: {
|
|
148
|
-
channel_id: 'channel-2'
|
|
149
|
-
}
|
|
150
|
-
}]
|
|
151
|
-
},
|
|
152
78
|
{
|
|
153
79
|
description: 'The native token of Osmosis',
|
|
154
80
|
denom_units: [{
|
|
@@ -222,80 +148,6 @@ const assets = {
|
|
|
222
148
|
channel_id: 'channel-28'
|
|
223
149
|
}
|
|
224
150
|
}]
|
|
225
|
-
},
|
|
226
|
-
{
|
|
227
|
-
description: 'The native token of Osmosis',
|
|
228
|
-
denom_units: [{
|
|
229
|
-
denom: 'ibc/13B2C536BB057AC79D5616B8EA1B9540EC1F2170718CAFF6F0083C966FFFED0B',
|
|
230
|
-
exponent: 0,
|
|
231
|
-
aliases: ['uosmo']
|
|
232
|
-
}, {
|
|
233
|
-
denom: 'osmo',
|
|
234
|
-
exponent: 6,
|
|
235
|
-
aliases: []
|
|
236
|
-
}],
|
|
237
|
-
base: 'ibc/13B2C536BB057AC79D5616B8EA1B9540EC1F2170718CAFF6F0083C966FFFED0B',
|
|
238
|
-
name: 'Osmosis',
|
|
239
|
-
display: 'osmo',
|
|
240
|
-
symbol: 'OSMO',
|
|
241
|
-
logo_URIs: {
|
|
242
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
243
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
244
|
-
},
|
|
245
|
-
coingecko_id: 'osmosis',
|
|
246
|
-
keywords: ['dex', 'staking'],
|
|
247
|
-
images: [{
|
|
248
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
249
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
250
|
-
}],
|
|
251
|
-
type_asset: 'sdk.coin',
|
|
252
|
-
traces: [{
|
|
253
|
-
type: 'ibc',
|
|
254
|
-
counterparty: {
|
|
255
|
-
channel_id: 'channel-2083',
|
|
256
|
-
base_denom: 'uosmo',
|
|
257
|
-
chain_name: 'osmosistestnet4'
|
|
258
|
-
},
|
|
259
|
-
chain: {
|
|
260
|
-
channel_id: 'channel-2'
|
|
261
|
-
}
|
|
262
|
-
}]
|
|
263
|
-
},
|
|
264
|
-
{
|
|
265
|
-
denom_units: [{
|
|
266
|
-
denom: 'ibc/6FA7B62692FBCA2E51F567947035DE3C5D7333D49D13B85A25F358E80DF4E991',
|
|
267
|
-
exponent: 0,
|
|
268
|
-
aliases: ['uion']
|
|
269
|
-
}, {
|
|
270
|
-
denom: 'ion',
|
|
271
|
-
exponent: 6
|
|
272
|
-
}],
|
|
273
|
-
base: 'ibc/6FA7B62692FBCA2E51F567947035DE3C5D7333D49D13B85A25F358E80DF4E991',
|
|
274
|
-
name: 'Ion',
|
|
275
|
-
display: 'ion',
|
|
276
|
-
symbol: 'ION',
|
|
277
|
-
logo_URIs: {
|
|
278
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
279
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
280
|
-
},
|
|
281
|
-
coingecko_id: 'ion',
|
|
282
|
-
keywords: ['memecoin'],
|
|
283
|
-
images: [{
|
|
284
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
285
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
286
|
-
}],
|
|
287
|
-
type_asset: 'sdk.coin',
|
|
288
|
-
traces: [{
|
|
289
|
-
type: 'ibc',
|
|
290
|
-
counterparty: {
|
|
291
|
-
channel_id: 'channel-2083',
|
|
292
|
-
base_denom: 'uion',
|
|
293
|
-
chain_name: 'osmosistestnet4'
|
|
294
|
-
},
|
|
295
|
-
chain: {
|
|
296
|
-
channel_id: 'channel-2'
|
|
297
|
-
}
|
|
298
|
-
}]
|
|
299
151
|
}
|
|
300
152
|
]
|
|
301
153
|
};
|
|
@@ -245,80 +245,6 @@ const assets = {
|
|
|
245
245
|
}
|
|
246
246
|
}]
|
|
247
247
|
},
|
|
248
|
-
{
|
|
249
|
-
description: 'The native token of Osmosis',
|
|
250
|
-
denom_units: [{
|
|
251
|
-
denom: 'ibc/05AC4BBA78C5951339A47DD1BC1E7FC922A9311DF81C85745B1C162F516FF2F1',
|
|
252
|
-
exponent: 0,
|
|
253
|
-
aliases: ['uosmo']
|
|
254
|
-
}, {
|
|
255
|
-
denom: 'osmo',
|
|
256
|
-
exponent: 6,
|
|
257
|
-
aliases: []
|
|
258
|
-
}],
|
|
259
|
-
base: 'ibc/05AC4BBA78C5951339A47DD1BC1E7FC922A9311DF81C85745B1C162F516FF2F1',
|
|
260
|
-
name: 'Osmosis',
|
|
261
|
-
display: 'osmo',
|
|
262
|
-
symbol: 'OSMO',
|
|
263
|
-
logo_URIs: {
|
|
264
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
265
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
266
|
-
},
|
|
267
|
-
coingecko_id: 'osmosis',
|
|
268
|
-
keywords: ['dex', 'staking'],
|
|
269
|
-
images: [{
|
|
270
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
271
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
272
|
-
}],
|
|
273
|
-
type_asset: 'sdk.coin',
|
|
274
|
-
traces: [{
|
|
275
|
-
type: 'ibc',
|
|
276
|
-
counterparty: {
|
|
277
|
-
channel_id: 'channel-3651',
|
|
278
|
-
base_denom: 'uosmo',
|
|
279
|
-
chain_name: 'osmosistestnet4'
|
|
280
|
-
},
|
|
281
|
-
chain: {
|
|
282
|
-
channel_id: 'channel-4'
|
|
283
|
-
}
|
|
284
|
-
}]
|
|
285
|
-
},
|
|
286
|
-
{
|
|
287
|
-
denom_units: [{
|
|
288
|
-
denom: 'ibc/B1468D7420773B5D59561CC0E91D6A5F75415E216DCF2966D657E23B97322B36',
|
|
289
|
-
exponent: 0,
|
|
290
|
-
aliases: ['uion']
|
|
291
|
-
}, {
|
|
292
|
-
denom: 'ion',
|
|
293
|
-
exponent: 6
|
|
294
|
-
}],
|
|
295
|
-
base: 'ibc/B1468D7420773B5D59561CC0E91D6A5F75415E216DCF2966D657E23B97322B36',
|
|
296
|
-
name: 'Ion',
|
|
297
|
-
display: 'ion',
|
|
298
|
-
symbol: 'ION',
|
|
299
|
-
logo_URIs: {
|
|
300
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
301
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
302
|
-
},
|
|
303
|
-
coingecko_id: 'ion',
|
|
304
|
-
keywords: ['memecoin'],
|
|
305
|
-
images: [{
|
|
306
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
307
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
308
|
-
}],
|
|
309
|
-
type_asset: 'sdk.coin',
|
|
310
|
-
traces: [{
|
|
311
|
-
type: 'ibc',
|
|
312
|
-
counterparty: {
|
|
313
|
-
channel_id: 'channel-3651',
|
|
314
|
-
base_denom: 'uion',
|
|
315
|
-
chain_name: 'osmosistestnet4'
|
|
316
|
-
},
|
|
317
|
-
chain: {
|
|
318
|
-
channel_id: 'channel-4'
|
|
319
|
-
}
|
|
320
|
-
}]
|
|
321
|
-
},
|
|
322
248
|
{
|
|
323
249
|
description: 'The native token of Prysm',
|
|
324
250
|
denom_units: [{
|
|
@@ -547,80 +473,6 @@ const assets = {
|
|
|
547
473
|
}
|
|
548
474
|
}]
|
|
549
475
|
},
|
|
550
|
-
{
|
|
551
|
-
description: 'The native token of Osmosis',
|
|
552
|
-
denom_units: [{
|
|
553
|
-
denom: 'ibc/05AC4BBA78C5951339A47DD1BC1E7FC922A9311DF81C85745B1C162F516FF2F1',
|
|
554
|
-
exponent: 0,
|
|
555
|
-
aliases: ['uosmo']
|
|
556
|
-
}, {
|
|
557
|
-
denom: 'osmo',
|
|
558
|
-
exponent: 6,
|
|
559
|
-
aliases: []
|
|
560
|
-
}],
|
|
561
|
-
base: 'ibc/05AC4BBA78C5951339A47DD1BC1E7FC922A9311DF81C85745B1C162F516FF2F1',
|
|
562
|
-
name: 'Osmosis',
|
|
563
|
-
display: 'osmo',
|
|
564
|
-
symbol: 'OSMO',
|
|
565
|
-
logo_URIs: {
|
|
566
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
567
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
568
|
-
},
|
|
569
|
-
coingecko_id: 'osmosis',
|
|
570
|
-
keywords: ['dex', 'staking'],
|
|
571
|
-
images: [{
|
|
572
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
573
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
574
|
-
}],
|
|
575
|
-
type_asset: 'sdk.coin',
|
|
576
|
-
traces: [{
|
|
577
|
-
type: 'ibc',
|
|
578
|
-
counterparty: {
|
|
579
|
-
channel_id: 'channel-3651',
|
|
580
|
-
base_denom: 'uosmo',
|
|
581
|
-
chain_name: 'osmosistestnet4'
|
|
582
|
-
},
|
|
583
|
-
chain: {
|
|
584
|
-
channel_id: 'channel-4'
|
|
585
|
-
}
|
|
586
|
-
}]
|
|
587
|
-
},
|
|
588
|
-
{
|
|
589
|
-
denom_units: [{
|
|
590
|
-
denom: 'ibc/B1468D7420773B5D59561CC0E91D6A5F75415E216DCF2966D657E23B97322B36',
|
|
591
|
-
exponent: 0,
|
|
592
|
-
aliases: ['uion']
|
|
593
|
-
}, {
|
|
594
|
-
denom: 'ion',
|
|
595
|
-
exponent: 6
|
|
596
|
-
}],
|
|
597
|
-
base: 'ibc/B1468D7420773B5D59561CC0E91D6A5F75415E216DCF2966D657E23B97322B36',
|
|
598
|
-
name: 'Ion',
|
|
599
|
-
display: 'ion',
|
|
600
|
-
symbol: 'ION',
|
|
601
|
-
logo_URIs: {
|
|
602
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
603
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
604
|
-
},
|
|
605
|
-
coingecko_id: 'ion',
|
|
606
|
-
keywords: ['memecoin'],
|
|
607
|
-
images: [{
|
|
608
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
609
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
610
|
-
}],
|
|
611
|
-
type_asset: 'sdk.coin',
|
|
612
|
-
traces: [{
|
|
613
|
-
type: 'ibc',
|
|
614
|
-
counterparty: {
|
|
615
|
-
channel_id: 'channel-3651',
|
|
616
|
-
base_denom: 'uion',
|
|
617
|
-
chain_name: 'osmosistestnet4'
|
|
618
|
-
},
|
|
619
|
-
chain: {
|
|
620
|
-
channel_id: 'channel-4'
|
|
621
|
-
}
|
|
622
|
-
}]
|
|
623
|
-
},
|
|
624
476
|
{
|
|
625
477
|
description: 'The native staking and governance token of the Atlantic testnet version of Sei.',
|
|
626
478
|
denom_units: [{
|
|
@@ -319,47 +319,6 @@ const assets = {
|
|
|
319
319
|
}
|
|
320
320
|
}]
|
|
321
321
|
},
|
|
322
|
-
{
|
|
323
|
-
description: 'The native token of EntryPoint',
|
|
324
|
-
denom_units: [{
|
|
325
|
-
denom: 'ibc/8B620DE1585B38FEDEA05944B2E471D19F7208203A3E68DC2736D9B3769549FE',
|
|
326
|
-
exponent: 0,
|
|
327
|
-
aliases: ['uentry']
|
|
328
|
-
}, {
|
|
329
|
-
denom: 'entry',
|
|
330
|
-
exponent: 6,
|
|
331
|
-
aliases: []
|
|
332
|
-
}],
|
|
333
|
-
base: 'ibc/8B620DE1585B38FEDEA05944B2E471D19F7208203A3E68DC2736D9B3769549FE',
|
|
334
|
-
name: 'EntryPoint',
|
|
335
|
-
display: 'entry',
|
|
336
|
-
symbol: 'ENTRY',
|
|
337
|
-
logo_URIs: {
|
|
338
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/entrypointtestnet/images/entry.png',
|
|
339
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/entrypointtestnet/images/entry.svg'
|
|
340
|
-
},
|
|
341
|
-
keywords: [
|
|
342
|
-
'staking',
|
|
343
|
-
'governance',
|
|
344
|
-
'vaults'
|
|
345
|
-
],
|
|
346
|
-
images: [{
|
|
347
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/entrypointtestnet/images/entry.png',
|
|
348
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/entrypointtestnet/images/entry.svg'
|
|
349
|
-
}],
|
|
350
|
-
type_asset: 'sdk.coin',
|
|
351
|
-
traces: [{
|
|
352
|
-
type: 'ibc',
|
|
353
|
-
counterparty: {
|
|
354
|
-
channel_id: 'channel-0',
|
|
355
|
-
base_denom: 'uentry',
|
|
356
|
-
chain_name: 'entrypointtestnet'
|
|
357
|
-
},
|
|
358
|
-
chain: {
|
|
359
|
-
channel_id: 'channel-1543'
|
|
360
|
-
}
|
|
361
|
-
}]
|
|
362
|
-
},
|
|
363
322
|
{
|
|
364
323
|
description: 'The INJ token is the native governance token for the Injective chain.',
|
|
365
324
|
denom_units: [{
|
|
@@ -1013,47 +972,6 @@ const assets = {
|
|
|
1013
972
|
}
|
|
1014
973
|
}]
|
|
1015
974
|
},
|
|
1016
|
-
{
|
|
1017
|
-
description: 'The native token of EntryPoint',
|
|
1018
|
-
denom_units: [{
|
|
1019
|
-
denom: 'ibc/8B620DE1585B38FEDEA05944B2E471D19F7208203A3E68DC2736D9B3769549FE',
|
|
1020
|
-
exponent: 0,
|
|
1021
|
-
aliases: ['uentry']
|
|
1022
|
-
}, {
|
|
1023
|
-
denom: 'entry',
|
|
1024
|
-
exponent: 6,
|
|
1025
|
-
aliases: []
|
|
1026
|
-
}],
|
|
1027
|
-
base: 'ibc/8B620DE1585B38FEDEA05944B2E471D19F7208203A3E68DC2736D9B3769549FE',
|
|
1028
|
-
name: 'EntryPoint',
|
|
1029
|
-
display: 'entry',
|
|
1030
|
-
symbol: 'ENTRY',
|
|
1031
|
-
logo_URIs: {
|
|
1032
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/entrypointtestnet/images/entry.png',
|
|
1033
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/entrypointtestnet/images/entry.svg'
|
|
1034
|
-
},
|
|
1035
|
-
keywords: [
|
|
1036
|
-
'staking',
|
|
1037
|
-
'governance',
|
|
1038
|
-
'vaults'
|
|
1039
|
-
],
|
|
1040
|
-
images: [{
|
|
1041
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/entrypointtestnet/images/entry.png',
|
|
1042
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/entrypointtestnet/images/entry.svg'
|
|
1043
|
-
}],
|
|
1044
|
-
type_asset: 'sdk.coin',
|
|
1045
|
-
traces: [{
|
|
1046
|
-
type: 'ibc',
|
|
1047
|
-
counterparty: {
|
|
1048
|
-
channel_id: 'channel-0',
|
|
1049
|
-
base_denom: 'uentry',
|
|
1050
|
-
chain_name: 'entrypointtestnet'
|
|
1051
|
-
},
|
|
1052
|
-
chain: {
|
|
1053
|
-
channel_id: 'channel-1543'
|
|
1054
|
-
}
|
|
1055
|
-
}]
|
|
1056
|
-
},
|
|
1057
975
|
{
|
|
1058
976
|
description: 'The INJ token is the native governance token for the Injective chain.',
|
|
1059
977
|
denom_units: [{
|
package/mainnet/assets.js
CHANGED
|
@@ -5,7 +5,6 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
const ethereum_1 = __importDefault(require("./ethereum"));
|
|
7
7
|
const solana_1 = __importDefault(require("./solana"));
|
|
8
|
-
const _8ball_1 = __importDefault(require("./8ball"));
|
|
9
8
|
const acrechain_1 = __importDefault(require("./acrechain"));
|
|
10
9
|
const agoric_1 = __importDefault(require("./agoric"));
|
|
11
10
|
const aioz_1 = __importDefault(require("./aioz"));
|
|
@@ -26,7 +25,6 @@ const bostrom_1 = __importDefault(require("./bostrom"));
|
|
|
26
25
|
const canto_1 = __importDefault(require("./canto"));
|
|
27
26
|
const carbon_1 = __importDefault(require("./carbon"));
|
|
28
27
|
const celestia_1 = __importDefault(require("./celestia"));
|
|
29
|
-
const cerberus_1 = __importDefault(require("./cerberus"));
|
|
30
28
|
const chain4energy_1 = __importDefault(require("./chain4energy"));
|
|
31
29
|
const cheqd_1 = __importDefault(require("./cheqd"));
|
|
32
30
|
const chihuahua_1 = __importDefault(require("./chihuahua"));
|
|
@@ -39,11 +37,9 @@ const cosmoshub_1 = __importDefault(require("./cosmoshub"));
|
|
|
39
37
|
const crescent_1 = __importDefault(require("./crescent"));
|
|
40
38
|
const cronos_1 = __importDefault(require("./cronos"));
|
|
41
39
|
const cryptoorgchain_1 = __importDefault(require("./cryptoorgchain"));
|
|
42
|
-
const cudos_1 = __importDefault(require("./cudos"));
|
|
43
40
|
const decentr_1 = __importDefault(require("./decentr"));
|
|
44
41
|
const desmos_1 = __importDefault(require("./desmos"));
|
|
45
42
|
const dhealth_1 = __importDefault(require("./dhealth"));
|
|
46
|
-
const dig_1 = __importDefault(require("./dig"));
|
|
47
43
|
const doravota_1 = __importDefault(require("./doravota"));
|
|
48
44
|
const dungeon_1 = __importDefault(require("./dungeon"));
|
|
49
45
|
const dydx_1 = __importDefault(require("./dydx"));
|
|
@@ -82,14 +78,12 @@ const lambda_1 = __importDefault(require("./lambda"));
|
|
|
82
78
|
const lava_1 = __importDefault(require("./lava"));
|
|
83
79
|
const likecoin_1 = __importDefault(require("./likecoin"));
|
|
84
80
|
const lorenzo_1 = __importDefault(require("./lorenzo"));
|
|
85
|
-
const lumenx_1 = __importDefault(require("./lumenx"));
|
|
86
81
|
const lumnetwork_1 = __importDefault(require("./lumnetwork"));
|
|
87
82
|
const mande_1 = __importDefault(require("./mande"));
|
|
88
83
|
const mantrachain_1 = __importDefault(require("./mantrachain"));
|
|
89
84
|
const mars_1 = __importDefault(require("./mars"));
|
|
90
85
|
const medasdigital_1 = __importDefault(require("./medasdigital"));
|
|
91
86
|
const meme_1 = __importDefault(require("./meme"));
|
|
92
|
-
const microtick_1 = __importDefault(require("./microtick"));
|
|
93
87
|
const migaloo_1 = __importDefault(require("./migaloo"));
|
|
94
88
|
const neutaro_1 = __importDefault(require("./neutaro"));
|
|
95
89
|
const neutron_1 = __importDefault(require("./neutron"));
|
|
@@ -152,7 +146,6 @@ const titan_1 = __importDefault(require("./titan"));
|
|
|
152
146
|
const umee_1 = __importDefault(require("./umee"));
|
|
153
147
|
const unification_1 = __importDefault(require("./unification"));
|
|
154
148
|
const uptick_1 = __importDefault(require("./uptick"));
|
|
155
|
-
const vidulum_1 = __importDefault(require("./vidulum"));
|
|
156
149
|
const xpla_1 = __importDefault(require("./xpla"));
|
|
157
|
-
const assets = [ethereum_1.default, solana_1.default,
|
|
150
|
+
const assets = [ethereum_1.default, solana_1.default, acrechain_1.default, agoric_1.default, aioz_1.default, akash_1.default, andromeda_1.default, archway_1.default, arkh_1.default, assetmantle_1.default, atomone_1.default, aura_1.default, axelar_1.default, bandchain_1.default, beezee_1.default, bitcanna_1.default, bitsong_1.default, bluzelle_1.default, bostrom_1.default, canto_1.default, carbon_1.default, celestia_1.default, chain4energy_1.default, cheqd_1.default, chihuahua_1.default, cifer_1.default, comdex_1.default, composable_1.default, conscious_1.default, coreum_1.default, cosmoshub_1.default, crescent_1.default, cronos_1.default, cryptoorgchain_1.default, decentr_1.default, desmos_1.default, dhealth_1.default, doravota_1.default, dungeon_1.default, dydx_1.default, dymension_1.default, dyson_1.default, echelon_1.default, emoney_1.default, empowerchain_1.default, evmos_1.default, fetchhub_1.default, firmachain_1.default, furya_1.default, fxcore_1.default, galaxy_1.default, gateway_1.default, genesisl1_1.default, gitopia_1.default, gravitybridge_1.default, haqq_1.default, humans_1.default, impacthub_1.default, imversed_1.default, injective_1.default, int3face_1.default, irisnet_1.default, jackal_1.default, joltify_1.default, juno_1.default, kava_1.default, kichain_1.default, kimanetwork_1.default, konstellation_1.default, kujira_1.default, kyve_1.default, lambda_1.default, lava_1.default, likecoin_1.default, lorenzo_1.default, lumnetwork_1.default, mande_1.default, mantrachain_1.default, mars_1.default, medasdigital_1.default, meme_1.default, migaloo_1.default, neutaro_1.default, neutron_1.default, nibiru_1.default, nim_1.default, noble_1.default, nois_1.default, nolus_1.default, nomic_1.default, nyx_1.default, odin_1.default, okexchain_1.default, omniflixhub_1.default, onex_1.default, onomy_1.default, oraichain_1.default, osmosis_1.default, panacea_1.default, passage_1.default, persistence_1.default, planq_1.default, point_1.default, provenance_1.default, pryzm_1.default, pundix_1.default, pylons_1.default, quasar_1.default, quicksilver_1.default, qwoyn_1.default, realio_1.default, rebus_1.default, regen_1.default, rizon_1.default, routerchain_1.default, saga_1.default, scorum_1.default, secretnetwork_1.default, seda_1.default, sei_1.default, self_1.default, sentinel_1.default, sge_1.default, shareledger_1.default, shentu_1.default, shido_1.default, sifchain_1.default, sommelier_1.default, source_1.default, stafihub_1.default, stargaze_1.default, starname_1.default, stratos_1.default, stride_1.default, synternet_1.default, teritori_1.default, terra_1.default, terra2_1.default, tgrade_1.default, titan_1.default, umee_1.default, unification_1.default, uptick_1.default, xpla_1.default];
|
|
158
151
|
exports.default = assets;
|