@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
|
@@ -0,0 +1,330 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const assets = {
|
|
4
|
+
chain_name: 'mantrachaintestnet',
|
|
5
|
+
assets: [
|
|
6
|
+
{
|
|
7
|
+
description: 'The native token of Axelar',
|
|
8
|
+
denom_units: [{
|
|
9
|
+
denom: 'ibc/C0E66D1C81D8AAF0E6896E05190FDFBC222367148F86AC3EA679C28327A763CD',
|
|
10
|
+
exponent: 0,
|
|
11
|
+
aliases: ['uaxl']
|
|
12
|
+
}, {
|
|
13
|
+
denom: 'axl',
|
|
14
|
+
exponent: 6
|
|
15
|
+
}],
|
|
16
|
+
base: 'ibc/C0E66D1C81D8AAF0E6896E05190FDFBC222367148F86AC3EA679C28327A763CD',
|
|
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
|
+
traces: [{
|
|
30
|
+
type: 'ibc',
|
|
31
|
+
counterparty: {
|
|
32
|
+
channel_id: 'channel-503',
|
|
33
|
+
base_denom: 'uaxl',
|
|
34
|
+
chain_name: 'axelartestnet'
|
|
35
|
+
},
|
|
36
|
+
chain: {
|
|
37
|
+
channel_id: 'channel-2'
|
|
38
|
+
}
|
|
39
|
+
}]
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
description: 'The native token of Axelar',
|
|
43
|
+
denom_units: [{
|
|
44
|
+
denom: 'ibc/C0E66D1C81D8AAF0E6896E05190FDFBC222367148F86AC3EA679C28327A763CD',
|
|
45
|
+
exponent: 0,
|
|
46
|
+
aliases: ['uaxl']
|
|
47
|
+
}, {
|
|
48
|
+
denom: 'axl',
|
|
49
|
+
exponent: 6
|
|
50
|
+
}],
|
|
51
|
+
base: 'ibc/C0E66D1C81D8AAF0E6896E05190FDFBC222367148F86AC3EA679C28327A763CD',
|
|
52
|
+
name: 'Axelar',
|
|
53
|
+
display: 'axl',
|
|
54
|
+
symbol: 'AXL',
|
|
55
|
+
logo_URIs: {
|
|
56
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
57
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
|
|
58
|
+
},
|
|
59
|
+
coingecko_id: 'axelar',
|
|
60
|
+
images: [{
|
|
61
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
62
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
|
|
63
|
+
}],
|
|
64
|
+
traces: [{
|
|
65
|
+
type: 'ibc',
|
|
66
|
+
counterparty: {
|
|
67
|
+
channel_id: 'channel-503',
|
|
68
|
+
base_denom: 'uaxl',
|
|
69
|
+
chain_name: 'axelartestnet'
|
|
70
|
+
},
|
|
71
|
+
chain: {
|
|
72
|
+
channel_id: 'channel-2'
|
|
73
|
+
}
|
|
74
|
+
}]
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
description: 'The controlled staking asset for Noble Chain',
|
|
78
|
+
denom_units: [{
|
|
79
|
+
denom: 'ibc/0CC1485F7DF4F335F6F416C46EDB77B09557EC7E5B7215BED40EB741D45FD6C8',
|
|
80
|
+
exponent: 0,
|
|
81
|
+
aliases: ['ustake']
|
|
82
|
+
}, {
|
|
83
|
+
denom: 'stake',
|
|
84
|
+
exponent: 6
|
|
85
|
+
}],
|
|
86
|
+
base: 'ibc/0CC1485F7DF4F335F6F416C46EDB77B09557EC7E5B7215BED40EB741D45FD6C8',
|
|
87
|
+
name: 'Stake',
|
|
88
|
+
display: 'stake',
|
|
89
|
+
symbol: 'STAKE',
|
|
90
|
+
traces: [{
|
|
91
|
+
type: 'ibc',
|
|
92
|
+
counterparty: {
|
|
93
|
+
channel_id: 'channel-174',
|
|
94
|
+
base_denom: 'ustake',
|
|
95
|
+
chain_name: 'nobletestnet'
|
|
96
|
+
},
|
|
97
|
+
chain: {
|
|
98
|
+
channel_id: 'channel-3'
|
|
99
|
+
}
|
|
100
|
+
}]
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
description: 'Love is a test tokenfactory asset controlled by the Strangelove Team',
|
|
104
|
+
denom_units: [{
|
|
105
|
+
denom: 'ibc/A4DB4D17B664D8D4EE8FEE7C4B94CBA11BE6C2220CFD17D38B177623B4405144',
|
|
106
|
+
exponent: 0,
|
|
107
|
+
aliases: ['ulove']
|
|
108
|
+
}, {
|
|
109
|
+
denom: 'love',
|
|
110
|
+
exponent: 6
|
|
111
|
+
}],
|
|
112
|
+
base: 'ibc/A4DB4D17B664D8D4EE8FEE7C4B94CBA11BE6C2220CFD17D38B177623B4405144',
|
|
113
|
+
display: 'love',
|
|
114
|
+
name: 'Love',
|
|
115
|
+
symbol: 'LOVE',
|
|
116
|
+
traces: [{
|
|
117
|
+
type: 'ibc',
|
|
118
|
+
counterparty: {
|
|
119
|
+
channel_id: 'channel-174',
|
|
120
|
+
base_denom: 'ulove',
|
|
121
|
+
chain_name: 'nobletestnet'
|
|
122
|
+
},
|
|
123
|
+
chain: {
|
|
124
|
+
channel_id: 'channel-3'
|
|
125
|
+
}
|
|
126
|
+
}]
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
description: 'The native token of Osmosis',
|
|
130
|
+
denom_units: [{
|
|
131
|
+
denom: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
|
|
132
|
+
exponent: 0,
|
|
133
|
+
aliases: ['uosmo']
|
|
134
|
+
}, {
|
|
135
|
+
denom: 'osmo',
|
|
136
|
+
exponent: 6,
|
|
137
|
+
aliases: []
|
|
138
|
+
}],
|
|
139
|
+
type_asset: 'sdk.coin',
|
|
140
|
+
base: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
|
|
141
|
+
name: 'Osmosis Testnet',
|
|
142
|
+
display: 'osmo',
|
|
143
|
+
symbol: 'OSMO',
|
|
144
|
+
logo_URIs: {
|
|
145
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
146
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
147
|
+
},
|
|
148
|
+
images: [{
|
|
149
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
150
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
151
|
+
}],
|
|
152
|
+
coingecko_id: 'osmosis',
|
|
153
|
+
keywords: ['dex', 'staking'],
|
|
154
|
+
traces: [{
|
|
155
|
+
type: 'ibc',
|
|
156
|
+
counterparty: {
|
|
157
|
+
channel_id: 'channel-7944',
|
|
158
|
+
base_denom: 'uosmo',
|
|
159
|
+
chain_name: 'osmosistestnet'
|
|
160
|
+
},
|
|
161
|
+
chain: {
|
|
162
|
+
channel_id: 'channel-1'
|
|
163
|
+
}
|
|
164
|
+
}]
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
denom_units: [{
|
|
168
|
+
denom: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
|
|
169
|
+
exponent: 0,
|
|
170
|
+
aliases: ['uion']
|
|
171
|
+
}, {
|
|
172
|
+
denom: 'ion',
|
|
173
|
+
exponent: 6
|
|
174
|
+
}],
|
|
175
|
+
type_asset: 'sdk.coin',
|
|
176
|
+
base: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
|
|
177
|
+
name: 'Ion',
|
|
178
|
+
display: 'ion',
|
|
179
|
+
symbol: 'ION',
|
|
180
|
+
logo_URIs: {
|
|
181
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
182
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
183
|
+
},
|
|
184
|
+
images: [{
|
|
185
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
186
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
187
|
+
}],
|
|
188
|
+
coingecko_id: 'ion',
|
|
189
|
+
keywords: ['memecoin'],
|
|
190
|
+
traces: [{
|
|
191
|
+
type: 'ibc',
|
|
192
|
+
counterparty: {
|
|
193
|
+
channel_id: 'channel-7944',
|
|
194
|
+
base_denom: 'uion',
|
|
195
|
+
chain_name: 'osmosistestnet'
|
|
196
|
+
},
|
|
197
|
+
chain: {
|
|
198
|
+
channel_id: 'channel-1'
|
|
199
|
+
}
|
|
200
|
+
}]
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
description: 'The controlled staking asset for Noble Chain',
|
|
204
|
+
denom_units: [{
|
|
205
|
+
denom: 'ibc/0CC1485F7DF4F335F6F416C46EDB77B09557EC7E5B7215BED40EB741D45FD6C8',
|
|
206
|
+
exponent: 0,
|
|
207
|
+
aliases: ['ustake']
|
|
208
|
+
}, {
|
|
209
|
+
denom: 'stake',
|
|
210
|
+
exponent: 6
|
|
211
|
+
}],
|
|
212
|
+
base: 'ibc/0CC1485F7DF4F335F6F416C46EDB77B09557EC7E5B7215BED40EB741D45FD6C8',
|
|
213
|
+
name: 'Stake',
|
|
214
|
+
display: 'stake',
|
|
215
|
+
symbol: 'STAKE',
|
|
216
|
+
traces: [{
|
|
217
|
+
type: 'ibc',
|
|
218
|
+
counterparty: {
|
|
219
|
+
channel_id: 'channel-174',
|
|
220
|
+
base_denom: 'ustake',
|
|
221
|
+
chain_name: 'nobletestnet'
|
|
222
|
+
},
|
|
223
|
+
chain: {
|
|
224
|
+
channel_id: 'channel-3'
|
|
225
|
+
}
|
|
226
|
+
}]
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
description: 'Love is a test tokenfactory asset controlled by the Strangelove Team',
|
|
230
|
+
denom_units: [{
|
|
231
|
+
denom: 'ibc/A4DB4D17B664D8D4EE8FEE7C4B94CBA11BE6C2220CFD17D38B177623B4405144',
|
|
232
|
+
exponent: 0,
|
|
233
|
+
aliases: ['ulove']
|
|
234
|
+
}, {
|
|
235
|
+
denom: 'love',
|
|
236
|
+
exponent: 6
|
|
237
|
+
}],
|
|
238
|
+
base: 'ibc/A4DB4D17B664D8D4EE8FEE7C4B94CBA11BE6C2220CFD17D38B177623B4405144',
|
|
239
|
+
display: 'love',
|
|
240
|
+
name: 'Love',
|
|
241
|
+
symbol: 'LOVE',
|
|
242
|
+
traces: [{
|
|
243
|
+
type: 'ibc',
|
|
244
|
+
counterparty: {
|
|
245
|
+
channel_id: 'channel-174',
|
|
246
|
+
base_denom: 'ulove',
|
|
247
|
+
chain_name: 'nobletestnet'
|
|
248
|
+
},
|
|
249
|
+
chain: {
|
|
250
|
+
channel_id: 'channel-3'
|
|
251
|
+
}
|
|
252
|
+
}]
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
description: 'The native token of Osmosis',
|
|
256
|
+
denom_units: [{
|
|
257
|
+
denom: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
|
|
258
|
+
exponent: 0,
|
|
259
|
+
aliases: ['uosmo']
|
|
260
|
+
}, {
|
|
261
|
+
denom: 'osmo',
|
|
262
|
+
exponent: 6,
|
|
263
|
+
aliases: []
|
|
264
|
+
}],
|
|
265
|
+
type_asset: 'sdk.coin',
|
|
266
|
+
base: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
|
|
267
|
+
name: 'Osmosis Testnet',
|
|
268
|
+
display: 'osmo',
|
|
269
|
+
symbol: 'OSMO',
|
|
270
|
+
logo_URIs: {
|
|
271
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
272
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
273
|
+
},
|
|
274
|
+
images: [{
|
|
275
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
276
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
277
|
+
}],
|
|
278
|
+
coingecko_id: 'osmosis',
|
|
279
|
+
keywords: ['dex', 'staking'],
|
|
280
|
+
traces: [{
|
|
281
|
+
type: 'ibc',
|
|
282
|
+
counterparty: {
|
|
283
|
+
channel_id: 'channel-7944',
|
|
284
|
+
base_denom: 'uosmo',
|
|
285
|
+
chain_name: 'osmosistestnet'
|
|
286
|
+
},
|
|
287
|
+
chain: {
|
|
288
|
+
channel_id: 'channel-1'
|
|
289
|
+
}
|
|
290
|
+
}]
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
denom_units: [{
|
|
294
|
+
denom: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
|
|
295
|
+
exponent: 0,
|
|
296
|
+
aliases: ['uion']
|
|
297
|
+
}, {
|
|
298
|
+
denom: 'ion',
|
|
299
|
+
exponent: 6
|
|
300
|
+
}],
|
|
301
|
+
type_asset: 'sdk.coin',
|
|
302
|
+
base: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
|
|
303
|
+
name: 'Ion',
|
|
304
|
+
display: 'ion',
|
|
305
|
+
symbol: 'ION',
|
|
306
|
+
logo_URIs: {
|
|
307
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
308
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
309
|
+
},
|
|
310
|
+
images: [{
|
|
311
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
312
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
313
|
+
}],
|
|
314
|
+
coingecko_id: 'ion',
|
|
315
|
+
keywords: ['memecoin'],
|
|
316
|
+
traces: [{
|
|
317
|
+
type: 'ibc',
|
|
318
|
+
counterparty: {
|
|
319
|
+
channel_id: 'channel-7944',
|
|
320
|
+
base_denom: 'uion',
|
|
321
|
+
chain_name: 'osmosistestnet'
|
|
322
|
+
},
|
|
323
|
+
chain: {
|
|
324
|
+
channel_id: 'channel-1'
|
|
325
|
+
}
|
|
326
|
+
}]
|
|
327
|
+
}
|
|
328
|
+
]
|
|
329
|
+
};
|
|
330
|
+
exports.default = assets;
|
package/testnet/nobletestnet.js
CHANGED
|
@@ -86,6 +86,50 @@ const assets = {
|
|
|
86
86
|
}
|
|
87
87
|
}]
|
|
88
88
|
},
|
|
89
|
+
{
|
|
90
|
+
description: 'The native token of MANTRA',
|
|
91
|
+
denom_units: [{
|
|
92
|
+
denom: 'ibc/81B164F4C8A85A47FDC4D7E4041B5911988837212CB73E93AE5676F291602B2E',
|
|
93
|
+
exponent: 0,
|
|
94
|
+
aliases: ['uom']
|
|
95
|
+
}, {
|
|
96
|
+
denom: 'om',
|
|
97
|
+
exponent: 6,
|
|
98
|
+
aliases: []
|
|
99
|
+
}],
|
|
100
|
+
base: 'ibc/81B164F4C8A85A47FDC4D7E4041B5911988837212CB73E93AE5676F291602B2E',
|
|
101
|
+
name: 'MANTRA Chain',
|
|
102
|
+
display: 'om',
|
|
103
|
+
symbol: 'OM',
|
|
104
|
+
logo_URIs: {
|
|
105
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/mantrachaintestnet/images/mantra.png',
|
|
106
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/mantrachaintestnet/images/mantra.svg'
|
|
107
|
+
},
|
|
108
|
+
coingecko_id: '',
|
|
109
|
+
keywords: [
|
|
110
|
+
'mantra',
|
|
111
|
+
'staking',
|
|
112
|
+
'delegating',
|
|
113
|
+
'governance',
|
|
114
|
+
'regulation',
|
|
115
|
+
'defi'
|
|
116
|
+
],
|
|
117
|
+
images: [{
|
|
118
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/mantrachaintestnet/images/mantra.png',
|
|
119
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/mantrachaintestnet/images/mantra.svg'
|
|
120
|
+
}],
|
|
121
|
+
traces: [{
|
|
122
|
+
type: 'ibc',
|
|
123
|
+
counterparty: {
|
|
124
|
+
channel_id: 'channel-3',
|
|
125
|
+
base_denom: 'uom',
|
|
126
|
+
chain_name: 'mantrachaintestnet'
|
|
127
|
+
},
|
|
128
|
+
chain: {
|
|
129
|
+
channel_id: 'channel-174'
|
|
130
|
+
}
|
|
131
|
+
}]
|
|
132
|
+
},
|
|
89
133
|
{
|
|
90
134
|
description: 'The native token of Elys Network',
|
|
91
135
|
denom_units: [
|
|
@@ -169,6 +213,50 @@ const assets = {
|
|
|
169
213
|
}
|
|
170
214
|
}]
|
|
171
215
|
},
|
|
216
|
+
{
|
|
217
|
+
description: 'The native token of MANTRA',
|
|
218
|
+
denom_units: [{
|
|
219
|
+
denom: 'ibc/81B164F4C8A85A47FDC4D7E4041B5911988837212CB73E93AE5676F291602B2E',
|
|
220
|
+
exponent: 0,
|
|
221
|
+
aliases: ['uom']
|
|
222
|
+
}, {
|
|
223
|
+
denom: 'om',
|
|
224
|
+
exponent: 6,
|
|
225
|
+
aliases: []
|
|
226
|
+
}],
|
|
227
|
+
base: 'ibc/81B164F4C8A85A47FDC4D7E4041B5911988837212CB73E93AE5676F291602B2E',
|
|
228
|
+
name: 'MANTRA Chain',
|
|
229
|
+
display: 'om',
|
|
230
|
+
symbol: 'OM',
|
|
231
|
+
logo_URIs: {
|
|
232
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/mantrachaintestnet/images/mantra.png',
|
|
233
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/mantrachaintestnet/images/mantra.svg'
|
|
234
|
+
},
|
|
235
|
+
coingecko_id: '',
|
|
236
|
+
keywords: [
|
|
237
|
+
'mantra',
|
|
238
|
+
'staking',
|
|
239
|
+
'delegating',
|
|
240
|
+
'governance',
|
|
241
|
+
'regulation',
|
|
242
|
+
'defi'
|
|
243
|
+
],
|
|
244
|
+
images: [{
|
|
245
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/mantrachaintestnet/images/mantra.png',
|
|
246
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/mantrachaintestnet/images/mantra.svg'
|
|
247
|
+
}],
|
|
248
|
+
traces: [{
|
|
249
|
+
type: 'ibc',
|
|
250
|
+
counterparty: {
|
|
251
|
+
channel_id: 'channel-3',
|
|
252
|
+
base_denom: 'uom',
|
|
253
|
+
chain_name: 'mantrachaintestnet'
|
|
254
|
+
},
|
|
255
|
+
chain: {
|
|
256
|
+
channel_id: 'channel-174'
|
|
257
|
+
}
|
|
258
|
+
}]
|
|
259
|
+
},
|
|
172
260
|
{
|
|
173
261
|
description: 'The native token of Osmosis',
|
|
174
262
|
denom_units: [{
|
|
@@ -481,6 +481,50 @@ const assets = {
|
|
|
481
481
|
}
|
|
482
482
|
}]
|
|
483
483
|
},
|
|
484
|
+
{
|
|
485
|
+
description: 'The native token of MANTRA',
|
|
486
|
+
denom_units: [{
|
|
487
|
+
denom: 'ibc/F25F6570FF2BD0CD6EB85761BD9CA411C2D5201E8D308D5A49BAD845B5D5E9B2',
|
|
488
|
+
exponent: 0,
|
|
489
|
+
aliases: ['uom']
|
|
490
|
+
}, {
|
|
491
|
+
denom: 'om',
|
|
492
|
+
exponent: 6,
|
|
493
|
+
aliases: []
|
|
494
|
+
}],
|
|
495
|
+
base: 'ibc/F25F6570FF2BD0CD6EB85761BD9CA411C2D5201E8D308D5A49BAD845B5D5E9B2',
|
|
496
|
+
name: 'MANTRA Chain',
|
|
497
|
+
display: 'om',
|
|
498
|
+
symbol: 'OM',
|
|
499
|
+
logo_URIs: {
|
|
500
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/mantrachaintestnet/images/mantra.png',
|
|
501
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/mantrachaintestnet/images/mantra.svg'
|
|
502
|
+
},
|
|
503
|
+
coingecko_id: '',
|
|
504
|
+
keywords: [
|
|
505
|
+
'mantra',
|
|
506
|
+
'staking',
|
|
507
|
+
'delegating',
|
|
508
|
+
'governance',
|
|
509
|
+
'regulation',
|
|
510
|
+
'defi'
|
|
511
|
+
],
|
|
512
|
+
images: [{
|
|
513
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/mantrachaintestnet/images/mantra.png',
|
|
514
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/mantrachaintestnet/images/mantra.svg'
|
|
515
|
+
}],
|
|
516
|
+
traces: [{
|
|
517
|
+
type: 'ibc',
|
|
518
|
+
counterparty: {
|
|
519
|
+
channel_id: 'channel-1',
|
|
520
|
+
base_denom: 'uom',
|
|
521
|
+
chain_name: 'mantrachaintestnet'
|
|
522
|
+
},
|
|
523
|
+
chain: {
|
|
524
|
+
channel_id: 'channel-7944'
|
|
525
|
+
}
|
|
526
|
+
}]
|
|
527
|
+
},
|
|
484
528
|
{
|
|
485
529
|
description: 'The native token of Mars Protocol',
|
|
486
530
|
denom_units: [{
|
|
@@ -1113,6 +1157,50 @@ const assets = {
|
|
|
1113
1157
|
}
|
|
1114
1158
|
}]
|
|
1115
1159
|
},
|
|
1160
|
+
{
|
|
1161
|
+
description: 'The native token of MANTRA',
|
|
1162
|
+
denom_units: [{
|
|
1163
|
+
denom: 'ibc/F25F6570FF2BD0CD6EB85761BD9CA411C2D5201E8D308D5A49BAD845B5D5E9B2',
|
|
1164
|
+
exponent: 0,
|
|
1165
|
+
aliases: ['uom']
|
|
1166
|
+
}, {
|
|
1167
|
+
denom: 'om',
|
|
1168
|
+
exponent: 6,
|
|
1169
|
+
aliases: []
|
|
1170
|
+
}],
|
|
1171
|
+
base: 'ibc/F25F6570FF2BD0CD6EB85761BD9CA411C2D5201E8D308D5A49BAD845B5D5E9B2',
|
|
1172
|
+
name: 'MANTRA Chain',
|
|
1173
|
+
display: 'om',
|
|
1174
|
+
symbol: 'OM',
|
|
1175
|
+
logo_URIs: {
|
|
1176
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/mantrachaintestnet/images/mantra.png',
|
|
1177
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/mantrachaintestnet/images/mantra.svg'
|
|
1178
|
+
},
|
|
1179
|
+
coingecko_id: '',
|
|
1180
|
+
keywords: [
|
|
1181
|
+
'mantra',
|
|
1182
|
+
'staking',
|
|
1183
|
+
'delegating',
|
|
1184
|
+
'governance',
|
|
1185
|
+
'regulation',
|
|
1186
|
+
'defi'
|
|
1187
|
+
],
|
|
1188
|
+
images: [{
|
|
1189
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/mantrachaintestnet/images/mantra.png',
|
|
1190
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/mantrachaintestnet/images/mantra.svg'
|
|
1191
|
+
}],
|
|
1192
|
+
traces: [{
|
|
1193
|
+
type: 'ibc',
|
|
1194
|
+
counterparty: {
|
|
1195
|
+
channel_id: 'channel-1',
|
|
1196
|
+
base_denom: 'uom',
|
|
1197
|
+
chain_name: 'mantrachaintestnet'
|
|
1198
|
+
},
|
|
1199
|
+
chain: {
|
|
1200
|
+
channel_id: 'channel-7944'
|
|
1201
|
+
}
|
|
1202
|
+
}]
|
|
1203
|
+
},
|
|
1116
1204
|
{
|
|
1117
1205
|
description: 'The native token of Mars Protocol',
|
|
1118
1206
|
denom_units: [{
|