@chain-registry/assets 1.61.0 → 1.62.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/mainnet/axelar.js +68 -0
- package/esm/mainnet/composable.js +72 -0
- package/esm/mainnet/onex.js +82 -0
- package/esm/mainnet/onomy.js +70 -0
- package/esm/mainnet/pryzm.js +78 -0
- package/esm/testnet/assets.js +2 -1
- package/esm/testnet/axelartestnet.js +0 -88
- package/esm/testnet/coreumtestnet.js +154 -0
- package/esm/testnet/index.js +1 -0
- package/esm/testnet/nobletestnet.js +0 -88
- package/esm/testnet/osmosistestnet.js +86 -88
- package/mainnet/axelar.js +68 -0
- package/mainnet/composable.js +72 -0
- package/mainnet/onex.js +82 -0
- package/mainnet/onomy.js +70 -0
- package/mainnet/pryzm.js +78 -0
- package/package.json +5 -5
- package/testnet/assets.js +2 -1
- package/testnet/axelartestnet.js +0 -88
- package/testnet/coreumtestnet.d.ts +3 -0
- package/testnet/coreumtestnet.js +156 -0
- package/testnet/index.d.ts +1 -0
- package/testnet/index.js +2 -1
- package/testnet/nobletestnet.js +0 -88
- package/testnet/osmosistestnet.js +86 -88
package/mainnet/onex.js
CHANGED
|
@@ -567,6 +567,47 @@ const assets = {
|
|
|
567
567
|
}
|
|
568
568
|
}]
|
|
569
569
|
},
|
|
570
|
+
{
|
|
571
|
+
description: 'The native token of Onomy Protocol',
|
|
572
|
+
denom_units: [{
|
|
573
|
+
denom: 'ibc/F6EBE6ED48B065996D9FD2D31809AF14F36D999D829C750FEAC0A7507F768FD1',
|
|
574
|
+
exponent: 0,
|
|
575
|
+
aliases: ['anom']
|
|
576
|
+
}, {
|
|
577
|
+
denom: 'nom',
|
|
578
|
+
exponent: 18
|
|
579
|
+
}],
|
|
580
|
+
base: 'ibc/F6EBE6ED48B065996D9FD2D31809AF14F36D999D829C750FEAC0A7507F768FD1',
|
|
581
|
+
name: 'Nom',
|
|
582
|
+
display: 'nom',
|
|
583
|
+
symbol: 'NOM',
|
|
584
|
+
logo_URIs: {
|
|
585
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.png',
|
|
586
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.svg'
|
|
587
|
+
},
|
|
588
|
+
keywords: [
|
|
589
|
+
'dex',
|
|
590
|
+
'stablecoin',
|
|
591
|
+
'bridge',
|
|
592
|
+
'staking'
|
|
593
|
+
],
|
|
594
|
+
coingecko_id: 'onomy-protocol',
|
|
595
|
+
images: [{
|
|
596
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.png',
|
|
597
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.svg'
|
|
598
|
+
}],
|
|
599
|
+
traces: [{
|
|
600
|
+
type: 'ibc',
|
|
601
|
+
counterparty: {
|
|
602
|
+
channel_id: 'channel-11',
|
|
603
|
+
base_denom: 'anom',
|
|
604
|
+
chain_name: 'onomy'
|
|
605
|
+
},
|
|
606
|
+
chain: {
|
|
607
|
+
channel_id: 'channel-2'
|
|
608
|
+
}
|
|
609
|
+
}]
|
|
610
|
+
},
|
|
570
611
|
{
|
|
571
612
|
description: 'The native token of Osmosis',
|
|
572
613
|
denom_units: [{
|
|
@@ -649,6 +690,47 @@ const assets = {
|
|
|
649
690
|
}
|
|
650
691
|
}]
|
|
651
692
|
},
|
|
693
|
+
{
|
|
694
|
+
description: 'The native token of Onomy Protocol',
|
|
695
|
+
denom_units: [{
|
|
696
|
+
denom: 'ibc/F6EBE6ED48B065996D9FD2D31809AF14F36D999D829C750FEAC0A7507F768FD1',
|
|
697
|
+
exponent: 0,
|
|
698
|
+
aliases: ['anom']
|
|
699
|
+
}, {
|
|
700
|
+
denom: 'nom',
|
|
701
|
+
exponent: 18
|
|
702
|
+
}],
|
|
703
|
+
base: 'ibc/F6EBE6ED48B065996D9FD2D31809AF14F36D999D829C750FEAC0A7507F768FD1',
|
|
704
|
+
name: 'Nom',
|
|
705
|
+
display: 'nom',
|
|
706
|
+
symbol: 'NOM',
|
|
707
|
+
logo_URIs: {
|
|
708
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.png',
|
|
709
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.svg'
|
|
710
|
+
},
|
|
711
|
+
keywords: [
|
|
712
|
+
'dex',
|
|
713
|
+
'stablecoin',
|
|
714
|
+
'bridge',
|
|
715
|
+
'staking'
|
|
716
|
+
],
|
|
717
|
+
coingecko_id: 'onomy-protocol',
|
|
718
|
+
images: [{
|
|
719
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.png',
|
|
720
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.svg'
|
|
721
|
+
}],
|
|
722
|
+
traces: [{
|
|
723
|
+
type: 'ibc',
|
|
724
|
+
counterparty: {
|
|
725
|
+
channel_id: 'channel-11',
|
|
726
|
+
base_denom: 'anom',
|
|
727
|
+
chain_name: 'onomy'
|
|
728
|
+
},
|
|
729
|
+
chain: {
|
|
730
|
+
channel_id: 'channel-2'
|
|
731
|
+
}
|
|
732
|
+
}]
|
|
733
|
+
},
|
|
652
734
|
{
|
|
653
735
|
description: 'The native token of Osmosis',
|
|
654
736
|
denom_units: [{
|
package/mainnet/onomy.js
CHANGED
|
@@ -3,6 +3,76 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const assets = {
|
|
4
4
|
chain_name: 'onomy',
|
|
5
5
|
assets: [
|
|
6
|
+
{
|
|
7
|
+
description: 'The native token of ONEX',
|
|
8
|
+
denom_units: [{
|
|
9
|
+
denom: 'ibc/2C41B5207D564200FE5D6FA451C588BF050D01B3639900E63C38643B75A0A502',
|
|
10
|
+
exponent: 0,
|
|
11
|
+
aliases: ['aonex']
|
|
12
|
+
}, {
|
|
13
|
+
denom: 'onex',
|
|
14
|
+
exponent: 18
|
|
15
|
+
}],
|
|
16
|
+
base: 'ibc/2C41B5207D564200FE5D6FA451C588BF050D01B3639900E63C38643B75A0A502',
|
|
17
|
+
name: 'ONEX',
|
|
18
|
+
display: 'onex',
|
|
19
|
+
symbol: 'ONEX',
|
|
20
|
+
logo_URIs: {
|
|
21
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.png',
|
|
22
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.svg'
|
|
23
|
+
},
|
|
24
|
+
keywords: ['dex'],
|
|
25
|
+
images: [{
|
|
26
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.png',
|
|
27
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.svg'
|
|
28
|
+
}],
|
|
29
|
+
traces: [{
|
|
30
|
+
type: 'ibc',
|
|
31
|
+
counterparty: {
|
|
32
|
+
channel_id: 'channel-2',
|
|
33
|
+
base_denom: 'aonex',
|
|
34
|
+
chain_name: 'onex'
|
|
35
|
+
},
|
|
36
|
+
chain: {
|
|
37
|
+
channel_id: 'channel-11'
|
|
38
|
+
}
|
|
39
|
+
}]
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
description: 'The native token of ONEX',
|
|
43
|
+
denom_units: [{
|
|
44
|
+
denom: 'ibc/2C41B5207D564200FE5D6FA451C588BF050D01B3639900E63C38643B75A0A502',
|
|
45
|
+
exponent: 0,
|
|
46
|
+
aliases: ['aonex']
|
|
47
|
+
}, {
|
|
48
|
+
denom: 'onex',
|
|
49
|
+
exponent: 18
|
|
50
|
+
}],
|
|
51
|
+
base: 'ibc/2C41B5207D564200FE5D6FA451C588BF050D01B3639900E63C38643B75A0A502',
|
|
52
|
+
name: 'ONEX',
|
|
53
|
+
display: 'onex',
|
|
54
|
+
symbol: 'ONEX',
|
|
55
|
+
logo_URIs: {
|
|
56
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.png',
|
|
57
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.svg'
|
|
58
|
+
},
|
|
59
|
+
keywords: ['dex'],
|
|
60
|
+
images: [{
|
|
61
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.png',
|
|
62
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.svg'
|
|
63
|
+
}],
|
|
64
|
+
traces: [{
|
|
65
|
+
type: 'ibc',
|
|
66
|
+
counterparty: {
|
|
67
|
+
channel_id: 'channel-2',
|
|
68
|
+
base_denom: 'aonex',
|
|
69
|
+
chain_name: 'onex'
|
|
70
|
+
},
|
|
71
|
+
chain: {
|
|
72
|
+
channel_id: 'channel-11'
|
|
73
|
+
}
|
|
74
|
+
}]
|
|
75
|
+
},
|
|
6
76
|
{
|
|
7
77
|
description: 'The native token of Osmosis',
|
|
8
78
|
denom_units: [{
|
package/mainnet/pryzm.js
CHANGED
|
@@ -3,6 +3,45 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const assets = {
|
|
4
4
|
chain_name: 'pryzm',
|
|
5
5
|
assets: [
|
|
6
|
+
{
|
|
7
|
+
description: 'The native token of Axelar',
|
|
8
|
+
denom_units: [{
|
|
9
|
+
denom: 'ibc/E21808AEBCB7E02F594897100186C126E3BC9A36B0974196AF116750A4573F06',
|
|
10
|
+
exponent: 0,
|
|
11
|
+
aliases: ['uaxl']
|
|
12
|
+
}, {
|
|
13
|
+
denom: 'axl',
|
|
14
|
+
exponent: 6
|
|
15
|
+
}],
|
|
16
|
+
base: 'ibc/E21808AEBCB7E02F594897100186C126E3BC9A36B0974196AF116750A4573F06',
|
|
17
|
+
name: 'Axelar',
|
|
18
|
+
display: 'axl',
|
|
19
|
+
symbol: 'AXL',
|
|
20
|
+
logo_URIs: {
|
|
21
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
22
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
|
|
23
|
+
},
|
|
24
|
+
coingecko_id: 'axelar',
|
|
25
|
+
images: [{
|
|
26
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
27
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
|
|
28
|
+
}],
|
|
29
|
+
socials: {
|
|
30
|
+
website: 'https://axelar.network/',
|
|
31
|
+
twitter: 'https://twitter.com/axelarnetwork'
|
|
32
|
+
},
|
|
33
|
+
traces: [{
|
|
34
|
+
type: 'ibc',
|
|
35
|
+
counterparty: {
|
|
36
|
+
channel_id: 'channel-155',
|
|
37
|
+
base_denom: 'uaxl',
|
|
38
|
+
chain_name: 'axelar'
|
|
39
|
+
},
|
|
40
|
+
chain: {
|
|
41
|
+
channel_id: 'channel-13'
|
|
42
|
+
}
|
|
43
|
+
}]
|
|
44
|
+
},
|
|
6
45
|
{
|
|
7
46
|
description: 'The native token of the Celestia blockchain.',
|
|
8
47
|
denom_units: [{
|
|
@@ -503,6 +542,45 @@ const assets = {
|
|
|
503
542
|
}
|
|
504
543
|
}]
|
|
505
544
|
},
|
|
545
|
+
{
|
|
546
|
+
description: 'The native token of Axelar',
|
|
547
|
+
denom_units: [{
|
|
548
|
+
denom: 'ibc/E21808AEBCB7E02F594897100186C126E3BC9A36B0974196AF116750A4573F06',
|
|
549
|
+
exponent: 0,
|
|
550
|
+
aliases: ['uaxl']
|
|
551
|
+
}, {
|
|
552
|
+
denom: 'axl',
|
|
553
|
+
exponent: 6
|
|
554
|
+
}],
|
|
555
|
+
base: 'ibc/E21808AEBCB7E02F594897100186C126E3BC9A36B0974196AF116750A4573F06',
|
|
556
|
+
name: 'Axelar',
|
|
557
|
+
display: 'axl',
|
|
558
|
+
symbol: 'AXL',
|
|
559
|
+
logo_URIs: {
|
|
560
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
561
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
|
|
562
|
+
},
|
|
563
|
+
coingecko_id: 'axelar',
|
|
564
|
+
images: [{
|
|
565
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
566
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
|
|
567
|
+
}],
|
|
568
|
+
socials: {
|
|
569
|
+
website: 'https://axelar.network/',
|
|
570
|
+
twitter: 'https://twitter.com/axelarnetwork'
|
|
571
|
+
},
|
|
572
|
+
traces: [{
|
|
573
|
+
type: 'ibc',
|
|
574
|
+
counterparty: {
|
|
575
|
+
channel_id: 'channel-155',
|
|
576
|
+
base_denom: 'uaxl',
|
|
577
|
+
chain_name: 'axelar'
|
|
578
|
+
},
|
|
579
|
+
chain: {
|
|
580
|
+
channel_id: 'channel-13'
|
|
581
|
+
}
|
|
582
|
+
}]
|
|
583
|
+
},
|
|
506
584
|
{
|
|
507
585
|
description: 'The native token of the Celestia blockchain.',
|
|
508
586
|
denom_units: [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/assets",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.62.1",
|
|
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.
|
|
33
|
-
"chain-registry": "^1.
|
|
32
|
+
"@chain-registry/utils": "^1.44.1",
|
|
33
|
+
"chain-registry": "^1.61.1"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.
|
|
36
|
+
"@chain-registry/types": "^0.43.1"
|
|
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": "c593309680fcf9a5703cc5192dcc6cd6eef6a6a1"
|
|
47
47
|
}
|
package/testnet/assets.js
CHANGED
|
@@ -9,6 +9,7 @@ const axelartestnet_1 = __importDefault(require("./axelartestnet"));
|
|
|
9
9
|
const celestiatestnet3_1 = __importDefault(require("./celestiatestnet3"));
|
|
10
10
|
const chain4energytestnet_1 = __importDefault(require("./chain4energytestnet"));
|
|
11
11
|
const composabletestnet_1 = __importDefault(require("./composabletestnet"));
|
|
12
|
+
const coreumtestnet_1 = __importDefault(require("./coreumtestnet"));
|
|
12
13
|
const cosmoshubtestnet_1 = __importDefault(require("./cosmoshubtestnet"));
|
|
13
14
|
const doravotatestnet_1 = __importDefault(require("./doravotatestnet"));
|
|
14
15
|
const dydxtestnet_1 = __importDefault(require("./dydxtestnet"));
|
|
@@ -38,5 +39,5 @@ const stargazetestnet_1 = __importDefault(require("./stargazetestnet"));
|
|
|
38
39
|
const terra2testnet_1 = __importDefault(require("./terra2testnet"));
|
|
39
40
|
const titantestnet_1 = __importDefault(require("./titantestnet"));
|
|
40
41
|
const xiontestnet_1 = __importDefault(require("./xiontestnet"));
|
|
41
|
-
const assets = [akashtestnet_1.default, archwaytestnet_1.default, axelartestnet_1.default, celestiatestnet3_1.default, chain4energytestnet_1.default, composabletestnet_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, 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, sgetestnet_1.default, stargazetestnet_1.default, terra2testnet_1.default, titantestnet_1.default, xiontestnet_1.default];
|
|
42
|
+
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, 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, sgetestnet_1.default, stargazetestnet_1.default, terra2testnet_1.default, titantestnet_1.default, xiontestnet_1.default];
|
|
42
43
|
exports.default = assets;
|
package/testnet/axelartestnet.js
CHANGED
|
@@ -102,50 +102,6 @@ const assets = {
|
|
|
102
102
|
}
|
|
103
103
|
}]
|
|
104
104
|
},
|
|
105
|
-
{
|
|
106
|
-
description: 'The native token of MANTRA',
|
|
107
|
-
denom_units: [{
|
|
108
|
-
denom: 'ibc/9EB86DC915FEC3B002945B3D4278E5D49EF23DB13DEA81590C4F9A81E135206E',
|
|
109
|
-
exponent: 0,
|
|
110
|
-
aliases: ['uom']
|
|
111
|
-
}, {
|
|
112
|
-
denom: 'om',
|
|
113
|
-
exponent: 6,
|
|
114
|
-
aliases: []
|
|
115
|
-
}],
|
|
116
|
-
base: 'ibc/9EB86DC915FEC3B002945B3D4278E5D49EF23DB13DEA81590C4F9A81E135206E',
|
|
117
|
-
name: 'MANTRA Chain',
|
|
118
|
-
display: 'om',
|
|
119
|
-
symbol: 'OM',
|
|
120
|
-
logo_URIs: {
|
|
121
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/mantrachaintestnet/images/mantra.png',
|
|
122
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/mantrachaintestnet/images/mantra.svg'
|
|
123
|
-
},
|
|
124
|
-
coingecko_id: '',
|
|
125
|
-
keywords: [
|
|
126
|
-
'mantra',
|
|
127
|
-
'staking',
|
|
128
|
-
'delegating',
|
|
129
|
-
'governance',
|
|
130
|
-
'regulation',
|
|
131
|
-
'defi'
|
|
132
|
-
],
|
|
133
|
-
images: [{
|
|
134
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/mantrachaintestnet/images/mantra.png',
|
|
135
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/mantrachaintestnet/images/mantra.svg'
|
|
136
|
-
}],
|
|
137
|
-
traces: [{
|
|
138
|
-
type: 'ibc',
|
|
139
|
-
counterparty: {
|
|
140
|
-
channel_id: 'channel-2',
|
|
141
|
-
base_denom: 'uom',
|
|
142
|
-
chain_name: 'mantrachaintestnet'
|
|
143
|
-
},
|
|
144
|
-
chain: {
|
|
145
|
-
channel_id: 'channel-503'
|
|
146
|
-
}
|
|
147
|
-
}]
|
|
148
|
-
},
|
|
149
105
|
{
|
|
150
106
|
description: 'The native token of Osmosis',
|
|
151
107
|
denom_units: [{
|
|
@@ -580,50 +536,6 @@ const assets = {
|
|
|
580
536
|
}
|
|
581
537
|
}]
|
|
582
538
|
},
|
|
583
|
-
{
|
|
584
|
-
description: 'The native token of MANTRA',
|
|
585
|
-
denom_units: [{
|
|
586
|
-
denom: 'ibc/9EB86DC915FEC3B002945B3D4278E5D49EF23DB13DEA81590C4F9A81E135206E',
|
|
587
|
-
exponent: 0,
|
|
588
|
-
aliases: ['uom']
|
|
589
|
-
}, {
|
|
590
|
-
denom: 'om',
|
|
591
|
-
exponent: 6,
|
|
592
|
-
aliases: []
|
|
593
|
-
}],
|
|
594
|
-
base: 'ibc/9EB86DC915FEC3B002945B3D4278E5D49EF23DB13DEA81590C4F9A81E135206E',
|
|
595
|
-
name: 'MANTRA Chain',
|
|
596
|
-
display: 'om',
|
|
597
|
-
symbol: 'OM',
|
|
598
|
-
logo_URIs: {
|
|
599
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/mantrachaintestnet/images/mantra.png',
|
|
600
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/mantrachaintestnet/images/mantra.svg'
|
|
601
|
-
},
|
|
602
|
-
coingecko_id: '',
|
|
603
|
-
keywords: [
|
|
604
|
-
'mantra',
|
|
605
|
-
'staking',
|
|
606
|
-
'delegating',
|
|
607
|
-
'governance',
|
|
608
|
-
'regulation',
|
|
609
|
-
'defi'
|
|
610
|
-
],
|
|
611
|
-
images: [{
|
|
612
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/mantrachaintestnet/images/mantra.png',
|
|
613
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/mantrachaintestnet/images/mantra.svg'
|
|
614
|
-
}],
|
|
615
|
-
traces: [{
|
|
616
|
-
type: 'ibc',
|
|
617
|
-
counterparty: {
|
|
618
|
-
channel_id: 'channel-2',
|
|
619
|
-
base_denom: 'uom',
|
|
620
|
-
chain_name: 'mantrachaintestnet'
|
|
621
|
-
},
|
|
622
|
-
chain: {
|
|
623
|
-
channel_id: 'channel-503'
|
|
624
|
-
}
|
|
625
|
-
}]
|
|
626
|
-
},
|
|
627
539
|
{
|
|
628
540
|
description: 'The native token of Osmosis',
|
|
629
541
|
denom_units: [{
|
|
@@ -0,0 +1,156 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const assets = {
|
|
4
|
+
chain_name: 'coreumtestnet',
|
|
5
|
+
assets: [
|
|
6
|
+
{
|
|
7
|
+
description: 'The native token of Osmosis',
|
|
8
|
+
denom_units: [{
|
|
9
|
+
denom: 'ibc/029B30FF00F46456D23708B98D542E93F5D019F6CA25714CB6A1DD577048B3ED',
|
|
10
|
+
exponent: 0,
|
|
11
|
+
aliases: ['uosmo']
|
|
12
|
+
}, {
|
|
13
|
+
denom: 'osmo',
|
|
14
|
+
exponent: 6,
|
|
15
|
+
aliases: []
|
|
16
|
+
}],
|
|
17
|
+
type_asset: 'sdk.coin',
|
|
18
|
+
base: 'ibc/029B30FF00F46456D23708B98D542E93F5D019F6CA25714CB6A1DD577048B3ED',
|
|
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-7894',
|
|
36
|
+
base_denom: 'uosmo',
|
|
37
|
+
chain_name: 'osmosistestnet'
|
|
38
|
+
},
|
|
39
|
+
chain: {
|
|
40
|
+
channel_id: 'channel-47'
|
|
41
|
+
}
|
|
42
|
+
}]
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
denom_units: [{
|
|
46
|
+
denom: 'ibc/9758ED5861A9084634A5BE820D2DFE6F3F9FE0DA95B462887C7D8EC150A00F08',
|
|
47
|
+
exponent: 0,
|
|
48
|
+
aliases: ['uion']
|
|
49
|
+
}, {
|
|
50
|
+
denom: 'ion',
|
|
51
|
+
exponent: 6
|
|
52
|
+
}],
|
|
53
|
+
type_asset: 'sdk.coin',
|
|
54
|
+
base: 'ibc/9758ED5861A9084634A5BE820D2DFE6F3F9FE0DA95B462887C7D8EC150A00F08',
|
|
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-7894',
|
|
72
|
+
base_denom: 'uion',
|
|
73
|
+
chain_name: 'osmosistestnet'
|
|
74
|
+
},
|
|
75
|
+
chain: {
|
|
76
|
+
channel_id: 'channel-47'
|
|
77
|
+
}
|
|
78
|
+
}]
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
description: 'The native token of Osmosis',
|
|
82
|
+
denom_units: [{
|
|
83
|
+
denom: 'ibc/029B30FF00F46456D23708B98D542E93F5D019F6CA25714CB6A1DD577048B3ED',
|
|
84
|
+
exponent: 0,
|
|
85
|
+
aliases: ['uosmo']
|
|
86
|
+
}, {
|
|
87
|
+
denom: 'osmo',
|
|
88
|
+
exponent: 6,
|
|
89
|
+
aliases: []
|
|
90
|
+
}],
|
|
91
|
+
type_asset: 'sdk.coin',
|
|
92
|
+
base: 'ibc/029B30FF00F46456D23708B98D542E93F5D019F6CA25714CB6A1DD577048B3ED',
|
|
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-7894',
|
|
110
|
+
base_denom: 'uosmo',
|
|
111
|
+
chain_name: 'osmosistestnet'
|
|
112
|
+
},
|
|
113
|
+
chain: {
|
|
114
|
+
channel_id: 'channel-47'
|
|
115
|
+
}
|
|
116
|
+
}]
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
denom_units: [{
|
|
120
|
+
denom: 'ibc/9758ED5861A9084634A5BE820D2DFE6F3F9FE0DA95B462887C7D8EC150A00F08',
|
|
121
|
+
exponent: 0,
|
|
122
|
+
aliases: ['uion']
|
|
123
|
+
}, {
|
|
124
|
+
denom: 'ion',
|
|
125
|
+
exponent: 6
|
|
126
|
+
}],
|
|
127
|
+
type_asset: 'sdk.coin',
|
|
128
|
+
base: 'ibc/9758ED5861A9084634A5BE820D2DFE6F3F9FE0DA95B462887C7D8EC150A00F08',
|
|
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-7894',
|
|
146
|
+
base_denom: 'uion',
|
|
147
|
+
chain_name: 'osmosistestnet'
|
|
148
|
+
},
|
|
149
|
+
chain: {
|
|
150
|
+
channel_id: 'channel-47'
|
|
151
|
+
}
|
|
152
|
+
}]
|
|
153
|
+
}
|
|
154
|
+
]
|
|
155
|
+
};
|
|
156
|
+
exports.default = assets;
|
package/testnet/index.d.ts
CHANGED
|
@@ -4,6 +4,7 @@ export * as axelartestnet from './axelartestnet';
|
|
|
4
4
|
export * as celestiatestnet3 from './celestiatestnet3';
|
|
5
5
|
export * as chain4energytestnet from './chain4energytestnet';
|
|
6
6
|
export * as composabletestnet from './composabletestnet';
|
|
7
|
+
export * as coreumtestnet from './coreumtestnet';
|
|
7
8
|
export * as cosmoshubtestnet from './cosmoshubtestnet';
|
|
8
9
|
export * as doravotatestnet from './doravotatestnet';
|
|
9
10
|
export * as dydxtestnet from './dydxtestnet';
|
package/testnet/index.js
CHANGED
|
@@ -23,13 +23,14 @@ 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.stargazetestnet = exports.sgetestnet = 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.injectivetestnet = exports.impacthubtestnet = exports.entrypointtestnet = exports.empowertestnet = exports.elystestnet = exports.dydxtestnet = exports.doravotatestnet = exports.cosmoshubtestnet = exports.composabletestnet = exports.chain4energytestnet = exports.celestiatestnet3 = exports.axelartestnet = exports.archwaytestnet = exports.akashtestnet = void 0;
|
|
26
|
+
exports.xiontestnet = exports.titantestnet = exports.terra2testnet = exports.stargazetestnet = exports.sgetestnet = 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.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"));
|
|
30
30
|
exports.celestiatestnet3 = __importStar(require("./celestiatestnet3"));
|
|
31
31
|
exports.chain4energytestnet = __importStar(require("./chain4energytestnet"));
|
|
32
32
|
exports.composabletestnet = __importStar(require("./composabletestnet"));
|
|
33
|
+
exports.coreumtestnet = __importStar(require("./coreumtestnet"));
|
|
33
34
|
exports.cosmoshubtestnet = __importStar(require("./cosmoshubtestnet"));
|
|
34
35
|
exports.doravotatestnet = __importStar(require("./doravotatestnet"));
|
|
35
36
|
exports.dydxtestnet = __importStar(require("./dydxtestnet"));
|