@chain-registry/assets 1.70.31 → 1.70.33
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/dungeon.js +392 -0
- package/esm/mainnet/index.js +0 -7
- package/esm/mainnet/juno.js +0 -72
- package/esm/mainnet/kimanetwork.js +16 -16
- package/esm/mainnet/neutron.js +72 -0
- package/esm/mainnet/osmosis.js +8 -472
- package/esm/mainnet/stride.js +72 -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/dungeon.js +392 -0
- package/mainnet/index.d.ts +0 -7
- package/mainnet/index.js +3 -11
- package/mainnet/juno.js +0 -72
- package/mainnet/kimanetwork.js +16 -16
- package/mainnet/neutron.js +72 -0
- package/mainnet/osmosis.js +8 -472
- package/mainnet/stride.js +72 -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
package/testnet/marstestnet.js
CHANGED
|
@@ -77,80 +77,6 @@ const assets = {
|
|
|
77
77
|
}
|
|
78
78
|
}]
|
|
79
79
|
},
|
|
80
|
-
{
|
|
81
|
-
description: 'The native token of Osmosis',
|
|
82
|
-
denom_units: [{
|
|
83
|
-
denom: 'ibc/13B2C536BB057AC79D5616B8EA1B9540EC1F2170718CAFF6F0083C966FFFED0B',
|
|
84
|
-
exponent: 0,
|
|
85
|
-
aliases: ['uosmo']
|
|
86
|
-
}, {
|
|
87
|
-
denom: 'osmo',
|
|
88
|
-
exponent: 6,
|
|
89
|
-
aliases: []
|
|
90
|
-
}],
|
|
91
|
-
base: 'ibc/13B2C536BB057AC79D5616B8EA1B9540EC1F2170718CAFF6F0083C966FFFED0B',
|
|
92
|
-
name: 'Osmosis',
|
|
93
|
-
display: 'osmo',
|
|
94
|
-
symbol: 'OSMO',
|
|
95
|
-
logo_URIs: {
|
|
96
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
97
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
98
|
-
},
|
|
99
|
-
coingecko_id: 'osmosis',
|
|
100
|
-
keywords: ['dex', 'staking'],
|
|
101
|
-
images: [{
|
|
102
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
103
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
104
|
-
}],
|
|
105
|
-
type_asset: 'sdk.coin',
|
|
106
|
-
traces: [{
|
|
107
|
-
type: 'ibc',
|
|
108
|
-
counterparty: {
|
|
109
|
-
channel_id: 'channel-2083',
|
|
110
|
-
base_denom: 'uosmo',
|
|
111
|
-
chain_name: 'osmosistestnet4'
|
|
112
|
-
},
|
|
113
|
-
chain: {
|
|
114
|
-
channel_id: 'channel-2'
|
|
115
|
-
}
|
|
116
|
-
}]
|
|
117
|
-
},
|
|
118
|
-
{
|
|
119
|
-
denom_units: [{
|
|
120
|
-
denom: 'ibc/6FA7B62692FBCA2E51F567947035DE3C5D7333D49D13B85A25F358E80DF4E991',
|
|
121
|
-
exponent: 0,
|
|
122
|
-
aliases: ['uion']
|
|
123
|
-
}, {
|
|
124
|
-
denom: 'ion',
|
|
125
|
-
exponent: 6
|
|
126
|
-
}],
|
|
127
|
-
base: 'ibc/6FA7B62692FBCA2E51F567947035DE3C5D7333D49D13B85A25F358E80DF4E991',
|
|
128
|
-
name: 'Ion',
|
|
129
|
-
display: 'ion',
|
|
130
|
-
symbol: 'ION',
|
|
131
|
-
logo_URIs: {
|
|
132
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
133
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
134
|
-
},
|
|
135
|
-
coingecko_id: 'ion',
|
|
136
|
-
keywords: ['memecoin'],
|
|
137
|
-
images: [{
|
|
138
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
139
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
140
|
-
}],
|
|
141
|
-
type_asset: 'sdk.coin',
|
|
142
|
-
traces: [{
|
|
143
|
-
type: 'ibc',
|
|
144
|
-
counterparty: {
|
|
145
|
-
channel_id: 'channel-2083',
|
|
146
|
-
base_denom: 'uion',
|
|
147
|
-
chain_name: 'osmosistestnet4'
|
|
148
|
-
},
|
|
149
|
-
chain: {
|
|
150
|
-
channel_id: 'channel-2'
|
|
151
|
-
}
|
|
152
|
-
}]
|
|
153
|
-
},
|
|
154
80
|
{
|
|
155
81
|
description: 'The native token of Osmosis',
|
|
156
82
|
denom_units: [{
|
|
@@ -224,80 +150,6 @@ const assets = {
|
|
|
224
150
|
channel_id: 'channel-28'
|
|
225
151
|
}
|
|
226
152
|
}]
|
|
227
|
-
},
|
|
228
|
-
{
|
|
229
|
-
description: 'The native token of Osmosis',
|
|
230
|
-
denom_units: [{
|
|
231
|
-
denom: 'ibc/13B2C536BB057AC79D5616B8EA1B9540EC1F2170718CAFF6F0083C966FFFED0B',
|
|
232
|
-
exponent: 0,
|
|
233
|
-
aliases: ['uosmo']
|
|
234
|
-
}, {
|
|
235
|
-
denom: 'osmo',
|
|
236
|
-
exponent: 6,
|
|
237
|
-
aliases: []
|
|
238
|
-
}],
|
|
239
|
-
base: 'ibc/13B2C536BB057AC79D5616B8EA1B9540EC1F2170718CAFF6F0083C966FFFED0B',
|
|
240
|
-
name: 'Osmosis',
|
|
241
|
-
display: 'osmo',
|
|
242
|
-
symbol: 'OSMO',
|
|
243
|
-
logo_URIs: {
|
|
244
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
245
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
246
|
-
},
|
|
247
|
-
coingecko_id: 'osmosis',
|
|
248
|
-
keywords: ['dex', 'staking'],
|
|
249
|
-
images: [{
|
|
250
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
251
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
252
|
-
}],
|
|
253
|
-
type_asset: 'sdk.coin',
|
|
254
|
-
traces: [{
|
|
255
|
-
type: 'ibc',
|
|
256
|
-
counterparty: {
|
|
257
|
-
channel_id: 'channel-2083',
|
|
258
|
-
base_denom: 'uosmo',
|
|
259
|
-
chain_name: 'osmosistestnet4'
|
|
260
|
-
},
|
|
261
|
-
chain: {
|
|
262
|
-
channel_id: 'channel-2'
|
|
263
|
-
}
|
|
264
|
-
}]
|
|
265
|
-
},
|
|
266
|
-
{
|
|
267
|
-
denom_units: [{
|
|
268
|
-
denom: 'ibc/6FA7B62692FBCA2E51F567947035DE3C5D7333D49D13B85A25F358E80DF4E991',
|
|
269
|
-
exponent: 0,
|
|
270
|
-
aliases: ['uion']
|
|
271
|
-
}, {
|
|
272
|
-
denom: 'ion',
|
|
273
|
-
exponent: 6
|
|
274
|
-
}],
|
|
275
|
-
base: 'ibc/6FA7B62692FBCA2E51F567947035DE3C5D7333D49D13B85A25F358E80DF4E991',
|
|
276
|
-
name: 'Ion',
|
|
277
|
-
display: 'ion',
|
|
278
|
-
symbol: 'ION',
|
|
279
|
-
logo_URIs: {
|
|
280
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
281
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
282
|
-
},
|
|
283
|
-
coingecko_id: 'ion',
|
|
284
|
-
keywords: ['memecoin'],
|
|
285
|
-
images: [{
|
|
286
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
287
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
288
|
-
}],
|
|
289
|
-
type_asset: 'sdk.coin',
|
|
290
|
-
traces: [{
|
|
291
|
-
type: 'ibc',
|
|
292
|
-
counterparty: {
|
|
293
|
-
channel_id: 'channel-2083',
|
|
294
|
-
base_denom: 'uion',
|
|
295
|
-
chain_name: 'osmosistestnet4'
|
|
296
|
-
},
|
|
297
|
-
chain: {
|
|
298
|
-
channel_id: 'channel-2'
|
|
299
|
-
}
|
|
300
|
-
}]
|
|
301
153
|
}
|
|
302
154
|
]
|
|
303
155
|
};
|
package/testnet/nobletestnet.js
CHANGED
|
@@ -247,80 +247,6 @@ const assets = {
|
|
|
247
247
|
}
|
|
248
248
|
}]
|
|
249
249
|
},
|
|
250
|
-
{
|
|
251
|
-
description: 'The native token of Osmosis',
|
|
252
|
-
denom_units: [{
|
|
253
|
-
denom: 'ibc/05AC4BBA78C5951339A47DD1BC1E7FC922A9311DF81C85745B1C162F516FF2F1',
|
|
254
|
-
exponent: 0,
|
|
255
|
-
aliases: ['uosmo']
|
|
256
|
-
}, {
|
|
257
|
-
denom: 'osmo',
|
|
258
|
-
exponent: 6,
|
|
259
|
-
aliases: []
|
|
260
|
-
}],
|
|
261
|
-
base: 'ibc/05AC4BBA78C5951339A47DD1BC1E7FC922A9311DF81C85745B1C162F516FF2F1',
|
|
262
|
-
name: 'Osmosis',
|
|
263
|
-
display: 'osmo',
|
|
264
|
-
symbol: 'OSMO',
|
|
265
|
-
logo_URIs: {
|
|
266
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
267
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
268
|
-
},
|
|
269
|
-
coingecko_id: 'osmosis',
|
|
270
|
-
keywords: ['dex', 'staking'],
|
|
271
|
-
images: [{
|
|
272
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
273
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
274
|
-
}],
|
|
275
|
-
type_asset: 'sdk.coin',
|
|
276
|
-
traces: [{
|
|
277
|
-
type: 'ibc',
|
|
278
|
-
counterparty: {
|
|
279
|
-
channel_id: 'channel-3651',
|
|
280
|
-
base_denom: 'uosmo',
|
|
281
|
-
chain_name: 'osmosistestnet4'
|
|
282
|
-
},
|
|
283
|
-
chain: {
|
|
284
|
-
channel_id: 'channel-4'
|
|
285
|
-
}
|
|
286
|
-
}]
|
|
287
|
-
},
|
|
288
|
-
{
|
|
289
|
-
denom_units: [{
|
|
290
|
-
denom: 'ibc/B1468D7420773B5D59561CC0E91D6A5F75415E216DCF2966D657E23B97322B36',
|
|
291
|
-
exponent: 0,
|
|
292
|
-
aliases: ['uion']
|
|
293
|
-
}, {
|
|
294
|
-
denom: 'ion',
|
|
295
|
-
exponent: 6
|
|
296
|
-
}],
|
|
297
|
-
base: 'ibc/B1468D7420773B5D59561CC0E91D6A5F75415E216DCF2966D657E23B97322B36',
|
|
298
|
-
name: 'Ion',
|
|
299
|
-
display: 'ion',
|
|
300
|
-
symbol: 'ION',
|
|
301
|
-
logo_URIs: {
|
|
302
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
303
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
304
|
-
},
|
|
305
|
-
coingecko_id: 'ion',
|
|
306
|
-
keywords: ['memecoin'],
|
|
307
|
-
images: [{
|
|
308
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
309
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
310
|
-
}],
|
|
311
|
-
type_asset: 'sdk.coin',
|
|
312
|
-
traces: [{
|
|
313
|
-
type: 'ibc',
|
|
314
|
-
counterparty: {
|
|
315
|
-
channel_id: 'channel-3651',
|
|
316
|
-
base_denom: 'uion',
|
|
317
|
-
chain_name: 'osmosistestnet4'
|
|
318
|
-
},
|
|
319
|
-
chain: {
|
|
320
|
-
channel_id: 'channel-4'
|
|
321
|
-
}
|
|
322
|
-
}]
|
|
323
|
-
},
|
|
324
250
|
{
|
|
325
251
|
description: 'The native token of Prysm',
|
|
326
252
|
denom_units: [{
|
|
@@ -549,80 +475,6 @@ const assets = {
|
|
|
549
475
|
}
|
|
550
476
|
}]
|
|
551
477
|
},
|
|
552
|
-
{
|
|
553
|
-
description: 'The native token of Osmosis',
|
|
554
|
-
denom_units: [{
|
|
555
|
-
denom: 'ibc/05AC4BBA78C5951339A47DD1BC1E7FC922A9311DF81C85745B1C162F516FF2F1',
|
|
556
|
-
exponent: 0,
|
|
557
|
-
aliases: ['uosmo']
|
|
558
|
-
}, {
|
|
559
|
-
denom: 'osmo',
|
|
560
|
-
exponent: 6,
|
|
561
|
-
aliases: []
|
|
562
|
-
}],
|
|
563
|
-
base: 'ibc/05AC4BBA78C5951339A47DD1BC1E7FC922A9311DF81C85745B1C162F516FF2F1',
|
|
564
|
-
name: 'Osmosis',
|
|
565
|
-
display: 'osmo',
|
|
566
|
-
symbol: 'OSMO',
|
|
567
|
-
logo_URIs: {
|
|
568
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
569
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
570
|
-
},
|
|
571
|
-
coingecko_id: 'osmosis',
|
|
572
|
-
keywords: ['dex', 'staking'],
|
|
573
|
-
images: [{
|
|
574
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
575
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
576
|
-
}],
|
|
577
|
-
type_asset: 'sdk.coin',
|
|
578
|
-
traces: [{
|
|
579
|
-
type: 'ibc',
|
|
580
|
-
counterparty: {
|
|
581
|
-
channel_id: 'channel-3651',
|
|
582
|
-
base_denom: 'uosmo',
|
|
583
|
-
chain_name: 'osmosistestnet4'
|
|
584
|
-
},
|
|
585
|
-
chain: {
|
|
586
|
-
channel_id: 'channel-4'
|
|
587
|
-
}
|
|
588
|
-
}]
|
|
589
|
-
},
|
|
590
|
-
{
|
|
591
|
-
denom_units: [{
|
|
592
|
-
denom: 'ibc/B1468D7420773B5D59561CC0E91D6A5F75415E216DCF2966D657E23B97322B36',
|
|
593
|
-
exponent: 0,
|
|
594
|
-
aliases: ['uion']
|
|
595
|
-
}, {
|
|
596
|
-
denom: 'ion',
|
|
597
|
-
exponent: 6
|
|
598
|
-
}],
|
|
599
|
-
base: 'ibc/B1468D7420773B5D59561CC0E91D6A5F75415E216DCF2966D657E23B97322B36',
|
|
600
|
-
name: 'Ion',
|
|
601
|
-
display: 'ion',
|
|
602
|
-
symbol: 'ION',
|
|
603
|
-
logo_URIs: {
|
|
604
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
605
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
606
|
-
},
|
|
607
|
-
coingecko_id: 'ion',
|
|
608
|
-
keywords: ['memecoin'],
|
|
609
|
-
images: [{
|
|
610
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
611
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
612
|
-
}],
|
|
613
|
-
type_asset: 'sdk.coin',
|
|
614
|
-
traces: [{
|
|
615
|
-
type: 'ibc',
|
|
616
|
-
counterparty: {
|
|
617
|
-
channel_id: 'channel-3651',
|
|
618
|
-
base_denom: 'uion',
|
|
619
|
-
chain_name: 'osmosistestnet4'
|
|
620
|
-
},
|
|
621
|
-
chain: {
|
|
622
|
-
channel_id: 'channel-4'
|
|
623
|
-
}
|
|
624
|
-
}]
|
|
625
|
-
},
|
|
626
478
|
{
|
|
627
479
|
description: 'The native staking and governance token of the Atlantic testnet version of Sei.',
|
|
628
480
|
denom_units: [{
|
|
@@ -321,47 +321,6 @@ const assets = {
|
|
|
321
321
|
}
|
|
322
322
|
}]
|
|
323
323
|
},
|
|
324
|
-
{
|
|
325
|
-
description: 'The native token of EntryPoint',
|
|
326
|
-
denom_units: [{
|
|
327
|
-
denom: 'ibc/8B620DE1585B38FEDEA05944B2E471D19F7208203A3E68DC2736D9B3769549FE',
|
|
328
|
-
exponent: 0,
|
|
329
|
-
aliases: ['uentry']
|
|
330
|
-
}, {
|
|
331
|
-
denom: 'entry',
|
|
332
|
-
exponent: 6,
|
|
333
|
-
aliases: []
|
|
334
|
-
}],
|
|
335
|
-
base: 'ibc/8B620DE1585B38FEDEA05944B2E471D19F7208203A3E68DC2736D9B3769549FE',
|
|
336
|
-
name: 'EntryPoint',
|
|
337
|
-
display: 'entry',
|
|
338
|
-
symbol: 'ENTRY',
|
|
339
|
-
logo_URIs: {
|
|
340
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/entrypointtestnet/images/entry.png',
|
|
341
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/entrypointtestnet/images/entry.svg'
|
|
342
|
-
},
|
|
343
|
-
keywords: [
|
|
344
|
-
'staking',
|
|
345
|
-
'governance',
|
|
346
|
-
'vaults'
|
|
347
|
-
],
|
|
348
|
-
images: [{
|
|
349
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/entrypointtestnet/images/entry.png',
|
|
350
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/entrypointtestnet/images/entry.svg'
|
|
351
|
-
}],
|
|
352
|
-
type_asset: 'sdk.coin',
|
|
353
|
-
traces: [{
|
|
354
|
-
type: 'ibc',
|
|
355
|
-
counterparty: {
|
|
356
|
-
channel_id: 'channel-0',
|
|
357
|
-
base_denom: 'uentry',
|
|
358
|
-
chain_name: 'entrypointtestnet'
|
|
359
|
-
},
|
|
360
|
-
chain: {
|
|
361
|
-
channel_id: 'channel-1543'
|
|
362
|
-
}
|
|
363
|
-
}]
|
|
364
|
-
},
|
|
365
324
|
{
|
|
366
325
|
description: 'The INJ token is the native governance token for the Injective chain.',
|
|
367
326
|
denom_units: [{
|
|
@@ -1015,47 +974,6 @@ const assets = {
|
|
|
1015
974
|
}
|
|
1016
975
|
}]
|
|
1017
976
|
},
|
|
1018
|
-
{
|
|
1019
|
-
description: 'The native token of EntryPoint',
|
|
1020
|
-
denom_units: [{
|
|
1021
|
-
denom: 'ibc/8B620DE1585B38FEDEA05944B2E471D19F7208203A3E68DC2736D9B3769549FE',
|
|
1022
|
-
exponent: 0,
|
|
1023
|
-
aliases: ['uentry']
|
|
1024
|
-
}, {
|
|
1025
|
-
denom: 'entry',
|
|
1026
|
-
exponent: 6,
|
|
1027
|
-
aliases: []
|
|
1028
|
-
}],
|
|
1029
|
-
base: 'ibc/8B620DE1585B38FEDEA05944B2E471D19F7208203A3E68DC2736D9B3769549FE',
|
|
1030
|
-
name: 'EntryPoint',
|
|
1031
|
-
display: 'entry',
|
|
1032
|
-
symbol: 'ENTRY',
|
|
1033
|
-
logo_URIs: {
|
|
1034
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/entrypointtestnet/images/entry.png',
|
|
1035
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/entrypointtestnet/images/entry.svg'
|
|
1036
|
-
},
|
|
1037
|
-
keywords: [
|
|
1038
|
-
'staking',
|
|
1039
|
-
'governance',
|
|
1040
|
-
'vaults'
|
|
1041
|
-
],
|
|
1042
|
-
images: [{
|
|
1043
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/entrypointtestnet/images/entry.png',
|
|
1044
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/entrypointtestnet/images/entry.svg'
|
|
1045
|
-
}],
|
|
1046
|
-
type_asset: 'sdk.coin',
|
|
1047
|
-
traces: [{
|
|
1048
|
-
type: 'ibc',
|
|
1049
|
-
counterparty: {
|
|
1050
|
-
channel_id: 'channel-0',
|
|
1051
|
-
base_denom: 'uentry',
|
|
1052
|
-
chain_name: 'entrypointtestnet'
|
|
1053
|
-
},
|
|
1054
|
-
chain: {
|
|
1055
|
-
channel_id: 'channel-1543'
|
|
1056
|
-
}
|
|
1057
|
-
}]
|
|
1058
|
-
},
|
|
1059
977
|
{
|
|
1060
978
|
description: 'The INJ token is the native governance token for the Injective chain.',
|
|
1061
979
|
denom_units: [{
|
package/esm/mainnet/8ball.js
DELETED
|
@@ -1,182 +0,0 @@
|
|
|
1
|
-
const assets = {
|
|
2
|
-
chain_name: '8ball',
|
|
3
|
-
assets: [
|
|
4
|
-
{
|
|
5
|
-
description: 'The native token of Osmosis',
|
|
6
|
-
denom_units: [{
|
|
7
|
-
denom: 'ibc/4A3AAD07BC4EBEBC10FC2560EAA3B7A1D3B541B5264ED8E5E13E6B74AC76127B',
|
|
8
|
-
exponent: 0,
|
|
9
|
-
aliases: ['uosmo']
|
|
10
|
-
}, {
|
|
11
|
-
denom: 'osmo',
|
|
12
|
-
exponent: 6
|
|
13
|
-
}],
|
|
14
|
-
type_asset: 'sdk.coin',
|
|
15
|
-
base: 'ibc/4A3AAD07BC4EBEBC10FC2560EAA3B7A1D3B541B5264ED8E5E13E6B74AC76127B',
|
|
16
|
-
name: 'Osmosis',
|
|
17
|
-
display: 'osmo',
|
|
18
|
-
symbol: 'OSMO',
|
|
19
|
-
logo_URIs: {
|
|
20
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
21
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
22
|
-
},
|
|
23
|
-
images: [{
|
|
24
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
25
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg',
|
|
26
|
-
theme: {
|
|
27
|
-
primary_color_hex: '#760dbb'
|
|
28
|
-
}
|
|
29
|
-
}],
|
|
30
|
-
coingecko_id: 'osmosis',
|
|
31
|
-
keywords: ['dex', 'staking'],
|
|
32
|
-
socials: {
|
|
33
|
-
website: 'https://osmosis.zone',
|
|
34
|
-
twitter: 'https://twitter.com/osmosiszone'
|
|
35
|
-
},
|
|
36
|
-
traces: [{
|
|
37
|
-
type: 'ibc',
|
|
38
|
-
counterparty: {
|
|
39
|
-
channel_id: 'channel-641',
|
|
40
|
-
base_denom: 'uosmo',
|
|
41
|
-
chain_name: 'osmosis'
|
|
42
|
-
},
|
|
43
|
-
chain: {
|
|
44
|
-
channel_id: 'channel-16'
|
|
45
|
-
}
|
|
46
|
-
}]
|
|
47
|
-
},
|
|
48
|
-
{
|
|
49
|
-
description: 'ION is the second native token of Osmosis.',
|
|
50
|
-
denom_units: [{
|
|
51
|
-
denom: 'ibc/65F2AFA2F7AC0FC1ACA0EC1710A5AB381BF87B25CB74E903C5847ED86CAE213A',
|
|
52
|
-
exponent: 0,
|
|
53
|
-
aliases: ['uion']
|
|
54
|
-
}, {
|
|
55
|
-
denom: 'ion',
|
|
56
|
-
exponent: 6
|
|
57
|
-
}],
|
|
58
|
-
type_asset: 'sdk.coin',
|
|
59
|
-
base: 'ibc/65F2AFA2F7AC0FC1ACA0EC1710A5AB381BF87B25CB74E903C5847ED86CAE213A',
|
|
60
|
-
name: 'Ion DAO',
|
|
61
|
-
display: 'ion',
|
|
62
|
-
symbol: 'ION',
|
|
63
|
-
logo_URIs: {
|
|
64
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
65
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
66
|
-
},
|
|
67
|
-
images: [{
|
|
68
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
69
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg',
|
|
70
|
-
theme: {
|
|
71
|
-
primary_color_hex: '#4453c7'
|
|
72
|
-
}
|
|
73
|
-
}],
|
|
74
|
-
coingecko_id: 'ion',
|
|
75
|
-
keywords: ['memecoin', 'defi'],
|
|
76
|
-
socials: {
|
|
77
|
-
website: 'https://ion.wtf',
|
|
78
|
-
twitter: 'https://twitter.com/_IONDAO'
|
|
79
|
-
},
|
|
80
|
-
traces: [{
|
|
81
|
-
type: 'ibc',
|
|
82
|
-
counterparty: {
|
|
83
|
-
channel_id: 'channel-641',
|
|
84
|
-
base_denom: 'uion',
|
|
85
|
-
chain_name: 'osmosis'
|
|
86
|
-
},
|
|
87
|
-
chain: {
|
|
88
|
-
channel_id: 'channel-16'
|
|
89
|
-
}
|
|
90
|
-
}]
|
|
91
|
-
},
|
|
92
|
-
{
|
|
93
|
-
description: 'The native token of Osmosis',
|
|
94
|
-
denom_units: [{
|
|
95
|
-
denom: 'ibc/4A3AAD07BC4EBEBC10FC2560EAA3B7A1D3B541B5264ED8E5E13E6B74AC76127B',
|
|
96
|
-
exponent: 0,
|
|
97
|
-
aliases: ['uosmo']
|
|
98
|
-
}, {
|
|
99
|
-
denom: 'osmo',
|
|
100
|
-
exponent: 6
|
|
101
|
-
}],
|
|
102
|
-
type_asset: 'sdk.coin',
|
|
103
|
-
base: 'ibc/4A3AAD07BC4EBEBC10FC2560EAA3B7A1D3B541B5264ED8E5E13E6B74AC76127B',
|
|
104
|
-
name: 'Osmosis',
|
|
105
|
-
display: 'osmo',
|
|
106
|
-
symbol: 'OSMO',
|
|
107
|
-
logo_URIs: {
|
|
108
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
109
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
110
|
-
},
|
|
111
|
-
images: [{
|
|
112
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
113
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg',
|
|
114
|
-
theme: {
|
|
115
|
-
primary_color_hex: '#760dbb'
|
|
116
|
-
}
|
|
117
|
-
}],
|
|
118
|
-
coingecko_id: 'osmosis',
|
|
119
|
-
keywords: ['dex', 'staking'],
|
|
120
|
-
socials: {
|
|
121
|
-
website: 'https://osmosis.zone',
|
|
122
|
-
twitter: 'https://twitter.com/osmosiszone'
|
|
123
|
-
},
|
|
124
|
-
traces: [{
|
|
125
|
-
type: 'ibc',
|
|
126
|
-
counterparty: {
|
|
127
|
-
channel_id: 'channel-641',
|
|
128
|
-
base_denom: 'uosmo',
|
|
129
|
-
chain_name: 'osmosis'
|
|
130
|
-
},
|
|
131
|
-
chain: {
|
|
132
|
-
channel_id: 'channel-16'
|
|
133
|
-
}
|
|
134
|
-
}]
|
|
135
|
-
},
|
|
136
|
-
{
|
|
137
|
-
description: 'ION is the second native token of Osmosis.',
|
|
138
|
-
denom_units: [{
|
|
139
|
-
denom: 'ibc/65F2AFA2F7AC0FC1ACA0EC1710A5AB381BF87B25CB74E903C5847ED86CAE213A',
|
|
140
|
-
exponent: 0,
|
|
141
|
-
aliases: ['uion']
|
|
142
|
-
}, {
|
|
143
|
-
denom: 'ion',
|
|
144
|
-
exponent: 6
|
|
145
|
-
}],
|
|
146
|
-
type_asset: 'sdk.coin',
|
|
147
|
-
base: 'ibc/65F2AFA2F7AC0FC1ACA0EC1710A5AB381BF87B25CB74E903C5847ED86CAE213A',
|
|
148
|
-
name: 'Ion DAO',
|
|
149
|
-
display: 'ion',
|
|
150
|
-
symbol: 'ION',
|
|
151
|
-
logo_URIs: {
|
|
152
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
153
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
154
|
-
},
|
|
155
|
-
images: [{
|
|
156
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
157
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg',
|
|
158
|
-
theme: {
|
|
159
|
-
primary_color_hex: '#4453c7'
|
|
160
|
-
}
|
|
161
|
-
}],
|
|
162
|
-
coingecko_id: 'ion',
|
|
163
|
-
keywords: ['memecoin', 'defi'],
|
|
164
|
-
socials: {
|
|
165
|
-
website: 'https://ion.wtf',
|
|
166
|
-
twitter: 'https://twitter.com/_IONDAO'
|
|
167
|
-
},
|
|
168
|
-
traces: [{
|
|
169
|
-
type: 'ibc',
|
|
170
|
-
counterparty: {
|
|
171
|
-
channel_id: 'channel-641',
|
|
172
|
-
base_denom: 'uion',
|
|
173
|
-
chain_name: 'osmosis'
|
|
174
|
-
},
|
|
175
|
-
chain: {
|
|
176
|
-
channel_id: 'channel-16'
|
|
177
|
-
}
|
|
178
|
-
}]
|
|
179
|
-
}
|
|
180
|
-
]
|
|
181
|
-
};
|
|
182
|
-
export default assets;
|