@chain-registry/assets 1.70.135 → 1.70.136
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/kopi.js +24 -24
- package/esm/mainnet/noble.js +48 -48
- package/esm/testnet/assets.js +3 -1
- package/esm/testnet/cosmosicsprovidertestnet.js +141 -0
- package/esm/testnet/index.js +2 -0
- package/esm/testnet/mantrachaintestnet2.js +254 -0
- package/esm/testnet/nobletestnet.js +138 -0
- package/esm/testnet/osmosistestnet.js +138 -0
- package/mainnet/kopi.js +24 -24
- package/mainnet/noble.js +48 -48
- package/package.json +5 -5
- package/testnet/assets.js +3 -1
- package/testnet/cosmosicsprovidertestnet.d.ts +3 -0
- package/testnet/cosmosicsprovidertestnet.js +143 -0
- package/testnet/index.d.ts +2 -0
- package/testnet/index.js +3 -1
- package/testnet/mantrachaintestnet2.d.ts +3 -0
- package/testnet/mantrachaintestnet2.js +256 -0
- package/testnet/nobletestnet.js +138 -0
- package/testnet/osmosistestnet.js +138 -0
|
@@ -0,0 +1,256 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const assets = {
|
|
4
|
+
chain_name: 'mantrachaintestnet2',
|
|
5
|
+
assets: [
|
|
6
|
+
{
|
|
7
|
+
description: 'The native staking and governance token for the Cosmos ICS Provider Testnet.',
|
|
8
|
+
denom_units: [{
|
|
9
|
+
denom: 'ibc/A4DB47A9D3CF9A068D454513891B526702455D3EF08FB9EB558C561F9DC2B701',
|
|
10
|
+
exponent: 0,
|
|
11
|
+
aliases: ['uatom']
|
|
12
|
+
}, {
|
|
13
|
+
denom: 'atom',
|
|
14
|
+
exponent: 6
|
|
15
|
+
}],
|
|
16
|
+
base: 'ibc/A4DB47A9D3CF9A068D454513891B526702455D3EF08FB9EB558C561F9DC2B701',
|
|
17
|
+
name: 'Cosmos',
|
|
18
|
+
display: 'atom',
|
|
19
|
+
symbol: 'ATOM',
|
|
20
|
+
logo_URIs: {
|
|
21
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
22
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
23
|
+
},
|
|
24
|
+
images: [{
|
|
25
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
26
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
27
|
+
}],
|
|
28
|
+
type_asset: 'sdk.coin',
|
|
29
|
+
traces: [{
|
|
30
|
+
type: 'ibc',
|
|
31
|
+
counterparty: {
|
|
32
|
+
channel_id: 'channel-241',
|
|
33
|
+
base_denom: 'uatom',
|
|
34
|
+
chain_name: 'cosmosicsprovidertestnet'
|
|
35
|
+
},
|
|
36
|
+
chain: {
|
|
37
|
+
channel_id: 'channel-3'
|
|
38
|
+
}
|
|
39
|
+
}]
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
description: 'The native staking and governance token for the Cosmos ICS Provider Testnet.',
|
|
43
|
+
denom_units: [{
|
|
44
|
+
denom: 'ibc/A4DB47A9D3CF9A068D454513891B526702455D3EF08FB9EB558C561F9DC2B701',
|
|
45
|
+
exponent: 0,
|
|
46
|
+
aliases: ['uatom']
|
|
47
|
+
}, {
|
|
48
|
+
denom: 'atom',
|
|
49
|
+
exponent: 6
|
|
50
|
+
}],
|
|
51
|
+
base: 'ibc/A4DB47A9D3CF9A068D454513891B526702455D3EF08FB9EB558C561F9DC2B701',
|
|
52
|
+
name: 'Cosmos',
|
|
53
|
+
display: 'atom',
|
|
54
|
+
symbol: 'ATOM',
|
|
55
|
+
logo_URIs: {
|
|
56
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
57
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
58
|
+
},
|
|
59
|
+
images: [{
|
|
60
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
61
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
62
|
+
}],
|
|
63
|
+
type_asset: 'sdk.coin',
|
|
64
|
+
traces: [{
|
|
65
|
+
type: 'ibc',
|
|
66
|
+
counterparty: {
|
|
67
|
+
channel_id: 'channel-241',
|
|
68
|
+
base_denom: 'uatom',
|
|
69
|
+
chain_name: 'cosmosicsprovidertestnet'
|
|
70
|
+
},
|
|
71
|
+
chain: {
|
|
72
|
+
channel_id: 'channel-3'
|
|
73
|
+
}
|
|
74
|
+
}]
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
description: 'The controlled staking asset for Noble Chain',
|
|
78
|
+
denom_units: [{
|
|
79
|
+
denom: 'ibc/825446D2FFB7DD0FE55C78C9C6D4855F253136BE596FE20E3AFCB856A86340AE',
|
|
80
|
+
exponent: 0,
|
|
81
|
+
aliases: ['ustake']
|
|
82
|
+
}, {
|
|
83
|
+
denom: 'stake',
|
|
84
|
+
exponent: 6
|
|
85
|
+
}],
|
|
86
|
+
base: 'ibc/825446D2FFB7DD0FE55C78C9C6D4855F253136BE596FE20E3AFCB856A86340AE',
|
|
87
|
+
name: 'Stake',
|
|
88
|
+
display: 'stake',
|
|
89
|
+
symbol: 'STAKE',
|
|
90
|
+
type_asset: 'sdk.coin',
|
|
91
|
+
traces: [{
|
|
92
|
+
type: 'ibc',
|
|
93
|
+
counterparty: {
|
|
94
|
+
channel_id: 'channel-237',
|
|
95
|
+
base_denom: 'ustake',
|
|
96
|
+
chain_name: 'nobletestnet'
|
|
97
|
+
},
|
|
98
|
+
chain: {
|
|
99
|
+
channel_id: 'channel-2'
|
|
100
|
+
}
|
|
101
|
+
}]
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
description: 'Love is a test tokenfactory asset controlled by the Strangelove Team',
|
|
105
|
+
denom_units: [{
|
|
106
|
+
denom: 'ibc/6DE66F8E0A1545D77A2C95E07094221584D086D54FFB081F14035716B96E4CFE',
|
|
107
|
+
exponent: 0,
|
|
108
|
+
aliases: ['ulove']
|
|
109
|
+
}, {
|
|
110
|
+
denom: 'love',
|
|
111
|
+
exponent: 6
|
|
112
|
+
}],
|
|
113
|
+
base: 'ibc/6DE66F8E0A1545D77A2C95E07094221584D086D54FFB081F14035716B96E4CFE',
|
|
114
|
+
display: 'love',
|
|
115
|
+
name: 'Love',
|
|
116
|
+
symbol: 'LOVE',
|
|
117
|
+
type_asset: 'sdk.coin',
|
|
118
|
+
traces: [{
|
|
119
|
+
type: 'ibc',
|
|
120
|
+
counterparty: {
|
|
121
|
+
channel_id: 'channel-237',
|
|
122
|
+
base_denom: 'ulove',
|
|
123
|
+
chain_name: 'nobletestnet'
|
|
124
|
+
},
|
|
125
|
+
chain: {
|
|
126
|
+
channel_id: 'channel-2'
|
|
127
|
+
}
|
|
128
|
+
}]
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
description: 'Ondo US Dollar Yield',
|
|
132
|
+
denom_units: [{
|
|
133
|
+
denom: 'ibc/D4673DC468A86C668204C7A29BFDC3511FF36D512C38C9EB9215872E9653B239',
|
|
134
|
+
exponent: 0,
|
|
135
|
+
aliases: ['ausdy']
|
|
136
|
+
}, {
|
|
137
|
+
denom: 'usdy',
|
|
138
|
+
exponent: 18
|
|
139
|
+
}],
|
|
140
|
+
base: 'ibc/D4673DC468A86C668204C7A29BFDC3511FF36D512C38C9EB9215872E9653B239',
|
|
141
|
+
display: 'usdy',
|
|
142
|
+
name: 'Ondo US Dollar Yield',
|
|
143
|
+
symbol: 'USDY',
|
|
144
|
+
logo_URIs: {
|
|
145
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
|
|
146
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
|
|
147
|
+
},
|
|
148
|
+
images: [{
|
|
149
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
|
|
150
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
|
|
151
|
+
}],
|
|
152
|
+
type_asset: 'sdk.coin',
|
|
153
|
+
traces: [{
|
|
154
|
+
type: 'ibc',
|
|
155
|
+
counterparty: {
|
|
156
|
+
channel_id: 'channel-237',
|
|
157
|
+
base_denom: 'ausdy',
|
|
158
|
+
chain_name: 'nobletestnet'
|
|
159
|
+
},
|
|
160
|
+
chain: {
|
|
161
|
+
channel_id: 'channel-2'
|
|
162
|
+
}
|
|
163
|
+
}]
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
description: 'The controlled staking asset for Noble Chain',
|
|
167
|
+
denom_units: [{
|
|
168
|
+
denom: 'ibc/825446D2FFB7DD0FE55C78C9C6D4855F253136BE596FE20E3AFCB856A86340AE',
|
|
169
|
+
exponent: 0,
|
|
170
|
+
aliases: ['ustake']
|
|
171
|
+
}, {
|
|
172
|
+
denom: 'stake',
|
|
173
|
+
exponent: 6
|
|
174
|
+
}],
|
|
175
|
+
base: 'ibc/825446D2FFB7DD0FE55C78C9C6D4855F253136BE596FE20E3AFCB856A86340AE',
|
|
176
|
+
name: 'Stake',
|
|
177
|
+
display: 'stake',
|
|
178
|
+
symbol: 'STAKE',
|
|
179
|
+
type_asset: 'sdk.coin',
|
|
180
|
+
traces: [{
|
|
181
|
+
type: 'ibc',
|
|
182
|
+
counterparty: {
|
|
183
|
+
channel_id: 'channel-237',
|
|
184
|
+
base_denom: 'ustake',
|
|
185
|
+
chain_name: 'nobletestnet'
|
|
186
|
+
},
|
|
187
|
+
chain: {
|
|
188
|
+
channel_id: 'channel-2'
|
|
189
|
+
}
|
|
190
|
+
}]
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
description: 'Love is a test tokenfactory asset controlled by the Strangelove Team',
|
|
194
|
+
denom_units: [{
|
|
195
|
+
denom: 'ibc/6DE66F8E0A1545D77A2C95E07094221584D086D54FFB081F14035716B96E4CFE',
|
|
196
|
+
exponent: 0,
|
|
197
|
+
aliases: ['ulove']
|
|
198
|
+
}, {
|
|
199
|
+
denom: 'love',
|
|
200
|
+
exponent: 6
|
|
201
|
+
}],
|
|
202
|
+
base: 'ibc/6DE66F8E0A1545D77A2C95E07094221584D086D54FFB081F14035716B96E4CFE',
|
|
203
|
+
display: 'love',
|
|
204
|
+
name: 'Love',
|
|
205
|
+
symbol: 'LOVE',
|
|
206
|
+
type_asset: 'sdk.coin',
|
|
207
|
+
traces: [{
|
|
208
|
+
type: 'ibc',
|
|
209
|
+
counterparty: {
|
|
210
|
+
channel_id: 'channel-237',
|
|
211
|
+
base_denom: 'ulove',
|
|
212
|
+
chain_name: 'nobletestnet'
|
|
213
|
+
},
|
|
214
|
+
chain: {
|
|
215
|
+
channel_id: 'channel-2'
|
|
216
|
+
}
|
|
217
|
+
}]
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
description: 'Ondo US Dollar Yield',
|
|
221
|
+
denom_units: [{
|
|
222
|
+
denom: 'ibc/D4673DC468A86C668204C7A29BFDC3511FF36D512C38C9EB9215872E9653B239',
|
|
223
|
+
exponent: 0,
|
|
224
|
+
aliases: ['ausdy']
|
|
225
|
+
}, {
|
|
226
|
+
denom: 'usdy',
|
|
227
|
+
exponent: 18
|
|
228
|
+
}],
|
|
229
|
+
base: 'ibc/D4673DC468A86C668204C7A29BFDC3511FF36D512C38C9EB9215872E9653B239',
|
|
230
|
+
display: 'usdy',
|
|
231
|
+
name: 'Ondo US Dollar Yield',
|
|
232
|
+
symbol: 'USDY',
|
|
233
|
+
logo_URIs: {
|
|
234
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
|
|
235
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
|
|
236
|
+
},
|
|
237
|
+
images: [{
|
|
238
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
|
|
239
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
|
|
240
|
+
}],
|
|
241
|
+
type_asset: 'sdk.coin',
|
|
242
|
+
traces: [{
|
|
243
|
+
type: 'ibc',
|
|
244
|
+
counterparty: {
|
|
245
|
+
channel_id: 'channel-237',
|
|
246
|
+
base_denom: 'ausdy',
|
|
247
|
+
chain_name: 'nobletestnet'
|
|
248
|
+
},
|
|
249
|
+
chain: {
|
|
250
|
+
channel_id: 'channel-2'
|
|
251
|
+
}
|
|
252
|
+
}]
|
|
253
|
+
}
|
|
254
|
+
]
|
|
255
|
+
};
|
|
256
|
+
exports.default = assets;
|
package/testnet/nobletestnet.js
CHANGED
|
@@ -45,6 +45,75 @@ const assets = {
|
|
|
45
45
|
}
|
|
46
46
|
}]
|
|
47
47
|
},
|
|
48
|
+
{
|
|
49
|
+
description: 'The native token of MANTRA',
|
|
50
|
+
denom_units: [{
|
|
51
|
+
denom: 'ibc/89569E53F73A4F452CD57FB19512BFCAE8221759D5B82E9B0E7C5FBF55F30883',
|
|
52
|
+
exponent: 0,
|
|
53
|
+
aliases: ['uom']
|
|
54
|
+
}, {
|
|
55
|
+
denom: 'om',
|
|
56
|
+
exponent: 6
|
|
57
|
+
}],
|
|
58
|
+
type_asset: 'sdk.coin',
|
|
59
|
+
base: 'ibc/89569E53F73A4F452CD57FB19512BFCAE8221759D5B82E9B0E7C5FBF55F30883',
|
|
60
|
+
name: 'MANTRA Chain Dukong',
|
|
61
|
+
display: 'om',
|
|
62
|
+
symbol: 'OM',
|
|
63
|
+
keywords: [
|
|
64
|
+
'rwa',
|
|
65
|
+
'wasm',
|
|
66
|
+
'staking',
|
|
67
|
+
'testnet'
|
|
68
|
+
],
|
|
69
|
+
logo_URIs: {
|
|
70
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
|
|
71
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg'
|
|
72
|
+
},
|
|
73
|
+
images: [
|
|
74
|
+
{
|
|
75
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
|
|
76
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg',
|
|
77
|
+
theme: {
|
|
78
|
+
circle: true,
|
|
79
|
+
primary_color_hex: '#fba0c1'
|
|
80
|
+
}
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.png',
|
|
84
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.svg',
|
|
85
|
+
theme: {
|
|
86
|
+
dark_mode: true,
|
|
87
|
+
circle: true,
|
|
88
|
+
primary_color_hex: '#342c2c'
|
|
89
|
+
}
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.png',
|
|
93
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.svg',
|
|
94
|
+
theme: {
|
|
95
|
+
dark_mode: false,
|
|
96
|
+
circle: true,
|
|
97
|
+
primary_color_hex: '#342c2c'
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
],
|
|
101
|
+
socials: {
|
|
102
|
+
website: 'https://www.mantrachain.io/',
|
|
103
|
+
twitter: 'https://x.com/MANTRA_Chain'
|
|
104
|
+
},
|
|
105
|
+
traces: [{
|
|
106
|
+
type: 'ibc',
|
|
107
|
+
counterparty: {
|
|
108
|
+
channel_id: 'channel-2',
|
|
109
|
+
base_denom: 'uom',
|
|
110
|
+
chain_name: 'mantrachaintestnet2'
|
|
111
|
+
},
|
|
112
|
+
chain: {
|
|
113
|
+
channel_id: 'channel-237'
|
|
114
|
+
}
|
|
115
|
+
}]
|
|
116
|
+
},
|
|
48
117
|
{
|
|
49
118
|
description: 'Eden token definition',
|
|
50
119
|
denom_units: [
|
|
@@ -87,6 +156,75 @@ const assets = {
|
|
|
87
156
|
}
|
|
88
157
|
}]
|
|
89
158
|
},
|
|
159
|
+
{
|
|
160
|
+
description: 'The native token of MANTRA',
|
|
161
|
+
denom_units: [{
|
|
162
|
+
denom: 'ibc/89569E53F73A4F452CD57FB19512BFCAE8221759D5B82E9B0E7C5FBF55F30883',
|
|
163
|
+
exponent: 0,
|
|
164
|
+
aliases: ['uom']
|
|
165
|
+
}, {
|
|
166
|
+
denom: 'om',
|
|
167
|
+
exponent: 6
|
|
168
|
+
}],
|
|
169
|
+
type_asset: 'sdk.coin',
|
|
170
|
+
base: 'ibc/89569E53F73A4F452CD57FB19512BFCAE8221759D5B82E9B0E7C5FBF55F30883',
|
|
171
|
+
name: 'MANTRA Chain Dukong',
|
|
172
|
+
display: 'om',
|
|
173
|
+
symbol: 'OM',
|
|
174
|
+
keywords: [
|
|
175
|
+
'rwa',
|
|
176
|
+
'wasm',
|
|
177
|
+
'staking',
|
|
178
|
+
'testnet'
|
|
179
|
+
],
|
|
180
|
+
logo_URIs: {
|
|
181
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
|
|
182
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg'
|
|
183
|
+
},
|
|
184
|
+
images: [
|
|
185
|
+
{
|
|
186
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
|
|
187
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg',
|
|
188
|
+
theme: {
|
|
189
|
+
circle: true,
|
|
190
|
+
primary_color_hex: '#fba0c1'
|
|
191
|
+
}
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.png',
|
|
195
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.svg',
|
|
196
|
+
theme: {
|
|
197
|
+
dark_mode: true,
|
|
198
|
+
circle: true,
|
|
199
|
+
primary_color_hex: '#342c2c'
|
|
200
|
+
}
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.png',
|
|
204
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.svg',
|
|
205
|
+
theme: {
|
|
206
|
+
dark_mode: false,
|
|
207
|
+
circle: true,
|
|
208
|
+
primary_color_hex: '#342c2c'
|
|
209
|
+
}
|
|
210
|
+
}
|
|
211
|
+
],
|
|
212
|
+
socials: {
|
|
213
|
+
website: 'https://www.mantrachain.io/',
|
|
214
|
+
twitter: 'https://x.com/MANTRA_Chain'
|
|
215
|
+
},
|
|
216
|
+
traces: [{
|
|
217
|
+
type: 'ibc',
|
|
218
|
+
counterparty: {
|
|
219
|
+
channel_id: 'channel-2',
|
|
220
|
+
base_denom: 'uom',
|
|
221
|
+
chain_name: 'mantrachaintestnet2'
|
|
222
|
+
},
|
|
223
|
+
chain: {
|
|
224
|
+
channel_id: 'channel-237'
|
|
225
|
+
}
|
|
226
|
+
}]
|
|
227
|
+
},
|
|
90
228
|
{
|
|
91
229
|
description: 'The native token of Prysm',
|
|
92
230
|
denom_units: [{
|
|
@@ -380,6 +380,75 @@ const assets = {
|
|
|
380
380
|
}
|
|
381
381
|
}]
|
|
382
382
|
},
|
|
383
|
+
{
|
|
384
|
+
description: 'The native token of MANTRA',
|
|
385
|
+
denom_units: [{
|
|
386
|
+
denom: 'ibc/9FFAF10A8821A69C52CF66910A8F75BBC9454FB282167FA7F015BE2753B474C8',
|
|
387
|
+
exponent: 0,
|
|
388
|
+
aliases: ['uom']
|
|
389
|
+
}, {
|
|
390
|
+
denom: 'om',
|
|
391
|
+
exponent: 6
|
|
392
|
+
}],
|
|
393
|
+
type_asset: 'sdk.coin',
|
|
394
|
+
base: 'ibc/9FFAF10A8821A69C52CF66910A8F75BBC9454FB282167FA7F015BE2753B474C8',
|
|
395
|
+
name: 'MANTRA Chain Dukong',
|
|
396
|
+
display: 'om',
|
|
397
|
+
symbol: 'OM',
|
|
398
|
+
keywords: [
|
|
399
|
+
'rwa',
|
|
400
|
+
'wasm',
|
|
401
|
+
'staking',
|
|
402
|
+
'testnet'
|
|
403
|
+
],
|
|
404
|
+
logo_URIs: {
|
|
405
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
|
|
406
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg'
|
|
407
|
+
},
|
|
408
|
+
images: [
|
|
409
|
+
{
|
|
410
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
|
|
411
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg',
|
|
412
|
+
theme: {
|
|
413
|
+
circle: true,
|
|
414
|
+
primary_color_hex: '#fba0c1'
|
|
415
|
+
}
|
|
416
|
+
},
|
|
417
|
+
{
|
|
418
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.png',
|
|
419
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.svg',
|
|
420
|
+
theme: {
|
|
421
|
+
dark_mode: true,
|
|
422
|
+
circle: true,
|
|
423
|
+
primary_color_hex: '#342c2c'
|
|
424
|
+
}
|
|
425
|
+
},
|
|
426
|
+
{
|
|
427
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.png',
|
|
428
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.svg',
|
|
429
|
+
theme: {
|
|
430
|
+
dark_mode: false,
|
|
431
|
+
circle: true,
|
|
432
|
+
primary_color_hex: '#342c2c'
|
|
433
|
+
}
|
|
434
|
+
}
|
|
435
|
+
],
|
|
436
|
+
socials: {
|
|
437
|
+
website: 'https://www.mantrachain.io/',
|
|
438
|
+
twitter: 'https://x.com/MANTRA_Chain'
|
|
439
|
+
},
|
|
440
|
+
traces: [{
|
|
441
|
+
type: 'ibc',
|
|
442
|
+
counterparty: {
|
|
443
|
+
channel_id: 'channel-0',
|
|
444
|
+
base_denom: 'uom',
|
|
445
|
+
chain_name: 'mantrachaintestnet2'
|
|
446
|
+
},
|
|
447
|
+
chain: {
|
|
448
|
+
channel_id: 'channel-9126'
|
|
449
|
+
}
|
|
450
|
+
}]
|
|
451
|
+
},
|
|
383
452
|
{
|
|
384
453
|
description: 'The native token of Mars Protocol',
|
|
385
454
|
denom_units: [{
|
|
@@ -951,6 +1020,75 @@ const assets = {
|
|
|
951
1020
|
}
|
|
952
1021
|
}]
|
|
953
1022
|
},
|
|
1023
|
+
{
|
|
1024
|
+
description: 'The native token of MANTRA',
|
|
1025
|
+
denom_units: [{
|
|
1026
|
+
denom: 'ibc/9FFAF10A8821A69C52CF66910A8F75BBC9454FB282167FA7F015BE2753B474C8',
|
|
1027
|
+
exponent: 0,
|
|
1028
|
+
aliases: ['uom']
|
|
1029
|
+
}, {
|
|
1030
|
+
denom: 'om',
|
|
1031
|
+
exponent: 6
|
|
1032
|
+
}],
|
|
1033
|
+
type_asset: 'sdk.coin',
|
|
1034
|
+
base: 'ibc/9FFAF10A8821A69C52CF66910A8F75BBC9454FB282167FA7F015BE2753B474C8',
|
|
1035
|
+
name: 'MANTRA Chain Dukong',
|
|
1036
|
+
display: 'om',
|
|
1037
|
+
symbol: 'OM',
|
|
1038
|
+
keywords: [
|
|
1039
|
+
'rwa',
|
|
1040
|
+
'wasm',
|
|
1041
|
+
'staking',
|
|
1042
|
+
'testnet'
|
|
1043
|
+
],
|
|
1044
|
+
logo_URIs: {
|
|
1045
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
|
|
1046
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg'
|
|
1047
|
+
},
|
|
1048
|
+
images: [
|
|
1049
|
+
{
|
|
1050
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
|
|
1051
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg',
|
|
1052
|
+
theme: {
|
|
1053
|
+
circle: true,
|
|
1054
|
+
primary_color_hex: '#fba0c1'
|
|
1055
|
+
}
|
|
1056
|
+
},
|
|
1057
|
+
{
|
|
1058
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.png',
|
|
1059
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.svg',
|
|
1060
|
+
theme: {
|
|
1061
|
+
dark_mode: true,
|
|
1062
|
+
circle: true,
|
|
1063
|
+
primary_color_hex: '#342c2c'
|
|
1064
|
+
}
|
|
1065
|
+
},
|
|
1066
|
+
{
|
|
1067
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.png',
|
|
1068
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.svg',
|
|
1069
|
+
theme: {
|
|
1070
|
+
dark_mode: false,
|
|
1071
|
+
circle: true,
|
|
1072
|
+
primary_color_hex: '#342c2c'
|
|
1073
|
+
}
|
|
1074
|
+
}
|
|
1075
|
+
],
|
|
1076
|
+
socials: {
|
|
1077
|
+
website: 'https://www.mantrachain.io/',
|
|
1078
|
+
twitter: 'https://x.com/MANTRA_Chain'
|
|
1079
|
+
},
|
|
1080
|
+
traces: [{
|
|
1081
|
+
type: 'ibc',
|
|
1082
|
+
counterparty: {
|
|
1083
|
+
channel_id: 'channel-0',
|
|
1084
|
+
base_denom: 'uom',
|
|
1085
|
+
chain_name: 'mantrachaintestnet2'
|
|
1086
|
+
},
|
|
1087
|
+
chain: {
|
|
1088
|
+
channel_id: 'channel-9126'
|
|
1089
|
+
}
|
|
1090
|
+
}]
|
|
1091
|
+
},
|
|
954
1092
|
{
|
|
955
1093
|
description: 'The native token of Mars Protocol',
|
|
956
1094
|
denom_units: [{
|