@chain-registry/assets 1.70.134 → 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/beezee.js +2 -0
- package/esm/mainnet/kopi.js +24 -24
- package/esm/mainnet/noble.js +48 -48
- package/esm/mainnet/osmosis.js +2 -0
- 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/index.d.ts +1 -1
- package/mainnet/beezee.js +2 -0
- package/mainnet/kopi.js +24 -24
- package/mainnet/noble.js +48 -48
- package/mainnet/osmosis.js +2 -0
- 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,141 @@
|
|
|
1
|
+
const assets = {
|
|
2
|
+
chain_name: 'cosmosicsprovidertestnet',
|
|
3
|
+
assets: [{
|
|
4
|
+
description: 'The native token of MANTRA',
|
|
5
|
+
denom_units: [{
|
|
6
|
+
denom: 'ibc/21619233C9A7288683ECFC5056CA31BBA63A8769C38C1F4DC992EA533DCD8EDE',
|
|
7
|
+
exponent: 0,
|
|
8
|
+
aliases: ['uom']
|
|
9
|
+
}, {
|
|
10
|
+
denom: 'om',
|
|
11
|
+
exponent: 6
|
|
12
|
+
}],
|
|
13
|
+
type_asset: 'sdk.coin',
|
|
14
|
+
base: 'ibc/21619233C9A7288683ECFC5056CA31BBA63A8769C38C1F4DC992EA533DCD8EDE',
|
|
15
|
+
name: 'MANTRA Chain Dukong',
|
|
16
|
+
display: 'om',
|
|
17
|
+
symbol: 'OM',
|
|
18
|
+
keywords: [
|
|
19
|
+
'rwa',
|
|
20
|
+
'wasm',
|
|
21
|
+
'staking',
|
|
22
|
+
'testnet'
|
|
23
|
+
],
|
|
24
|
+
logo_URIs: {
|
|
25
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
|
|
26
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg'
|
|
27
|
+
},
|
|
28
|
+
images: [
|
|
29
|
+
{
|
|
30
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
|
|
31
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg',
|
|
32
|
+
theme: {
|
|
33
|
+
circle: true,
|
|
34
|
+
primary_color_hex: '#fba0c1'
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.png',
|
|
39
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.svg',
|
|
40
|
+
theme: {
|
|
41
|
+
dark_mode: true,
|
|
42
|
+
circle: true,
|
|
43
|
+
primary_color_hex: '#342c2c'
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.png',
|
|
48
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.svg',
|
|
49
|
+
theme: {
|
|
50
|
+
dark_mode: false,
|
|
51
|
+
circle: true,
|
|
52
|
+
primary_color_hex: '#342c2c'
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
],
|
|
56
|
+
socials: {
|
|
57
|
+
website: 'https://www.mantrachain.io/',
|
|
58
|
+
twitter: 'https://x.com/MANTRA_Chain'
|
|
59
|
+
},
|
|
60
|
+
traces: [{
|
|
61
|
+
type: 'ibc',
|
|
62
|
+
counterparty: {
|
|
63
|
+
channel_id: 'channel-3',
|
|
64
|
+
base_denom: 'uom',
|
|
65
|
+
chain_name: 'mantrachaintestnet2'
|
|
66
|
+
},
|
|
67
|
+
chain: {
|
|
68
|
+
channel_id: 'channel-241'
|
|
69
|
+
}
|
|
70
|
+
}]
|
|
71
|
+
}, {
|
|
72
|
+
description: 'The native token of MANTRA',
|
|
73
|
+
denom_units: [{
|
|
74
|
+
denom: 'ibc/21619233C9A7288683ECFC5056CA31BBA63A8769C38C1F4DC992EA533DCD8EDE',
|
|
75
|
+
exponent: 0,
|
|
76
|
+
aliases: ['uom']
|
|
77
|
+
}, {
|
|
78
|
+
denom: 'om',
|
|
79
|
+
exponent: 6
|
|
80
|
+
}],
|
|
81
|
+
type_asset: 'sdk.coin',
|
|
82
|
+
base: 'ibc/21619233C9A7288683ECFC5056CA31BBA63A8769C38C1F4DC992EA533DCD8EDE',
|
|
83
|
+
name: 'MANTRA Chain Dukong',
|
|
84
|
+
display: 'om',
|
|
85
|
+
symbol: 'OM',
|
|
86
|
+
keywords: [
|
|
87
|
+
'rwa',
|
|
88
|
+
'wasm',
|
|
89
|
+
'staking',
|
|
90
|
+
'testnet'
|
|
91
|
+
],
|
|
92
|
+
logo_URIs: {
|
|
93
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
|
|
94
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg'
|
|
95
|
+
},
|
|
96
|
+
images: [
|
|
97
|
+
{
|
|
98
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
|
|
99
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg',
|
|
100
|
+
theme: {
|
|
101
|
+
circle: true,
|
|
102
|
+
primary_color_hex: '#fba0c1'
|
|
103
|
+
}
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.png',
|
|
107
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.svg',
|
|
108
|
+
theme: {
|
|
109
|
+
dark_mode: true,
|
|
110
|
+
circle: true,
|
|
111
|
+
primary_color_hex: '#342c2c'
|
|
112
|
+
}
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.png',
|
|
116
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.svg',
|
|
117
|
+
theme: {
|
|
118
|
+
dark_mode: false,
|
|
119
|
+
circle: true,
|
|
120
|
+
primary_color_hex: '#342c2c'
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
],
|
|
124
|
+
socials: {
|
|
125
|
+
website: 'https://www.mantrachain.io/',
|
|
126
|
+
twitter: 'https://x.com/MANTRA_Chain'
|
|
127
|
+
},
|
|
128
|
+
traces: [{
|
|
129
|
+
type: 'ibc',
|
|
130
|
+
counterparty: {
|
|
131
|
+
channel_id: 'channel-3',
|
|
132
|
+
base_denom: 'uom',
|
|
133
|
+
chain_name: 'mantrachaintestnet2'
|
|
134
|
+
},
|
|
135
|
+
chain: {
|
|
136
|
+
channel_id: 'channel-241'
|
|
137
|
+
}
|
|
138
|
+
}]
|
|
139
|
+
}]
|
|
140
|
+
};
|
|
141
|
+
export default assets;
|
package/esm/testnet/index.js
CHANGED
|
@@ -6,6 +6,7 @@ export * as chain4energytestnet from './chain4energytestnet';
|
|
|
6
6
|
export * as composabletestnet from './composabletestnet';
|
|
7
7
|
export * as coreumtestnet from './coreumtestnet';
|
|
8
8
|
export * as cosmoshubtestnet from './cosmoshubtestnet';
|
|
9
|
+
export * as cosmosicsprovidertestnet from './cosmosicsprovidertestnet';
|
|
9
10
|
export * as doravotatestnet from './doravotatestnet';
|
|
10
11
|
export * as dydxtestnet from './dydxtestnet';
|
|
11
12
|
export * as elystestnet from './elystestnet';
|
|
@@ -21,6 +22,7 @@ export * as lavatestnet from './lavatestnet';
|
|
|
21
22
|
export * as likecointestnet from './likecointestnet';
|
|
22
23
|
export * as manifesttestnet from './manifesttestnet';
|
|
23
24
|
export * as mantrachaintestnet from './mantrachaintestnet';
|
|
25
|
+
export * as mantrachaintestnet2 from './mantrachaintestnet2';
|
|
24
26
|
export * as marstestnet from './marstestnet';
|
|
25
27
|
export * as neutrontestnet from './neutrontestnet';
|
|
26
28
|
export * as nobletestnet from './nobletestnet';
|
|
@@ -0,0 +1,254 @@
|
|
|
1
|
+
const assets = {
|
|
2
|
+
chain_name: 'mantrachaintestnet2',
|
|
3
|
+
assets: [
|
|
4
|
+
{
|
|
5
|
+
description: 'The native staking and governance token for the Cosmos ICS Provider Testnet.',
|
|
6
|
+
denom_units: [{
|
|
7
|
+
denom: 'ibc/A4DB47A9D3CF9A068D454513891B526702455D3EF08FB9EB558C561F9DC2B701',
|
|
8
|
+
exponent: 0,
|
|
9
|
+
aliases: ['uatom']
|
|
10
|
+
}, {
|
|
11
|
+
denom: 'atom',
|
|
12
|
+
exponent: 6
|
|
13
|
+
}],
|
|
14
|
+
base: 'ibc/A4DB47A9D3CF9A068D454513891B526702455D3EF08FB9EB558C561F9DC2B701',
|
|
15
|
+
name: 'Cosmos',
|
|
16
|
+
display: 'atom',
|
|
17
|
+
symbol: 'ATOM',
|
|
18
|
+
logo_URIs: {
|
|
19
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
20
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
21
|
+
},
|
|
22
|
+
images: [{
|
|
23
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
24
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
25
|
+
}],
|
|
26
|
+
type_asset: 'sdk.coin',
|
|
27
|
+
traces: [{
|
|
28
|
+
type: 'ibc',
|
|
29
|
+
counterparty: {
|
|
30
|
+
channel_id: 'channel-241',
|
|
31
|
+
base_denom: 'uatom',
|
|
32
|
+
chain_name: 'cosmosicsprovidertestnet'
|
|
33
|
+
},
|
|
34
|
+
chain: {
|
|
35
|
+
channel_id: 'channel-3'
|
|
36
|
+
}
|
|
37
|
+
}]
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
description: 'The native staking and governance token for the Cosmos ICS Provider Testnet.',
|
|
41
|
+
denom_units: [{
|
|
42
|
+
denom: 'ibc/A4DB47A9D3CF9A068D454513891B526702455D3EF08FB9EB558C561F9DC2B701',
|
|
43
|
+
exponent: 0,
|
|
44
|
+
aliases: ['uatom']
|
|
45
|
+
}, {
|
|
46
|
+
denom: 'atom',
|
|
47
|
+
exponent: 6
|
|
48
|
+
}],
|
|
49
|
+
base: 'ibc/A4DB47A9D3CF9A068D454513891B526702455D3EF08FB9EB558C561F9DC2B701',
|
|
50
|
+
name: 'Cosmos',
|
|
51
|
+
display: 'atom',
|
|
52
|
+
symbol: 'ATOM',
|
|
53
|
+
logo_URIs: {
|
|
54
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
55
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
56
|
+
},
|
|
57
|
+
images: [{
|
|
58
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
59
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
60
|
+
}],
|
|
61
|
+
type_asset: 'sdk.coin',
|
|
62
|
+
traces: [{
|
|
63
|
+
type: 'ibc',
|
|
64
|
+
counterparty: {
|
|
65
|
+
channel_id: 'channel-241',
|
|
66
|
+
base_denom: 'uatom',
|
|
67
|
+
chain_name: 'cosmosicsprovidertestnet'
|
|
68
|
+
},
|
|
69
|
+
chain: {
|
|
70
|
+
channel_id: 'channel-3'
|
|
71
|
+
}
|
|
72
|
+
}]
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
description: 'The controlled staking asset for Noble Chain',
|
|
76
|
+
denom_units: [{
|
|
77
|
+
denom: 'ibc/825446D2FFB7DD0FE55C78C9C6D4855F253136BE596FE20E3AFCB856A86340AE',
|
|
78
|
+
exponent: 0,
|
|
79
|
+
aliases: ['ustake']
|
|
80
|
+
}, {
|
|
81
|
+
denom: 'stake',
|
|
82
|
+
exponent: 6
|
|
83
|
+
}],
|
|
84
|
+
base: 'ibc/825446D2FFB7DD0FE55C78C9C6D4855F253136BE596FE20E3AFCB856A86340AE',
|
|
85
|
+
name: 'Stake',
|
|
86
|
+
display: 'stake',
|
|
87
|
+
symbol: 'STAKE',
|
|
88
|
+
type_asset: 'sdk.coin',
|
|
89
|
+
traces: [{
|
|
90
|
+
type: 'ibc',
|
|
91
|
+
counterparty: {
|
|
92
|
+
channel_id: 'channel-237',
|
|
93
|
+
base_denom: 'ustake',
|
|
94
|
+
chain_name: 'nobletestnet'
|
|
95
|
+
},
|
|
96
|
+
chain: {
|
|
97
|
+
channel_id: 'channel-2'
|
|
98
|
+
}
|
|
99
|
+
}]
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
description: 'Love is a test tokenfactory asset controlled by the Strangelove Team',
|
|
103
|
+
denom_units: [{
|
|
104
|
+
denom: 'ibc/6DE66F8E0A1545D77A2C95E07094221584D086D54FFB081F14035716B96E4CFE',
|
|
105
|
+
exponent: 0,
|
|
106
|
+
aliases: ['ulove']
|
|
107
|
+
}, {
|
|
108
|
+
denom: 'love',
|
|
109
|
+
exponent: 6
|
|
110
|
+
}],
|
|
111
|
+
base: 'ibc/6DE66F8E0A1545D77A2C95E07094221584D086D54FFB081F14035716B96E4CFE',
|
|
112
|
+
display: 'love',
|
|
113
|
+
name: 'Love',
|
|
114
|
+
symbol: 'LOVE',
|
|
115
|
+
type_asset: 'sdk.coin',
|
|
116
|
+
traces: [{
|
|
117
|
+
type: 'ibc',
|
|
118
|
+
counterparty: {
|
|
119
|
+
channel_id: 'channel-237',
|
|
120
|
+
base_denom: 'ulove',
|
|
121
|
+
chain_name: 'nobletestnet'
|
|
122
|
+
},
|
|
123
|
+
chain: {
|
|
124
|
+
channel_id: 'channel-2'
|
|
125
|
+
}
|
|
126
|
+
}]
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
description: 'Ondo US Dollar Yield',
|
|
130
|
+
denom_units: [{
|
|
131
|
+
denom: 'ibc/D4673DC468A86C668204C7A29BFDC3511FF36D512C38C9EB9215872E9653B239',
|
|
132
|
+
exponent: 0,
|
|
133
|
+
aliases: ['ausdy']
|
|
134
|
+
}, {
|
|
135
|
+
denom: 'usdy',
|
|
136
|
+
exponent: 18
|
|
137
|
+
}],
|
|
138
|
+
base: 'ibc/D4673DC468A86C668204C7A29BFDC3511FF36D512C38C9EB9215872E9653B239',
|
|
139
|
+
display: 'usdy',
|
|
140
|
+
name: 'Ondo US Dollar Yield',
|
|
141
|
+
symbol: 'USDY',
|
|
142
|
+
logo_URIs: {
|
|
143
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
|
|
144
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
|
|
145
|
+
},
|
|
146
|
+
images: [{
|
|
147
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
|
|
148
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
|
|
149
|
+
}],
|
|
150
|
+
type_asset: 'sdk.coin',
|
|
151
|
+
traces: [{
|
|
152
|
+
type: 'ibc',
|
|
153
|
+
counterparty: {
|
|
154
|
+
channel_id: 'channel-237',
|
|
155
|
+
base_denom: 'ausdy',
|
|
156
|
+
chain_name: 'nobletestnet'
|
|
157
|
+
},
|
|
158
|
+
chain: {
|
|
159
|
+
channel_id: 'channel-2'
|
|
160
|
+
}
|
|
161
|
+
}]
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
description: 'The controlled staking asset for Noble Chain',
|
|
165
|
+
denom_units: [{
|
|
166
|
+
denom: 'ibc/825446D2FFB7DD0FE55C78C9C6D4855F253136BE596FE20E3AFCB856A86340AE',
|
|
167
|
+
exponent: 0,
|
|
168
|
+
aliases: ['ustake']
|
|
169
|
+
}, {
|
|
170
|
+
denom: 'stake',
|
|
171
|
+
exponent: 6
|
|
172
|
+
}],
|
|
173
|
+
base: 'ibc/825446D2FFB7DD0FE55C78C9C6D4855F253136BE596FE20E3AFCB856A86340AE',
|
|
174
|
+
name: 'Stake',
|
|
175
|
+
display: 'stake',
|
|
176
|
+
symbol: 'STAKE',
|
|
177
|
+
type_asset: 'sdk.coin',
|
|
178
|
+
traces: [{
|
|
179
|
+
type: 'ibc',
|
|
180
|
+
counterparty: {
|
|
181
|
+
channel_id: 'channel-237',
|
|
182
|
+
base_denom: 'ustake',
|
|
183
|
+
chain_name: 'nobletestnet'
|
|
184
|
+
},
|
|
185
|
+
chain: {
|
|
186
|
+
channel_id: 'channel-2'
|
|
187
|
+
}
|
|
188
|
+
}]
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
description: 'Love is a test tokenfactory asset controlled by the Strangelove Team',
|
|
192
|
+
denom_units: [{
|
|
193
|
+
denom: 'ibc/6DE66F8E0A1545D77A2C95E07094221584D086D54FFB081F14035716B96E4CFE',
|
|
194
|
+
exponent: 0,
|
|
195
|
+
aliases: ['ulove']
|
|
196
|
+
}, {
|
|
197
|
+
denom: 'love',
|
|
198
|
+
exponent: 6
|
|
199
|
+
}],
|
|
200
|
+
base: 'ibc/6DE66F8E0A1545D77A2C95E07094221584D086D54FFB081F14035716B96E4CFE',
|
|
201
|
+
display: 'love',
|
|
202
|
+
name: 'Love',
|
|
203
|
+
symbol: 'LOVE',
|
|
204
|
+
type_asset: 'sdk.coin',
|
|
205
|
+
traces: [{
|
|
206
|
+
type: 'ibc',
|
|
207
|
+
counterparty: {
|
|
208
|
+
channel_id: 'channel-237',
|
|
209
|
+
base_denom: 'ulove',
|
|
210
|
+
chain_name: 'nobletestnet'
|
|
211
|
+
},
|
|
212
|
+
chain: {
|
|
213
|
+
channel_id: 'channel-2'
|
|
214
|
+
}
|
|
215
|
+
}]
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
description: 'Ondo US Dollar Yield',
|
|
219
|
+
denom_units: [{
|
|
220
|
+
denom: 'ibc/D4673DC468A86C668204C7A29BFDC3511FF36D512C38C9EB9215872E9653B239',
|
|
221
|
+
exponent: 0,
|
|
222
|
+
aliases: ['ausdy']
|
|
223
|
+
}, {
|
|
224
|
+
denom: 'usdy',
|
|
225
|
+
exponent: 18
|
|
226
|
+
}],
|
|
227
|
+
base: 'ibc/D4673DC468A86C668204C7A29BFDC3511FF36D512C38C9EB9215872E9653B239',
|
|
228
|
+
display: 'usdy',
|
|
229
|
+
name: 'Ondo US Dollar Yield',
|
|
230
|
+
symbol: 'USDY',
|
|
231
|
+
logo_URIs: {
|
|
232
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
|
|
233
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
|
|
234
|
+
},
|
|
235
|
+
images: [{
|
|
236
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
|
|
237
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
|
|
238
|
+
}],
|
|
239
|
+
type_asset: 'sdk.coin',
|
|
240
|
+
traces: [{
|
|
241
|
+
type: 'ibc',
|
|
242
|
+
counterparty: {
|
|
243
|
+
channel_id: 'channel-237',
|
|
244
|
+
base_denom: 'ausdy',
|
|
245
|
+
chain_name: 'nobletestnet'
|
|
246
|
+
},
|
|
247
|
+
chain: {
|
|
248
|
+
channel_id: 'channel-2'
|
|
249
|
+
}
|
|
250
|
+
}]
|
|
251
|
+
}
|
|
252
|
+
]
|
|
253
|
+
};
|
|
254
|
+
export default assets;
|
|
@@ -43,6 +43,75 @@ const assets = {
|
|
|
43
43
|
}
|
|
44
44
|
}]
|
|
45
45
|
},
|
|
46
|
+
{
|
|
47
|
+
description: 'The native token of MANTRA',
|
|
48
|
+
denom_units: [{
|
|
49
|
+
denom: 'ibc/89569E53F73A4F452CD57FB19512BFCAE8221759D5B82E9B0E7C5FBF55F30883',
|
|
50
|
+
exponent: 0,
|
|
51
|
+
aliases: ['uom']
|
|
52
|
+
}, {
|
|
53
|
+
denom: 'om',
|
|
54
|
+
exponent: 6
|
|
55
|
+
}],
|
|
56
|
+
type_asset: 'sdk.coin',
|
|
57
|
+
base: 'ibc/89569E53F73A4F452CD57FB19512BFCAE8221759D5B82E9B0E7C5FBF55F30883',
|
|
58
|
+
name: 'MANTRA Chain Dukong',
|
|
59
|
+
display: 'om',
|
|
60
|
+
symbol: 'OM',
|
|
61
|
+
keywords: [
|
|
62
|
+
'rwa',
|
|
63
|
+
'wasm',
|
|
64
|
+
'staking',
|
|
65
|
+
'testnet'
|
|
66
|
+
],
|
|
67
|
+
logo_URIs: {
|
|
68
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
|
|
69
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg'
|
|
70
|
+
},
|
|
71
|
+
images: [
|
|
72
|
+
{
|
|
73
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
|
|
74
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg',
|
|
75
|
+
theme: {
|
|
76
|
+
circle: true,
|
|
77
|
+
primary_color_hex: '#fba0c1'
|
|
78
|
+
}
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.png',
|
|
82
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.svg',
|
|
83
|
+
theme: {
|
|
84
|
+
dark_mode: true,
|
|
85
|
+
circle: true,
|
|
86
|
+
primary_color_hex: '#342c2c'
|
|
87
|
+
}
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.png',
|
|
91
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.svg',
|
|
92
|
+
theme: {
|
|
93
|
+
dark_mode: false,
|
|
94
|
+
circle: true,
|
|
95
|
+
primary_color_hex: '#342c2c'
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
],
|
|
99
|
+
socials: {
|
|
100
|
+
website: 'https://www.mantrachain.io/',
|
|
101
|
+
twitter: 'https://x.com/MANTRA_Chain'
|
|
102
|
+
},
|
|
103
|
+
traces: [{
|
|
104
|
+
type: 'ibc',
|
|
105
|
+
counterparty: {
|
|
106
|
+
channel_id: 'channel-2',
|
|
107
|
+
base_denom: 'uom',
|
|
108
|
+
chain_name: 'mantrachaintestnet2'
|
|
109
|
+
},
|
|
110
|
+
chain: {
|
|
111
|
+
channel_id: 'channel-237'
|
|
112
|
+
}
|
|
113
|
+
}]
|
|
114
|
+
},
|
|
46
115
|
{
|
|
47
116
|
description: 'Eden token definition',
|
|
48
117
|
denom_units: [
|
|
@@ -85,6 +154,75 @@ const assets = {
|
|
|
85
154
|
}
|
|
86
155
|
}]
|
|
87
156
|
},
|
|
157
|
+
{
|
|
158
|
+
description: 'The native token of MANTRA',
|
|
159
|
+
denom_units: [{
|
|
160
|
+
denom: 'ibc/89569E53F73A4F452CD57FB19512BFCAE8221759D5B82E9B0E7C5FBF55F30883',
|
|
161
|
+
exponent: 0,
|
|
162
|
+
aliases: ['uom']
|
|
163
|
+
}, {
|
|
164
|
+
denom: 'om',
|
|
165
|
+
exponent: 6
|
|
166
|
+
}],
|
|
167
|
+
type_asset: 'sdk.coin',
|
|
168
|
+
base: 'ibc/89569E53F73A4F452CD57FB19512BFCAE8221759D5B82E9B0E7C5FBF55F30883',
|
|
169
|
+
name: 'MANTRA Chain Dukong',
|
|
170
|
+
display: 'om',
|
|
171
|
+
symbol: 'OM',
|
|
172
|
+
keywords: [
|
|
173
|
+
'rwa',
|
|
174
|
+
'wasm',
|
|
175
|
+
'staking',
|
|
176
|
+
'testnet'
|
|
177
|
+
],
|
|
178
|
+
logo_URIs: {
|
|
179
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
|
|
180
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg'
|
|
181
|
+
},
|
|
182
|
+
images: [
|
|
183
|
+
{
|
|
184
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
|
|
185
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg',
|
|
186
|
+
theme: {
|
|
187
|
+
circle: true,
|
|
188
|
+
primary_color_hex: '#fba0c1'
|
|
189
|
+
}
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.png',
|
|
193
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.svg',
|
|
194
|
+
theme: {
|
|
195
|
+
dark_mode: true,
|
|
196
|
+
circle: true,
|
|
197
|
+
primary_color_hex: '#342c2c'
|
|
198
|
+
}
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.png',
|
|
202
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.svg',
|
|
203
|
+
theme: {
|
|
204
|
+
dark_mode: false,
|
|
205
|
+
circle: true,
|
|
206
|
+
primary_color_hex: '#342c2c'
|
|
207
|
+
}
|
|
208
|
+
}
|
|
209
|
+
],
|
|
210
|
+
socials: {
|
|
211
|
+
website: 'https://www.mantrachain.io/',
|
|
212
|
+
twitter: 'https://x.com/MANTRA_Chain'
|
|
213
|
+
},
|
|
214
|
+
traces: [{
|
|
215
|
+
type: 'ibc',
|
|
216
|
+
counterparty: {
|
|
217
|
+
channel_id: 'channel-2',
|
|
218
|
+
base_denom: 'uom',
|
|
219
|
+
chain_name: 'mantrachaintestnet2'
|
|
220
|
+
},
|
|
221
|
+
chain: {
|
|
222
|
+
channel_id: 'channel-237'
|
|
223
|
+
}
|
|
224
|
+
}]
|
|
225
|
+
},
|
|
88
226
|
{
|
|
89
227
|
description: 'The native token of Prysm',
|
|
90
228
|
denom_units: [{
|