@chain-registry/assets 1.64.81 → 1.64.83
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/acrechain.js +8 -0
- package/esm/mainnet/andromeda.js +176 -0
- package/esm/mainnet/cosmoshub.js +8 -0
- package/esm/mainnet/injective.js +8 -0
- package/esm/mainnet/migaloo.js +14 -20
- package/esm/mainnet/osmosis.js +94 -20
- package/esm/mainnet/secretnetwork.js +8 -0
- package/esm/testnet/assets.js +2 -1
- package/esm/testnet/index.js +1 -0
- package/esm/testnet/kimatestnet.js +154 -0
- package/esm/testnet/osmosistestnet.js +68 -0
- package/mainnet/acrechain.js +8 -0
- package/mainnet/andromeda.js +176 -0
- package/mainnet/cosmoshub.js +8 -0
- package/mainnet/injective.js +8 -0
- package/mainnet/migaloo.js +14 -20
- package/mainnet/osmosis.js +94 -20
- package/mainnet/secretnetwork.js +8 -0
- package/package.json +5 -5
- package/testnet/assets.js +2 -1
- package/testnet/index.d.ts +1 -0
- package/testnet/index.js +2 -1
- package/testnet/kimatestnet.d.ts +3 -0
- package/testnet/kimatestnet.js +156 -0
- package/testnet/osmosistestnet.js +68 -0
package/mainnet/osmosis.js
CHANGED
|
@@ -332,6 +332,42 @@ const assets = {
|
|
|
332
332
|
}
|
|
333
333
|
}]
|
|
334
334
|
},
|
|
335
|
+
{
|
|
336
|
+
description: 'The native staking and governance token of Andromeda',
|
|
337
|
+
denom_units: [{
|
|
338
|
+
denom: 'ibc/631DB9935E8523BDCF76B55129F5238A14C809CCB3B43AECC157DC19702F3F9E',
|
|
339
|
+
exponent: 0,
|
|
340
|
+
aliases: ['uandr']
|
|
341
|
+
}, {
|
|
342
|
+
denom: 'andr',
|
|
343
|
+
exponent: 6
|
|
344
|
+
}],
|
|
345
|
+
coingecko_id: 'andromeda-2',
|
|
346
|
+
base: 'ibc/631DB9935E8523BDCF76B55129F5238A14C809CCB3B43AECC157DC19702F3F9E',
|
|
347
|
+
name: 'Andr',
|
|
348
|
+
display: 'andr',
|
|
349
|
+
symbol: 'ANDR',
|
|
350
|
+
logo_URIs: {
|
|
351
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/andromeda/images/andromeda-logo.png'
|
|
352
|
+
},
|
|
353
|
+
images: [{
|
|
354
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/andromeda/images/andromeda-logo.png',
|
|
355
|
+
theme: {
|
|
356
|
+
primary_color_hex: '#040404'
|
|
357
|
+
}
|
|
358
|
+
}],
|
|
359
|
+
traces: [{
|
|
360
|
+
type: 'ibc',
|
|
361
|
+
counterparty: {
|
|
362
|
+
channel_id: 'channel-17',
|
|
363
|
+
base_denom: 'uandr',
|
|
364
|
+
chain_name: 'andromeda'
|
|
365
|
+
},
|
|
366
|
+
chain: {
|
|
367
|
+
channel_id: 'channel-81924'
|
|
368
|
+
}
|
|
369
|
+
}]
|
|
370
|
+
},
|
|
335
371
|
{
|
|
336
372
|
description: 'Archway is a smart contract platform in the Cosmos ecosystem designed to reward developers by providing them with a share of transaction fees generated by their applications.',
|
|
337
373
|
denom_units: [
|
|
@@ -5226,6 +5262,10 @@ const assets = {
|
|
|
5226
5262
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
5227
5263
|
},
|
|
5228
5264
|
coingecko_id: 'oraichain-token',
|
|
5265
|
+
socials: {
|
|
5266
|
+
website: 'https://orai.io/',
|
|
5267
|
+
twitter: 'https://x.com/oraichain'
|
|
5268
|
+
},
|
|
5229
5269
|
images: [
|
|
5230
5270
|
{
|
|
5231
5271
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
@@ -5595,6 +5635,42 @@ const assets = {
|
|
|
5595
5635
|
}
|
|
5596
5636
|
}]
|
|
5597
5637
|
},
|
|
5638
|
+
{
|
|
5639
|
+
description: 'The native staking and governance token of Andromeda',
|
|
5640
|
+
denom_units: [{
|
|
5641
|
+
denom: 'ibc/631DB9935E8523BDCF76B55129F5238A14C809CCB3B43AECC157DC19702F3F9E',
|
|
5642
|
+
exponent: 0,
|
|
5643
|
+
aliases: ['uandr']
|
|
5644
|
+
}, {
|
|
5645
|
+
denom: 'andr',
|
|
5646
|
+
exponent: 6
|
|
5647
|
+
}],
|
|
5648
|
+
coingecko_id: 'andromeda-2',
|
|
5649
|
+
base: 'ibc/631DB9935E8523BDCF76B55129F5238A14C809CCB3B43AECC157DC19702F3F9E',
|
|
5650
|
+
name: 'Andr',
|
|
5651
|
+
display: 'andr',
|
|
5652
|
+
symbol: 'ANDR',
|
|
5653
|
+
logo_URIs: {
|
|
5654
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/andromeda/images/andromeda-logo.png'
|
|
5655
|
+
},
|
|
5656
|
+
images: [{
|
|
5657
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/andromeda/images/andromeda-logo.png',
|
|
5658
|
+
theme: {
|
|
5659
|
+
primary_color_hex: '#040404'
|
|
5660
|
+
}
|
|
5661
|
+
}],
|
|
5662
|
+
traces: [{
|
|
5663
|
+
type: 'ibc',
|
|
5664
|
+
counterparty: {
|
|
5665
|
+
channel_id: 'channel-17',
|
|
5666
|
+
base_denom: 'uandr',
|
|
5667
|
+
chain_name: 'andromeda'
|
|
5668
|
+
},
|
|
5669
|
+
chain: {
|
|
5670
|
+
channel_id: 'channel-81924'
|
|
5671
|
+
}
|
|
5672
|
+
}]
|
|
5673
|
+
},
|
|
5598
5674
|
{
|
|
5599
5675
|
description: 'Archway is a smart contract platform in the Cosmos ecosystem designed to reward developers by providing them with a share of transaction fees generated by their applications.',
|
|
5600
5676
|
denom_units: [
|
|
@@ -10489,6 +10565,10 @@ const assets = {
|
|
|
10489
10565
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
10490
10566
|
},
|
|
10491
10567
|
coingecko_id: 'oraichain-token',
|
|
10568
|
+
socials: {
|
|
10569
|
+
website: 'https://orai.io/',
|
|
10570
|
+
twitter: 'https://x.com/oraichain'
|
|
10571
|
+
},
|
|
10492
10572
|
images: [
|
|
10493
10573
|
{
|
|
10494
10574
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
@@ -34360,7 +34440,7 @@ const assets = {
|
|
|
34360
34440
|
}]
|
|
34361
34441
|
},
|
|
34362
34442
|
{
|
|
34363
|
-
description: '
|
|
34443
|
+
description: 'Juris Protocol is the Lending Platform for the Terra Ecosystem.',
|
|
34364
34444
|
type_asset: 'cw20',
|
|
34365
34445
|
address: 'terra1vhgq25vwuhdhn9xjll0rhl2s67jzw78a4g2t78y5kz89q9lsdskq2pxcj2',
|
|
34366
34446
|
denom_units: [{
|
|
@@ -34368,21 +34448,18 @@ const assets = {
|
|
|
34368
34448
|
exponent: 0,
|
|
34369
34449
|
aliases: ['cw20:terra1vhgq25vwuhdhn9xjll0rhl2s67jzw78a4g2t78y5kz89q9lsdskq2pxcj2']
|
|
34370
34450
|
}, {
|
|
34371
|
-
denom: '
|
|
34451
|
+
denom: 'juris',
|
|
34372
34452
|
exponent: 6
|
|
34373
34453
|
}],
|
|
34374
34454
|
base: 'ibc/46579C587A0B8CF8B0A1FF6B0EFA2082F11876578E47FC81A9CAAD31F424AF98',
|
|
34375
|
-
name: '
|
|
34376
|
-
display: '
|
|
34377
|
-
symbol: '
|
|
34455
|
+
name: 'Juris Protocol',
|
|
34456
|
+
display: 'juris',
|
|
34457
|
+
symbol: 'JURIS',
|
|
34378
34458
|
logo_URIs: {
|
|
34379
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/
|
|
34459
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/juris.png'
|
|
34380
34460
|
},
|
|
34381
34461
|
images: [{
|
|
34382
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/
|
|
34383
|
-
theme: {
|
|
34384
|
-
primary_color_hex: '#191717'
|
|
34385
|
-
}
|
|
34462
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/juris.png'
|
|
34386
34463
|
}],
|
|
34387
34464
|
traces: [{
|
|
34388
34465
|
type: 'ibc-cw20',
|
|
@@ -43095,7 +43172,7 @@ const assets = {
|
|
|
43095
43172
|
}]
|
|
43096
43173
|
},
|
|
43097
43174
|
{
|
|
43098
|
-
description: '
|
|
43175
|
+
description: 'Juris Protocol is the Lending Platform for the Terra Ecosystem.',
|
|
43099
43176
|
type_asset: 'cw20',
|
|
43100
43177
|
address: 'terra1vhgq25vwuhdhn9xjll0rhl2s67jzw78a4g2t78y5kz89q9lsdskq2pxcj2',
|
|
43101
43178
|
denom_units: [{
|
|
@@ -43103,21 +43180,18 @@ const assets = {
|
|
|
43103
43180
|
exponent: 0,
|
|
43104
43181
|
aliases: ['cw20:terra1vhgq25vwuhdhn9xjll0rhl2s67jzw78a4g2t78y5kz89q9lsdskq2pxcj2']
|
|
43105
43182
|
}, {
|
|
43106
|
-
denom: '
|
|
43183
|
+
denom: 'juris',
|
|
43107
43184
|
exponent: 6
|
|
43108
43185
|
}],
|
|
43109
43186
|
base: 'ibc/46579C587A0B8CF8B0A1FF6B0EFA2082F11876578E47FC81A9CAAD31F424AF98',
|
|
43110
|
-
name: '
|
|
43111
|
-
display: '
|
|
43112
|
-
symbol: '
|
|
43187
|
+
name: 'Juris Protocol',
|
|
43188
|
+
display: 'juris',
|
|
43189
|
+
symbol: 'JURIS',
|
|
43113
43190
|
logo_URIs: {
|
|
43114
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/
|
|
43191
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/juris.png'
|
|
43115
43192
|
},
|
|
43116
43193
|
images: [{
|
|
43117
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/
|
|
43118
|
-
theme: {
|
|
43119
|
-
primary_color_hex: '#191717'
|
|
43120
|
-
}
|
|
43194
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/juris.png'
|
|
43121
43195
|
}],
|
|
43122
43196
|
traces: [{
|
|
43123
43197
|
type: 'ibc-cw20',
|
package/mainnet/secretnetwork.js
CHANGED
|
@@ -1655,6 +1655,10 @@ const assets = {
|
|
|
1655
1655
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
1656
1656
|
},
|
|
1657
1657
|
coingecko_id: 'oraichain-token',
|
|
1658
|
+
socials: {
|
|
1659
|
+
website: 'https://orai.io/',
|
|
1660
|
+
twitter: 'https://x.com/oraichain'
|
|
1661
|
+
},
|
|
1658
1662
|
images: [
|
|
1659
1663
|
{
|
|
1660
1664
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
@@ -3570,6 +3574,10 @@ const assets = {
|
|
|
3570
3574
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
3571
3575
|
},
|
|
3572
3576
|
coingecko_id: 'oraichain-token',
|
|
3577
|
+
socials: {
|
|
3578
|
+
website: 'https://orai.io/',
|
|
3579
|
+
twitter: 'https://x.com/oraichain'
|
|
3580
|
+
},
|
|
3573
3581
|
images: [
|
|
3574
3582
|
{
|
|
3575
3583
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/assets",
|
|
3
|
-
"version": "1.64.
|
|
3
|
+
"version": "1.64.83",
|
|
4
4
|
"description": "Chain Registry Asset Lists",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/cosmology-tech/chain-registry",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@chain-registry/utils": "^1.46.
|
|
33
|
-
"chain-registry": "^1.63.
|
|
32
|
+
"@chain-registry/utils": "^1.46.66",
|
|
33
|
+
"chain-registry": "^1.63.83"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.45.
|
|
36
|
+
"@chain-registry/types": "^0.45.66"
|
|
37
37
|
},
|
|
38
38
|
"keywords": [
|
|
39
39
|
"chain-registry",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"interchain",
|
|
44
44
|
"tokens"
|
|
45
45
|
],
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "ea482d1c2653bfbaf75c2a55ca17579c306caecf"
|
|
47
47
|
}
|
package/testnet/assets.js
CHANGED
|
@@ -20,6 +20,7 @@ const impacthubtestnet_1 = __importDefault(require("./impacthubtestnet"));
|
|
|
20
20
|
const injectivetestnet_1 = __importDefault(require("./injectivetestnet"));
|
|
21
21
|
const jackaltestnet2_1 = __importDefault(require("./jackaltestnet2"));
|
|
22
22
|
const junotestnet_1 = __importDefault(require("./junotestnet"));
|
|
23
|
+
const kimatestnet_1 = __importDefault(require("./kimatestnet"));
|
|
23
24
|
const kujiratestnet_1 = __importDefault(require("./kujiratestnet"));
|
|
24
25
|
const kyvetestnet_1 = __importDefault(require("./kyvetestnet"));
|
|
25
26
|
const lavatestnet_1 = __importDefault(require("./lavatestnet"));
|
|
@@ -43,5 +44,5 @@ const symphonytestnet_1 = __importDefault(require("./symphonytestnet"));
|
|
|
43
44
|
const terra2testnet_1 = __importDefault(require("./terra2testnet"));
|
|
44
45
|
const titantestnet_1 = __importDefault(require("./titantestnet"));
|
|
45
46
|
const xiontestnet_1 = __importDefault(require("./xiontestnet"));
|
|
46
|
-
const assets = [akashtestnet_1.default, archwaytestnet_1.default, axelartestnet_1.default, celestiatestnet3_1.default, chain4energytestnet_1.default, composabletestnet_1.default, coreumtestnet_1.default, cosmoshubtestnet_1.default, doravotatestnet_1.default, dydxtestnet_1.default, elystestnet_1.default, empowertestnet_1.default, entrypointtestnet_1.default, impacthubtestnet_1.default, injectivetestnet_1.default, jackaltestnet2_1.default, junotestnet_1.default, kujiratestnet_1.default, kyvetestnet_1.default, lavatestnet_1.default, likecointestnet_1.default, mantrachaintestnet_1.default, marstestnet_1.default, neutrontestnet_1.default, nobletestnet_1.default, noistestnet_1.default, nolustestnet_1.default, osmosistestnet_1.default, osmosistestnet4_1.default, persistencetestnet2_1.default, quicksilvertestnet_1.default, sagatestnet_1.default, seitestnet2_1.default, sgetestnet_1.default, stargazetestnet_1.default, swisstroniktestnet_1.default, symphonytestnet_1.default, terra2testnet_1.default, titantestnet_1.default, xiontestnet_1.default];
|
|
47
|
+
const assets = [akashtestnet_1.default, archwaytestnet_1.default, axelartestnet_1.default, celestiatestnet3_1.default, chain4energytestnet_1.default, composabletestnet_1.default, coreumtestnet_1.default, cosmoshubtestnet_1.default, doravotatestnet_1.default, dydxtestnet_1.default, elystestnet_1.default, empowertestnet_1.default, entrypointtestnet_1.default, impacthubtestnet_1.default, injectivetestnet_1.default, jackaltestnet2_1.default, junotestnet_1.default, kimatestnet_1.default, kujiratestnet_1.default, kyvetestnet_1.default, lavatestnet_1.default, likecointestnet_1.default, mantrachaintestnet_1.default, marstestnet_1.default, neutrontestnet_1.default, nobletestnet_1.default, noistestnet_1.default, nolustestnet_1.default, osmosistestnet_1.default, osmosistestnet4_1.default, persistencetestnet2_1.default, quicksilvertestnet_1.default, sagatestnet_1.default, seitestnet2_1.default, sgetestnet_1.default, stargazetestnet_1.default, swisstroniktestnet_1.default, symphonytestnet_1.default, terra2testnet_1.default, titantestnet_1.default, xiontestnet_1.default];
|
|
47
48
|
exports.default = assets;
|
package/testnet/index.d.ts
CHANGED
|
@@ -15,6 +15,7 @@ export * as impacthubtestnet from './impacthubtestnet';
|
|
|
15
15
|
export * as injectivetestnet from './injectivetestnet';
|
|
16
16
|
export * as jackaltestnet2 from './jackaltestnet2';
|
|
17
17
|
export * as junotestnet from './junotestnet';
|
|
18
|
+
export * as kimatestnet from './kimatestnet';
|
|
18
19
|
export * as kujiratestnet from './kujiratestnet';
|
|
19
20
|
export * as kyvetestnet from './kyvetestnet';
|
|
20
21
|
export * as lavatestnet from './lavatestnet';
|
package/testnet/index.js
CHANGED
|
@@ -23,7 +23,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
23
23
|
return result;
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.xiontestnet = exports.titantestnet = exports.terra2testnet = exports.symphonytestnet = exports.swisstroniktestnet = exports.stargazetestnet = exports.sgetestnet = exports.seitestnet2 = exports.sagatestnet = exports.quicksilvertestnet = exports.persistencetestnet2 = exports.osmosistestnet4 = exports.osmosistestnet = exports.nolustestnet = exports.noistestnet = exports.nobletestnet = exports.neutrontestnet = exports.marstestnet = exports.mantrachaintestnet = exports.likecointestnet = exports.lavatestnet = exports.kyvetestnet = exports.kujiratestnet = exports.junotestnet = exports.jackaltestnet2 = exports.injectivetestnet = exports.impacthubtestnet = exports.entrypointtestnet = exports.empowertestnet = exports.elystestnet = exports.dydxtestnet = exports.doravotatestnet = exports.cosmoshubtestnet = exports.coreumtestnet = exports.composabletestnet = exports.chain4energytestnet = exports.celestiatestnet3 = exports.axelartestnet = exports.archwaytestnet = exports.akashtestnet = void 0;
|
|
26
|
+
exports.xiontestnet = exports.titantestnet = exports.terra2testnet = exports.symphonytestnet = exports.swisstroniktestnet = exports.stargazetestnet = exports.sgetestnet = exports.seitestnet2 = exports.sagatestnet = exports.quicksilvertestnet = exports.persistencetestnet2 = exports.osmosistestnet4 = exports.osmosistestnet = exports.nolustestnet = exports.noistestnet = exports.nobletestnet = exports.neutrontestnet = exports.marstestnet = exports.mantrachaintestnet = exports.likecointestnet = exports.lavatestnet = exports.kyvetestnet = exports.kujiratestnet = exports.kimatestnet = exports.junotestnet = exports.jackaltestnet2 = exports.injectivetestnet = exports.impacthubtestnet = exports.entrypointtestnet = exports.empowertestnet = exports.elystestnet = exports.dydxtestnet = exports.doravotatestnet = exports.cosmoshubtestnet = exports.coreumtestnet = exports.composabletestnet = exports.chain4energytestnet = exports.celestiatestnet3 = exports.axelartestnet = exports.archwaytestnet = exports.akashtestnet = void 0;
|
|
27
27
|
exports.akashtestnet = __importStar(require("./akashtestnet"));
|
|
28
28
|
exports.archwaytestnet = __importStar(require("./archwaytestnet"));
|
|
29
29
|
exports.axelartestnet = __importStar(require("./axelartestnet"));
|
|
@@ -41,6 +41,7 @@ exports.impacthubtestnet = __importStar(require("./impacthubtestnet"));
|
|
|
41
41
|
exports.injectivetestnet = __importStar(require("./injectivetestnet"));
|
|
42
42
|
exports.jackaltestnet2 = __importStar(require("./jackaltestnet2"));
|
|
43
43
|
exports.junotestnet = __importStar(require("./junotestnet"));
|
|
44
|
+
exports.kimatestnet = __importStar(require("./kimatestnet"));
|
|
44
45
|
exports.kujiratestnet = __importStar(require("./kujiratestnet"));
|
|
45
46
|
exports.kyvetestnet = __importStar(require("./kyvetestnet"));
|
|
46
47
|
exports.lavatestnet = __importStar(require("./lavatestnet"));
|
|
@@ -0,0 +1,156 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const assets = {
|
|
4
|
+
chain_name: 'kimatestnet',
|
|
5
|
+
assets: [
|
|
6
|
+
{
|
|
7
|
+
description: 'The native token of Osmosis',
|
|
8
|
+
denom_units: [{
|
|
9
|
+
denom: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
|
|
10
|
+
exponent: 0,
|
|
11
|
+
aliases: ['uosmo']
|
|
12
|
+
}, {
|
|
13
|
+
denom: 'osmo',
|
|
14
|
+
exponent: 6,
|
|
15
|
+
aliases: []
|
|
16
|
+
}],
|
|
17
|
+
type_asset: 'sdk.coin',
|
|
18
|
+
base: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
|
|
19
|
+
name: 'Osmosis Testnet',
|
|
20
|
+
display: 'osmo',
|
|
21
|
+
symbol: 'OSMO',
|
|
22
|
+
logo_URIs: {
|
|
23
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
24
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
25
|
+
},
|
|
26
|
+
images: [{
|
|
27
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
28
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
29
|
+
}],
|
|
30
|
+
coingecko_id: 'osmosis',
|
|
31
|
+
keywords: ['dex', 'staking'],
|
|
32
|
+
traces: [{
|
|
33
|
+
type: 'ibc',
|
|
34
|
+
counterparty: {
|
|
35
|
+
channel_id: 'channel-8867',
|
|
36
|
+
base_denom: 'uosmo',
|
|
37
|
+
chain_name: 'osmosistestnet'
|
|
38
|
+
},
|
|
39
|
+
chain: {
|
|
40
|
+
channel_id: 'channel-1'
|
|
41
|
+
}
|
|
42
|
+
}]
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
denom_units: [{
|
|
46
|
+
denom: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
|
|
47
|
+
exponent: 0,
|
|
48
|
+
aliases: ['uion']
|
|
49
|
+
}, {
|
|
50
|
+
denom: 'ion',
|
|
51
|
+
exponent: 6
|
|
52
|
+
}],
|
|
53
|
+
type_asset: 'sdk.coin',
|
|
54
|
+
base: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
|
|
55
|
+
name: 'Ion',
|
|
56
|
+
display: 'ion',
|
|
57
|
+
symbol: 'ION',
|
|
58
|
+
logo_URIs: {
|
|
59
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
60
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
61
|
+
},
|
|
62
|
+
images: [{
|
|
63
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
64
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
65
|
+
}],
|
|
66
|
+
coingecko_id: 'ion',
|
|
67
|
+
keywords: ['memecoin'],
|
|
68
|
+
traces: [{
|
|
69
|
+
type: 'ibc',
|
|
70
|
+
counterparty: {
|
|
71
|
+
channel_id: 'channel-8867',
|
|
72
|
+
base_denom: 'uion',
|
|
73
|
+
chain_name: 'osmosistestnet'
|
|
74
|
+
},
|
|
75
|
+
chain: {
|
|
76
|
+
channel_id: 'channel-1'
|
|
77
|
+
}
|
|
78
|
+
}]
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
description: 'The native token of Osmosis',
|
|
82
|
+
denom_units: [{
|
|
83
|
+
denom: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
|
|
84
|
+
exponent: 0,
|
|
85
|
+
aliases: ['uosmo']
|
|
86
|
+
}, {
|
|
87
|
+
denom: 'osmo',
|
|
88
|
+
exponent: 6,
|
|
89
|
+
aliases: []
|
|
90
|
+
}],
|
|
91
|
+
type_asset: 'sdk.coin',
|
|
92
|
+
base: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
|
|
93
|
+
name: 'Osmosis Testnet',
|
|
94
|
+
display: 'osmo',
|
|
95
|
+
symbol: 'OSMO',
|
|
96
|
+
logo_URIs: {
|
|
97
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
98
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
99
|
+
},
|
|
100
|
+
images: [{
|
|
101
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
102
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
103
|
+
}],
|
|
104
|
+
coingecko_id: 'osmosis',
|
|
105
|
+
keywords: ['dex', 'staking'],
|
|
106
|
+
traces: [{
|
|
107
|
+
type: 'ibc',
|
|
108
|
+
counterparty: {
|
|
109
|
+
channel_id: 'channel-8867',
|
|
110
|
+
base_denom: 'uosmo',
|
|
111
|
+
chain_name: 'osmosistestnet'
|
|
112
|
+
},
|
|
113
|
+
chain: {
|
|
114
|
+
channel_id: 'channel-1'
|
|
115
|
+
}
|
|
116
|
+
}]
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
denom_units: [{
|
|
120
|
+
denom: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
|
|
121
|
+
exponent: 0,
|
|
122
|
+
aliases: ['uion']
|
|
123
|
+
}, {
|
|
124
|
+
denom: 'ion',
|
|
125
|
+
exponent: 6
|
|
126
|
+
}],
|
|
127
|
+
type_asset: 'sdk.coin',
|
|
128
|
+
base: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
|
|
129
|
+
name: 'Ion',
|
|
130
|
+
display: 'ion',
|
|
131
|
+
symbol: 'ION',
|
|
132
|
+
logo_URIs: {
|
|
133
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
134
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
135
|
+
},
|
|
136
|
+
images: [{
|
|
137
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
138
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
139
|
+
}],
|
|
140
|
+
coingecko_id: 'ion',
|
|
141
|
+
keywords: ['memecoin'],
|
|
142
|
+
traces: [{
|
|
143
|
+
type: 'ibc',
|
|
144
|
+
counterparty: {
|
|
145
|
+
channel_id: 'channel-8867',
|
|
146
|
+
base_denom: 'uion',
|
|
147
|
+
chain_name: 'osmosistestnet'
|
|
148
|
+
},
|
|
149
|
+
chain: {
|
|
150
|
+
channel_id: 'channel-1'
|
|
151
|
+
}
|
|
152
|
+
}]
|
|
153
|
+
}
|
|
154
|
+
]
|
|
155
|
+
};
|
|
156
|
+
exports.default = assets;
|
|
@@ -422,6 +422,40 @@ const assets = {
|
|
|
422
422
|
}
|
|
423
423
|
}]
|
|
424
424
|
},
|
|
425
|
+
{
|
|
426
|
+
description: 'The native token of Kima Chain',
|
|
427
|
+
denom_units: [{
|
|
428
|
+
denom: 'ibc/F3BE982F8F56E599A71939F174345C470D7C1F9D443F1822EF3DEA53783D2551',
|
|
429
|
+
exponent: 0,
|
|
430
|
+
aliases: ['uKIMA']
|
|
431
|
+
}, {
|
|
432
|
+
denom: 'KIMA',
|
|
433
|
+
exponent: 6
|
|
434
|
+
}],
|
|
435
|
+
base: 'ibc/F3BE982F8F56E599A71939F174345C470D7C1F9D443F1822EF3DEA53783D2551',
|
|
436
|
+
name: 'KIMA',
|
|
437
|
+
display: 'KIMA',
|
|
438
|
+
symbol: 'KIMA',
|
|
439
|
+
logo_URIs: {
|
|
440
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/kimatestnet/images/kima.png',
|
|
441
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/kimatestnet/images/kima.svg'
|
|
442
|
+
},
|
|
443
|
+
images: [{
|
|
444
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/kimatestnet/images/kima.png',
|
|
445
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/kimatestnet/images/kima.svg'
|
|
446
|
+
}],
|
|
447
|
+
traces: [{
|
|
448
|
+
type: 'ibc',
|
|
449
|
+
counterparty: {
|
|
450
|
+
channel_id: 'channel-1',
|
|
451
|
+
base_denom: 'uKIMA',
|
|
452
|
+
chain_name: 'kimatestnet'
|
|
453
|
+
},
|
|
454
|
+
chain: {
|
|
455
|
+
channel_id: 'channel-8867'
|
|
456
|
+
}
|
|
457
|
+
}]
|
|
458
|
+
},
|
|
425
459
|
{
|
|
426
460
|
description: 'The native token of Lava',
|
|
427
461
|
denom_units: [{
|
|
@@ -1096,6 +1130,40 @@ const assets = {
|
|
|
1096
1130
|
}
|
|
1097
1131
|
}]
|
|
1098
1132
|
},
|
|
1133
|
+
{
|
|
1134
|
+
description: 'The native token of Kima Chain',
|
|
1135
|
+
denom_units: [{
|
|
1136
|
+
denom: 'ibc/F3BE982F8F56E599A71939F174345C470D7C1F9D443F1822EF3DEA53783D2551',
|
|
1137
|
+
exponent: 0,
|
|
1138
|
+
aliases: ['uKIMA']
|
|
1139
|
+
}, {
|
|
1140
|
+
denom: 'KIMA',
|
|
1141
|
+
exponent: 6
|
|
1142
|
+
}],
|
|
1143
|
+
base: 'ibc/F3BE982F8F56E599A71939F174345C470D7C1F9D443F1822EF3DEA53783D2551',
|
|
1144
|
+
name: 'KIMA',
|
|
1145
|
+
display: 'KIMA',
|
|
1146
|
+
symbol: 'KIMA',
|
|
1147
|
+
logo_URIs: {
|
|
1148
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/kimatestnet/images/kima.png',
|
|
1149
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/kimatestnet/images/kima.svg'
|
|
1150
|
+
},
|
|
1151
|
+
images: [{
|
|
1152
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/kimatestnet/images/kima.png',
|
|
1153
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/kimatestnet/images/kima.svg'
|
|
1154
|
+
}],
|
|
1155
|
+
traces: [{
|
|
1156
|
+
type: 'ibc',
|
|
1157
|
+
counterparty: {
|
|
1158
|
+
channel_id: 'channel-1',
|
|
1159
|
+
base_denom: 'uKIMA',
|
|
1160
|
+
chain_name: 'kimatestnet'
|
|
1161
|
+
},
|
|
1162
|
+
chain: {
|
|
1163
|
+
channel_id: 'channel-8867'
|
|
1164
|
+
}
|
|
1165
|
+
}]
|
|
1166
|
+
},
|
|
1099
1167
|
{
|
|
1100
1168
|
description: 'The native token of Lava',
|
|
1101
1169
|
denom_units: [{
|