@chain-registry/assets 1.60.3 → 1.60.5
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/carbon.js +2 -2
- package/esm/mainnet/kujira.js +2 -2
- package/esm/mainnet/migaloo.js +2 -2
- package/esm/mainnet/neutron.js +2 -2
- package/esm/mainnet/osmosis.js +2 -2
- package/esm/mainnet/secretnetwork.js +2 -2
- package/esm/testnet/assets.js +2 -1
- package/esm/testnet/axelartestnet.js +88 -0
- package/esm/testnet/index.js +1 -0
- package/esm/testnet/mantrachaintestnet.js +328 -0
- package/esm/testnet/nobletestnet.js +88 -0
- package/esm/testnet/osmosistestnet.js +88 -0
- package/mainnet/carbon.js +2 -2
- package/mainnet/kujira.js +2 -2
- package/mainnet/migaloo.js +2 -2
- package/mainnet/neutron.js +2 -2
- package/mainnet/osmosis.js +2 -2
- package/mainnet/secretnetwork.js +2 -2
- package/package.json +5 -5
- package/testnet/assets.js +2 -1
- package/testnet/axelartestnet.js +88 -0
- package/testnet/index.d.ts +1 -0
- package/testnet/index.js +2 -1
- package/testnet/mantrachaintestnet.d.ts +3 -0
- package/testnet/mantrachaintestnet.js +330 -0
- package/testnet/nobletestnet.js +88 -0
- package/testnet/osmosistestnet.js +88 -0
|
@@ -479,6 +479,50 @@ const assets = {
|
|
|
479
479
|
}
|
|
480
480
|
}]
|
|
481
481
|
},
|
|
482
|
+
{
|
|
483
|
+
description: 'The native token of MANTRA',
|
|
484
|
+
denom_units: [{
|
|
485
|
+
denom: 'ibc/F25F6570FF2BD0CD6EB85761BD9CA411C2D5201E8D308D5A49BAD845B5D5E9B2',
|
|
486
|
+
exponent: 0,
|
|
487
|
+
aliases: ['uom']
|
|
488
|
+
}, {
|
|
489
|
+
denom: 'om',
|
|
490
|
+
exponent: 6,
|
|
491
|
+
aliases: []
|
|
492
|
+
}],
|
|
493
|
+
base: 'ibc/F25F6570FF2BD0CD6EB85761BD9CA411C2D5201E8D308D5A49BAD845B5D5E9B2',
|
|
494
|
+
name: 'MANTRA Chain',
|
|
495
|
+
display: 'om',
|
|
496
|
+
symbol: 'OM',
|
|
497
|
+
logo_URIs: {
|
|
498
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/mantrachaintestnet/images/mantra.png',
|
|
499
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/mantrachaintestnet/images/mantra.svg'
|
|
500
|
+
},
|
|
501
|
+
coingecko_id: '',
|
|
502
|
+
keywords: [
|
|
503
|
+
'mantra',
|
|
504
|
+
'staking',
|
|
505
|
+
'delegating',
|
|
506
|
+
'governance',
|
|
507
|
+
'regulation',
|
|
508
|
+
'defi'
|
|
509
|
+
],
|
|
510
|
+
images: [{
|
|
511
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/mantrachaintestnet/images/mantra.png',
|
|
512
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/mantrachaintestnet/images/mantra.svg'
|
|
513
|
+
}],
|
|
514
|
+
traces: [{
|
|
515
|
+
type: 'ibc',
|
|
516
|
+
counterparty: {
|
|
517
|
+
channel_id: 'channel-1',
|
|
518
|
+
base_denom: 'uom',
|
|
519
|
+
chain_name: 'mantrachaintestnet'
|
|
520
|
+
},
|
|
521
|
+
chain: {
|
|
522
|
+
channel_id: 'channel-7944'
|
|
523
|
+
}
|
|
524
|
+
}]
|
|
525
|
+
},
|
|
482
526
|
{
|
|
483
527
|
description: 'The native token of Mars Protocol',
|
|
484
528
|
denom_units: [{
|
|
@@ -1111,6 +1155,50 @@ const assets = {
|
|
|
1111
1155
|
}
|
|
1112
1156
|
}]
|
|
1113
1157
|
},
|
|
1158
|
+
{
|
|
1159
|
+
description: 'The native token of MANTRA',
|
|
1160
|
+
denom_units: [{
|
|
1161
|
+
denom: 'ibc/F25F6570FF2BD0CD6EB85761BD9CA411C2D5201E8D308D5A49BAD845B5D5E9B2',
|
|
1162
|
+
exponent: 0,
|
|
1163
|
+
aliases: ['uom']
|
|
1164
|
+
}, {
|
|
1165
|
+
denom: 'om',
|
|
1166
|
+
exponent: 6,
|
|
1167
|
+
aliases: []
|
|
1168
|
+
}],
|
|
1169
|
+
base: 'ibc/F25F6570FF2BD0CD6EB85761BD9CA411C2D5201E8D308D5A49BAD845B5D5E9B2',
|
|
1170
|
+
name: 'MANTRA Chain',
|
|
1171
|
+
display: 'om',
|
|
1172
|
+
symbol: 'OM',
|
|
1173
|
+
logo_URIs: {
|
|
1174
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/mantrachaintestnet/images/mantra.png',
|
|
1175
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/mantrachaintestnet/images/mantra.svg'
|
|
1176
|
+
},
|
|
1177
|
+
coingecko_id: '',
|
|
1178
|
+
keywords: [
|
|
1179
|
+
'mantra',
|
|
1180
|
+
'staking',
|
|
1181
|
+
'delegating',
|
|
1182
|
+
'governance',
|
|
1183
|
+
'regulation',
|
|
1184
|
+
'defi'
|
|
1185
|
+
],
|
|
1186
|
+
images: [{
|
|
1187
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/mantrachaintestnet/images/mantra.png',
|
|
1188
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/mantrachaintestnet/images/mantra.svg'
|
|
1189
|
+
}],
|
|
1190
|
+
traces: [{
|
|
1191
|
+
type: 'ibc',
|
|
1192
|
+
counterparty: {
|
|
1193
|
+
channel_id: 'channel-1',
|
|
1194
|
+
base_denom: 'uom',
|
|
1195
|
+
chain_name: 'mantrachaintestnet'
|
|
1196
|
+
},
|
|
1197
|
+
chain: {
|
|
1198
|
+
channel_id: 'channel-7944'
|
|
1199
|
+
}
|
|
1200
|
+
}]
|
|
1201
|
+
},
|
|
1114
1202
|
{
|
|
1115
1203
|
description: 'The native token of Mars Protocol',
|
|
1116
1204
|
denom_units: [{
|
package/mainnet/carbon.js
CHANGED
|
@@ -1113,7 +1113,7 @@ const assets = {
|
|
|
1113
1113
|
}]
|
|
1114
1114
|
},
|
|
1115
1115
|
{
|
|
1116
|
-
description: 'Escudos is the everyday currency of dioalma.protocol, good to send money back and
|
|
1116
|
+
description: 'Escudos is the everyday currency of dioalma.protocol, good to send money back and forward.',
|
|
1117
1117
|
denom_units: [{
|
|
1118
1118
|
denom: 'ibc/7C4A54456C75D32CC766459EE11A3BA72DF52A70BE31F6D497DEAD3A56AD2CCC',
|
|
1119
1119
|
exponent: 0,
|
|
@@ -2091,7 +2091,7 @@ const assets = {
|
|
|
2091
2091
|
}]
|
|
2092
2092
|
},
|
|
2093
2093
|
{
|
|
2094
|
-
description: 'Escudos is the everyday currency of dioalma.protocol, good to send money back and
|
|
2094
|
+
description: 'Escudos is the everyday currency of dioalma.protocol, good to send money back and forward.',
|
|
2095
2095
|
denom_units: [{
|
|
2096
2096
|
denom: 'ibc/7C4A54456C75D32CC766459EE11A3BA72DF52A70BE31F6D497DEAD3A56AD2CCC',
|
|
2097
2097
|
exponent: 0,
|
package/mainnet/kujira.js
CHANGED
|
@@ -5638,7 +5638,7 @@ const assets = {
|
|
|
5638
5638
|
}]
|
|
5639
5639
|
},
|
|
5640
5640
|
{
|
|
5641
|
-
description: 'Escudos is the everyday currency of dioalma.protocol, good to send money back and
|
|
5641
|
+
description: 'Escudos is the everyday currency of dioalma.protocol, good to send money back and forward.',
|
|
5642
5642
|
denom_units: [{
|
|
5643
5643
|
denom: 'ibc/07BCEF682BD72BCEEBD2D03E9523001064A3750025FE38A90FA20568AE5CCC42',
|
|
5644
5644
|
exponent: 0,
|
|
@@ -6967,7 +6967,7 @@ const assets = {
|
|
|
6967
6967
|
}]
|
|
6968
6968
|
},
|
|
6969
6969
|
{
|
|
6970
|
-
description: 'Escudos is the everyday currency of dioalma.protocol, good to send money back and
|
|
6970
|
+
description: 'Escudos is the everyday currency of dioalma.protocol, good to send money back and forward.',
|
|
6971
6971
|
denom_units: [{
|
|
6972
6972
|
denom: 'ibc/07BCEF682BD72BCEEBD2D03E9523001064A3750025FE38A90FA20568AE5CCC42',
|
|
6973
6973
|
exponent: 0,
|
package/mainnet/migaloo.js
CHANGED
|
@@ -8963,7 +8963,7 @@ const assets = {
|
|
|
8963
8963
|
}]
|
|
8964
8964
|
},
|
|
8965
8965
|
{
|
|
8966
|
-
description: 'Escudos is the everyday currency of dioalma.protocol, good to send money back and
|
|
8966
|
+
description: 'Escudos is the everyday currency of dioalma.protocol, good to send money back and forward.',
|
|
8967
8967
|
denom_units: [{
|
|
8968
8968
|
denom: 'ibc/C025F721CC19CA353AD9EC405716358965A1C3D12739A840CF5FD787E712B86F',
|
|
8969
8969
|
exponent: 0,
|
|
@@ -16897,7 +16897,7 @@ const assets = {
|
|
|
16897
16897
|
}]
|
|
16898
16898
|
},
|
|
16899
16899
|
{
|
|
16900
|
-
description: 'Escudos is the everyday currency of dioalma.protocol, good to send money back and
|
|
16900
|
+
description: 'Escudos is the everyday currency of dioalma.protocol, good to send money back and forward.',
|
|
16901
16901
|
denom_units: [{
|
|
16902
16902
|
denom: 'ibc/C025F721CC19CA353AD9EC405716358965A1C3D12739A840CF5FD787E712B86F',
|
|
16903
16903
|
exponent: 0,
|
package/mainnet/neutron.js
CHANGED
|
@@ -3268,7 +3268,7 @@ const assets = {
|
|
|
3268
3268
|
}]
|
|
3269
3269
|
},
|
|
3270
3270
|
{
|
|
3271
|
-
description: 'Escudos is the everyday currency of dioalma.protocol, good to send money back and
|
|
3271
|
+
description: 'Escudos is the everyday currency of dioalma.protocol, good to send money back and forward.',
|
|
3272
3272
|
denom_units: [{
|
|
3273
3273
|
denom: 'ibc/25CD16BC15D251B629A54394A0070F772E19D7F30583612FF9EFDCE665D9C94D',
|
|
3274
3274
|
exponent: 0,
|
|
@@ -4597,7 +4597,7 @@ const assets = {
|
|
|
4597
4597
|
}]
|
|
4598
4598
|
},
|
|
4599
4599
|
{
|
|
4600
|
-
description: 'Escudos is the everyday currency of dioalma.protocol, good to send money back and
|
|
4600
|
+
description: 'Escudos is the everyday currency of dioalma.protocol, good to send money back and forward.',
|
|
4601
4601
|
denom_units: [{
|
|
4602
4602
|
denom: 'ibc/25CD16BC15D251B629A54394A0070F772E19D7F30583612FF9EFDCE665D9C94D',
|
|
4603
4603
|
exponent: 0,
|
package/mainnet/osmosis.js
CHANGED
|
@@ -20210,7 +20210,7 @@ const assets = {
|
|
|
20210
20210
|
}]
|
|
20211
20211
|
},
|
|
20212
20212
|
{
|
|
20213
|
-
description: 'Escudos is the everyday currency of dioalma.protocol, good to send money back and
|
|
20213
|
+
description: 'Escudos is the everyday currency of dioalma.protocol, good to send money back and forward.',
|
|
20214
20214
|
denom_units: [{
|
|
20215
20215
|
denom: 'ibc/AAE2A5A0EB3A97DAC1CBFCD318B1402946E266D47E9DC29EB22A7A6784848E5A',
|
|
20216
20216
|
exponent: 0,
|
|
@@ -21539,7 +21539,7 @@ const assets = {
|
|
|
21539
21539
|
}]
|
|
21540
21540
|
},
|
|
21541
21541
|
{
|
|
21542
|
-
description: 'Escudos is the everyday currency of dioalma.protocol, good to send money back and
|
|
21542
|
+
description: 'Escudos is the everyday currency of dioalma.protocol, good to send money back and forward.',
|
|
21543
21543
|
denom_units: [{
|
|
21544
21544
|
denom: 'ibc/AAE2A5A0EB3A97DAC1CBFCD318B1402946E266D47E9DC29EB22A7A6784848E5A',
|
|
21545
21545
|
exponent: 0,
|
package/mainnet/secretnetwork.js
CHANGED
|
@@ -11021,7 +11021,7 @@ const assets = {
|
|
|
11021
11021
|
}]
|
|
11022
11022
|
},
|
|
11023
11023
|
{
|
|
11024
|
-
description: 'Escudos is the everyday currency of dioalma.protocol, good to send money back and
|
|
11024
|
+
description: 'Escudos is the everyday currency of dioalma.protocol, good to send money back and forward.',
|
|
11025
11025
|
denom_units: [{
|
|
11026
11026
|
denom: 'ibc/BCCCEC22E50661ECCC25702895D67EEC0DE68DC3C16A44B02AABAB601F93FA85',
|
|
11027
11027
|
exponent: 0,
|
|
@@ -11999,7 +11999,7 @@ const assets = {
|
|
|
11999
11999
|
}]
|
|
12000
12000
|
},
|
|
12001
12001
|
{
|
|
12002
|
-
description: 'Escudos is the everyday currency of dioalma.protocol, good to send money back and
|
|
12002
|
+
description: 'Escudos is the everyday currency of dioalma.protocol, good to send money back and forward.',
|
|
12003
12003
|
denom_units: [{
|
|
12004
12004
|
denom: 'ibc/BCCCEC22E50661ECCC25702895D67EEC0DE68DC3C16A44B02AABAB601F93FA85',
|
|
12005
12005
|
exponent: 0,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/assets",
|
|
3
|
-
"version": "1.60.
|
|
3
|
+
"version": "1.60.5",
|
|
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.42.
|
|
33
|
-
"chain-registry": "^1.59.
|
|
32
|
+
"@chain-registry/utils": "^1.42.4",
|
|
33
|
+
"chain-registry": "^1.59.5"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.41.
|
|
36
|
+
"@chain-registry/types": "^0.41.4"
|
|
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": "4cc198502f51a98dcbe5e8cff6898a65d5d416e1"
|
|
47
47
|
}
|
package/testnet/assets.js
CHANGED
|
@@ -22,6 +22,7 @@ const kujiratestnet_1 = __importDefault(require("./kujiratestnet"));
|
|
|
22
22
|
const kyvetestnet_1 = __importDefault(require("./kyvetestnet"));
|
|
23
23
|
const lavatestnet_1 = __importDefault(require("./lavatestnet"));
|
|
24
24
|
const likecointestnet_1 = __importDefault(require("./likecointestnet"));
|
|
25
|
+
const mantrachaintestnet_1 = __importDefault(require("./mantrachaintestnet"));
|
|
25
26
|
const marstestnet_1 = __importDefault(require("./marstestnet"));
|
|
26
27
|
const neutrontestnet_1 = __importDefault(require("./neutrontestnet"));
|
|
27
28
|
const nobletestnet_1 = __importDefault(require("./nobletestnet"));
|
|
@@ -37,5 +38,5 @@ const stargazetestnet_1 = __importDefault(require("./stargazetestnet"));
|
|
|
37
38
|
const terra2testnet_1 = __importDefault(require("./terra2testnet"));
|
|
38
39
|
const titantestnet_1 = __importDefault(require("./titantestnet"));
|
|
39
40
|
const xiontestnet_1 = __importDefault(require("./xiontestnet"));
|
|
40
|
-
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, 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];
|
|
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];
|
|
41
42
|
exports.default = assets;
|
package/testnet/axelartestnet.js
CHANGED
|
@@ -102,6 +102,50 @@ 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
|
+
},
|
|
105
149
|
{
|
|
106
150
|
description: 'The native token of Osmosis',
|
|
107
151
|
denom_units: [{
|
|
@@ -536,6 +580,50 @@ const assets = {
|
|
|
536
580
|
}
|
|
537
581
|
}]
|
|
538
582
|
},
|
|
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
|
+
},
|
|
539
627
|
{
|
|
540
628
|
description: 'The native token of Osmosis',
|
|
541
629
|
denom_units: [{
|
package/testnet/index.d.ts
CHANGED
|
@@ -17,6 +17,7 @@ export * as kujiratestnet from './kujiratestnet';
|
|
|
17
17
|
export * as kyvetestnet from './kyvetestnet';
|
|
18
18
|
export * as lavatestnet from './lavatestnet';
|
|
19
19
|
export * as likecointestnet from './likecointestnet';
|
|
20
|
+
export * as mantrachaintestnet from './mantrachaintestnet';
|
|
20
21
|
export * as marstestnet from './marstestnet';
|
|
21
22
|
export * as neutrontestnet from './neutrontestnet';
|
|
22
23
|
export * as nobletestnet from './nobletestnet';
|
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.stargazetestnet = exports.sgetestnet = exports.sagatestnet = exports.quicksilvertestnet = exports.persistencetestnet2 = exports.osmosistestnet4 = exports.osmosistestnet = exports.nolustestnet = exports.noistestnet = exports.nobletestnet = exports.neutrontestnet = exports.marstestnet = 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.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"));
|
|
@@ -43,6 +43,7 @@ exports.kujiratestnet = __importStar(require("./kujiratestnet"));
|
|
|
43
43
|
exports.kyvetestnet = __importStar(require("./kyvetestnet"));
|
|
44
44
|
exports.lavatestnet = __importStar(require("./lavatestnet"));
|
|
45
45
|
exports.likecointestnet = __importStar(require("./likecointestnet"));
|
|
46
|
+
exports.mantrachaintestnet = __importStar(require("./mantrachaintestnet"));
|
|
46
47
|
exports.marstestnet = __importStar(require("./marstestnet"));
|
|
47
48
|
exports.neutrontestnet = __importStar(require("./neutrontestnet"));
|
|
48
49
|
exports.nobletestnet = __importStar(require("./nobletestnet"));
|