@chain-registry/assets 1.70.283 → 1.70.284
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/int3face.js +316 -0
- package/esm/mainnet/noble.js +80 -0
- package/esm/mainnet/osmosis.js +6 -6
- package/esm/mainnet/taketitan.js +4 -4
- package/esm/testnet/int3facetestnet.js +180 -1
- package/esm/testnet/nobletestnet.js +80 -0
- package/index.d.ts +1 -1
- package/mainnet/int3face.js +316 -0
- package/mainnet/noble.js +80 -0
- package/mainnet/osmosis.js +6 -6
- package/mainnet/taketitan.js +4 -4
- package/package.json +5 -5
- package/testnet/int3facetestnet.js +180 -1
- package/testnet/nobletestnet.js +80 -0
|
@@ -1,5 +1,184 @@
|
|
|
1
1
|
const assets = {
|
|
2
2
|
chain_name: 'int3facetestnet',
|
|
3
|
-
assets: [
|
|
3
|
+
assets: [
|
|
4
|
+
{
|
|
5
|
+
description: 'The controlled staking asset for Noble Chain',
|
|
6
|
+
denom_units: [{
|
|
7
|
+
denom: 'ibc/9FFBC43E9BAE33B426858E26CAE523F086868B83DD8323E0AAD709A06D4ECE92',
|
|
8
|
+
exponent: 0,
|
|
9
|
+
aliases: ['ustake']
|
|
10
|
+
}, {
|
|
11
|
+
denom: 'stake',
|
|
12
|
+
exponent: 6
|
|
13
|
+
}],
|
|
14
|
+
base: 'ibc/9FFBC43E9BAE33B426858E26CAE523F086868B83DD8323E0AAD709A06D4ECE92',
|
|
15
|
+
name: 'Stake',
|
|
16
|
+
display: 'stake',
|
|
17
|
+
symbol: 'STAKE',
|
|
18
|
+
type_asset: 'sdk.coin',
|
|
19
|
+
traces: [{
|
|
20
|
+
type: 'ibc',
|
|
21
|
+
counterparty: {
|
|
22
|
+
channel_id: 'channel-537',
|
|
23
|
+
base_denom: 'ustake',
|
|
24
|
+
chain_name: 'nobletestnet'
|
|
25
|
+
},
|
|
26
|
+
chain: {
|
|
27
|
+
channel_id: 'channel-4'
|
|
28
|
+
}
|
|
29
|
+
}]
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
description: 'Love is a test tokenfactory asset controlled by the Strangelove Team',
|
|
33
|
+
denom_units: [{
|
|
34
|
+
denom: 'ibc/DA4E7EBC1565A84C3D4C7E51D7873B0CBA5E50528EEEB93918905E56D90BFE74',
|
|
35
|
+
exponent: 0,
|
|
36
|
+
aliases: ['ulove']
|
|
37
|
+
}, {
|
|
38
|
+
denom: 'love',
|
|
39
|
+
exponent: 6
|
|
40
|
+
}],
|
|
41
|
+
base: 'ibc/DA4E7EBC1565A84C3D4C7E51D7873B0CBA5E50528EEEB93918905E56D90BFE74',
|
|
42
|
+
display: 'love',
|
|
43
|
+
name: 'Love',
|
|
44
|
+
symbol: 'LOVE',
|
|
45
|
+
type_asset: 'sdk.coin',
|
|
46
|
+
traces: [{
|
|
47
|
+
type: 'ibc',
|
|
48
|
+
counterparty: {
|
|
49
|
+
channel_id: 'channel-537',
|
|
50
|
+
base_denom: 'ulove',
|
|
51
|
+
chain_name: 'nobletestnet'
|
|
52
|
+
},
|
|
53
|
+
chain: {
|
|
54
|
+
channel_id: 'channel-4'
|
|
55
|
+
}
|
|
56
|
+
}]
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
description: 'Ondo US Dollar Yield',
|
|
60
|
+
denom_units: [{
|
|
61
|
+
denom: 'ibc/E37073F3AA0BA94158DD6FA8F047B583F30E8CAB66DD12B9C46541F598C6A554',
|
|
62
|
+
exponent: 0,
|
|
63
|
+
aliases: ['ausdy']
|
|
64
|
+
}, {
|
|
65
|
+
denom: 'usdy',
|
|
66
|
+
exponent: 18
|
|
67
|
+
}],
|
|
68
|
+
base: 'ibc/E37073F3AA0BA94158DD6FA8F047B583F30E8CAB66DD12B9C46541F598C6A554',
|
|
69
|
+
display: 'usdy',
|
|
70
|
+
name: 'Ondo US Dollar Yield',
|
|
71
|
+
symbol: 'USDY',
|
|
72
|
+
logo_URIs: {
|
|
73
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
|
|
74
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
|
|
75
|
+
},
|
|
76
|
+
images: [{
|
|
77
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
|
|
78
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
|
|
79
|
+
}],
|
|
80
|
+
type_asset: 'sdk.coin',
|
|
81
|
+
traces: [{
|
|
82
|
+
type: 'ibc',
|
|
83
|
+
counterparty: {
|
|
84
|
+
channel_id: 'channel-537',
|
|
85
|
+
base_denom: 'ausdy',
|
|
86
|
+
chain_name: 'nobletestnet'
|
|
87
|
+
},
|
|
88
|
+
chain: {
|
|
89
|
+
channel_id: 'channel-4'
|
|
90
|
+
}
|
|
91
|
+
}]
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
description: 'The controlled staking asset for Noble Chain',
|
|
95
|
+
denom_units: [{
|
|
96
|
+
denom: 'ibc/9FFBC43E9BAE33B426858E26CAE523F086868B83DD8323E0AAD709A06D4ECE92',
|
|
97
|
+
exponent: 0,
|
|
98
|
+
aliases: ['ustake']
|
|
99
|
+
}, {
|
|
100
|
+
denom: 'stake',
|
|
101
|
+
exponent: 6
|
|
102
|
+
}],
|
|
103
|
+
base: 'ibc/9FFBC43E9BAE33B426858E26CAE523F086868B83DD8323E0AAD709A06D4ECE92',
|
|
104
|
+
name: 'Stake',
|
|
105
|
+
display: 'stake',
|
|
106
|
+
symbol: 'STAKE',
|
|
107
|
+
type_asset: 'sdk.coin',
|
|
108
|
+
traces: [{
|
|
109
|
+
type: 'ibc',
|
|
110
|
+
counterparty: {
|
|
111
|
+
channel_id: 'channel-537',
|
|
112
|
+
base_denom: 'ustake',
|
|
113
|
+
chain_name: 'nobletestnet'
|
|
114
|
+
},
|
|
115
|
+
chain: {
|
|
116
|
+
channel_id: 'channel-4'
|
|
117
|
+
}
|
|
118
|
+
}]
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
description: 'Love is a test tokenfactory asset controlled by the Strangelove Team',
|
|
122
|
+
denom_units: [{
|
|
123
|
+
denom: 'ibc/DA4E7EBC1565A84C3D4C7E51D7873B0CBA5E50528EEEB93918905E56D90BFE74',
|
|
124
|
+
exponent: 0,
|
|
125
|
+
aliases: ['ulove']
|
|
126
|
+
}, {
|
|
127
|
+
denom: 'love',
|
|
128
|
+
exponent: 6
|
|
129
|
+
}],
|
|
130
|
+
base: 'ibc/DA4E7EBC1565A84C3D4C7E51D7873B0CBA5E50528EEEB93918905E56D90BFE74',
|
|
131
|
+
display: 'love',
|
|
132
|
+
name: 'Love',
|
|
133
|
+
symbol: 'LOVE',
|
|
134
|
+
type_asset: 'sdk.coin',
|
|
135
|
+
traces: [{
|
|
136
|
+
type: 'ibc',
|
|
137
|
+
counterparty: {
|
|
138
|
+
channel_id: 'channel-537',
|
|
139
|
+
base_denom: 'ulove',
|
|
140
|
+
chain_name: 'nobletestnet'
|
|
141
|
+
},
|
|
142
|
+
chain: {
|
|
143
|
+
channel_id: 'channel-4'
|
|
144
|
+
}
|
|
145
|
+
}]
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
description: 'Ondo US Dollar Yield',
|
|
149
|
+
denom_units: [{
|
|
150
|
+
denom: 'ibc/E37073F3AA0BA94158DD6FA8F047B583F30E8CAB66DD12B9C46541F598C6A554',
|
|
151
|
+
exponent: 0,
|
|
152
|
+
aliases: ['ausdy']
|
|
153
|
+
}, {
|
|
154
|
+
denom: 'usdy',
|
|
155
|
+
exponent: 18
|
|
156
|
+
}],
|
|
157
|
+
base: 'ibc/E37073F3AA0BA94158DD6FA8F047B583F30E8CAB66DD12B9C46541F598C6A554',
|
|
158
|
+
display: 'usdy',
|
|
159
|
+
name: 'Ondo US Dollar Yield',
|
|
160
|
+
symbol: 'USDY',
|
|
161
|
+
logo_URIs: {
|
|
162
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
|
|
163
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
|
|
164
|
+
},
|
|
165
|
+
images: [{
|
|
166
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
|
|
167
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
|
|
168
|
+
}],
|
|
169
|
+
type_asset: 'sdk.coin',
|
|
170
|
+
traces: [{
|
|
171
|
+
type: 'ibc',
|
|
172
|
+
counterparty: {
|
|
173
|
+
channel_id: 'channel-537',
|
|
174
|
+
base_denom: 'ausdy',
|
|
175
|
+
chain_name: 'nobletestnet'
|
|
176
|
+
},
|
|
177
|
+
chain: {
|
|
178
|
+
channel_id: 'channel-4'
|
|
179
|
+
}
|
|
180
|
+
}]
|
|
181
|
+
}
|
|
182
|
+
]
|
|
4
183
|
};
|
|
5
184
|
export default assets;
|
|
@@ -158,6 +158,46 @@ const assets = {
|
|
|
158
158
|
}
|
|
159
159
|
}]
|
|
160
160
|
},
|
|
161
|
+
{
|
|
162
|
+
description: 'Int3face Testnet blockchain native token',
|
|
163
|
+
denom_units: [{
|
|
164
|
+
denom: 'ibc/2080D688BAED7DD8C59B4D336BB5E7BEEA24495D4AB05AF604AD24AEBF9C4153',
|
|
165
|
+
exponent: 0,
|
|
166
|
+
aliases: ['uint3']
|
|
167
|
+
}, {
|
|
168
|
+
denom: 'int3',
|
|
169
|
+
exponent: 6
|
|
170
|
+
}],
|
|
171
|
+
base: 'ibc/2080D688BAED7DD8C59B4D336BB5E7BEEA24495D4AB05AF604AD24AEBF9C4153',
|
|
172
|
+
name: 'Int3face Testnet Token',
|
|
173
|
+
display: 'int3',
|
|
174
|
+
symbol: 'INT3',
|
|
175
|
+
logo_URIs: {
|
|
176
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/int3.png'
|
|
177
|
+
},
|
|
178
|
+
images: [{
|
|
179
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/int3.png',
|
|
180
|
+
theme: {
|
|
181
|
+
primary_color_hex: '#3d3d3d'
|
|
182
|
+
}
|
|
183
|
+
}],
|
|
184
|
+
socials: {
|
|
185
|
+
website: 'https://testnet.app.int3face.zone/',
|
|
186
|
+
twitter: 'https://x.com/_Bitfrost_'
|
|
187
|
+
},
|
|
188
|
+
type_asset: 'sdk.coin',
|
|
189
|
+
traces: [{
|
|
190
|
+
type: 'ibc',
|
|
191
|
+
counterparty: {
|
|
192
|
+
channel_id: 'channel-4',
|
|
193
|
+
base_denom: 'uint3',
|
|
194
|
+
chain_name: 'int3facetestnet'
|
|
195
|
+
},
|
|
196
|
+
chain: {
|
|
197
|
+
channel_id: 'channel-537'
|
|
198
|
+
}
|
|
199
|
+
}]
|
|
200
|
+
},
|
|
161
201
|
{
|
|
162
202
|
description: 'The native token of MANTRA',
|
|
163
203
|
denom_units: [{
|
|
@@ -419,6 +459,46 @@ const assets = {
|
|
|
419
459
|
}
|
|
420
460
|
}]
|
|
421
461
|
},
|
|
462
|
+
{
|
|
463
|
+
description: 'Int3face Testnet blockchain native token',
|
|
464
|
+
denom_units: [{
|
|
465
|
+
denom: 'ibc/2080D688BAED7DD8C59B4D336BB5E7BEEA24495D4AB05AF604AD24AEBF9C4153',
|
|
466
|
+
exponent: 0,
|
|
467
|
+
aliases: ['uint3']
|
|
468
|
+
}, {
|
|
469
|
+
denom: 'int3',
|
|
470
|
+
exponent: 6
|
|
471
|
+
}],
|
|
472
|
+
base: 'ibc/2080D688BAED7DD8C59B4D336BB5E7BEEA24495D4AB05AF604AD24AEBF9C4153',
|
|
473
|
+
name: 'Int3face Testnet Token',
|
|
474
|
+
display: 'int3',
|
|
475
|
+
symbol: 'INT3',
|
|
476
|
+
logo_URIs: {
|
|
477
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/int3.png'
|
|
478
|
+
},
|
|
479
|
+
images: [{
|
|
480
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/int3.png',
|
|
481
|
+
theme: {
|
|
482
|
+
primary_color_hex: '#3d3d3d'
|
|
483
|
+
}
|
|
484
|
+
}],
|
|
485
|
+
socials: {
|
|
486
|
+
website: 'https://testnet.app.int3face.zone/',
|
|
487
|
+
twitter: 'https://x.com/_Bitfrost_'
|
|
488
|
+
},
|
|
489
|
+
type_asset: 'sdk.coin',
|
|
490
|
+
traces: [{
|
|
491
|
+
type: 'ibc',
|
|
492
|
+
counterparty: {
|
|
493
|
+
channel_id: 'channel-4',
|
|
494
|
+
base_denom: 'uint3',
|
|
495
|
+
chain_name: 'int3facetestnet'
|
|
496
|
+
},
|
|
497
|
+
chain: {
|
|
498
|
+
channel_id: 'channel-537'
|
|
499
|
+
}
|
|
500
|
+
}]
|
|
501
|
+
},
|
|
422
502
|
{
|
|
423
503
|
description: 'The native token of MANTRA',
|
|
424
504
|
denom_units: [{
|
package/index.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ export * from './devnet';
|
|
|
4
4
|
export * from './noncosmos';
|
|
5
5
|
import asset_lists from './asset_lists';
|
|
6
6
|
declare const _default: {
|
|
7
|
-
asset_lists: AssetList[];
|
|
7
|
+
asset_lists: import("@chain-registry/types").AssetList[];
|
|
8
8
|
};
|
|
9
9
|
export default _default;
|
|
10
10
|
export { asset_lists };
|
package/mainnet/int3face.js
CHANGED
|
@@ -156,6 +156,164 @@ const assets = {
|
|
|
156
156
|
}
|
|
157
157
|
}]
|
|
158
158
|
},
|
|
159
|
+
{
|
|
160
|
+
description: 'The permissioned staking asset for Noble Chain',
|
|
161
|
+
denom_units: [{
|
|
162
|
+
denom: 'ibc/825446D2FFB7DD0FE55C78C9C6D4855F253136BE596FE20E3AFCB856A86340AE',
|
|
163
|
+
exponent: 0,
|
|
164
|
+
aliases: ['ustake']
|
|
165
|
+
}, {
|
|
166
|
+
denom: 'stake',
|
|
167
|
+
exponent: 6
|
|
168
|
+
}],
|
|
169
|
+
type_asset: 'sdk.coin',
|
|
170
|
+
base: 'ibc/825446D2FFB7DD0FE55C78C9C6D4855F253136BE596FE20E3AFCB856A86340AE',
|
|
171
|
+
name: 'Stake',
|
|
172
|
+
display: 'stake',
|
|
173
|
+
symbol: 'STAKE',
|
|
174
|
+
logo_URIs: {
|
|
175
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
|
|
176
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg'
|
|
177
|
+
},
|
|
178
|
+
images: [{
|
|
179
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
|
|
180
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg',
|
|
181
|
+
theme: {
|
|
182
|
+
primary_color_hex: '#a8bbfb'
|
|
183
|
+
}
|
|
184
|
+
}],
|
|
185
|
+
traces: [{
|
|
186
|
+
type: 'ibc',
|
|
187
|
+
counterparty: {
|
|
188
|
+
channel_id: 'channel-165',
|
|
189
|
+
base_denom: 'ustake',
|
|
190
|
+
chain_name: 'noble'
|
|
191
|
+
},
|
|
192
|
+
chain: {
|
|
193
|
+
channel_id: 'channel-2'
|
|
194
|
+
}
|
|
195
|
+
}]
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
description: 'Frienzies are an IBC token redeemable exclusively for a physical asset issued by the Noble entity.',
|
|
199
|
+
denom_units: [{
|
|
200
|
+
denom: 'ibc/9E307D24589486770E9F5B965AAF5D11C2D4288D424504CD2EAE21FD3A0E5EDE',
|
|
201
|
+
exponent: 0,
|
|
202
|
+
aliases: ['ufrienzies']
|
|
203
|
+
}, {
|
|
204
|
+
denom: 'frienzies',
|
|
205
|
+
exponent: 6
|
|
206
|
+
}],
|
|
207
|
+
type_asset: 'sdk.coin',
|
|
208
|
+
base: 'ibc/9E307D24589486770E9F5B965AAF5D11C2D4288D424504CD2EAE21FD3A0E5EDE',
|
|
209
|
+
display: 'frienzies',
|
|
210
|
+
name: 'Frienzies',
|
|
211
|
+
symbol: 'FRNZ',
|
|
212
|
+
logo_URIs: {
|
|
213
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
|
|
214
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg'
|
|
215
|
+
},
|
|
216
|
+
images: [{
|
|
217
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
|
|
218
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg',
|
|
219
|
+
theme: {
|
|
220
|
+
primary_color_hex: '#04041c'
|
|
221
|
+
}
|
|
222
|
+
}],
|
|
223
|
+
traces: [{
|
|
224
|
+
type: 'ibc',
|
|
225
|
+
counterparty: {
|
|
226
|
+
channel_id: 'channel-165',
|
|
227
|
+
base_denom: 'ufrienzies',
|
|
228
|
+
chain_name: 'noble'
|
|
229
|
+
},
|
|
230
|
+
chain: {
|
|
231
|
+
channel_id: 'channel-2'
|
|
232
|
+
}
|
|
233
|
+
}]
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
description: 'Ondo US Dollar Yield',
|
|
237
|
+
denom_units: [{
|
|
238
|
+
denom: 'ibc/D4673DC468A86C668204C7A29BFDC3511FF36D512C38C9EB9215872E9653B239',
|
|
239
|
+
exponent: 0,
|
|
240
|
+
aliases: ['ausdy']
|
|
241
|
+
}, {
|
|
242
|
+
denom: 'usdy',
|
|
243
|
+
exponent: 18
|
|
244
|
+
}],
|
|
245
|
+
base: 'ibc/D4673DC468A86C668204C7A29BFDC3511FF36D512C38C9EB9215872E9653B239',
|
|
246
|
+
display: 'usdy',
|
|
247
|
+
name: 'Ondo US Dollar Yield',
|
|
248
|
+
symbol: 'USDY',
|
|
249
|
+
logo_URIs: {
|
|
250
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
|
|
251
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg'
|
|
252
|
+
},
|
|
253
|
+
images: [{
|
|
254
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
|
|
255
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg',
|
|
256
|
+
theme: {
|
|
257
|
+
primary_color_hex: '#142c5c'
|
|
258
|
+
}
|
|
259
|
+
}],
|
|
260
|
+
coingecko_id: 'ondo-us-dollar-yield',
|
|
261
|
+
socials: {
|
|
262
|
+
website: 'https://ondo.finance/usdy',
|
|
263
|
+
twitter: 'https://x.com/OndoFinance'
|
|
264
|
+
},
|
|
265
|
+
type_asset: 'sdk.coin',
|
|
266
|
+
traces: [{
|
|
267
|
+
type: 'ibc',
|
|
268
|
+
counterparty: {
|
|
269
|
+
channel_id: 'channel-165',
|
|
270
|
+
base_denom: 'ausdy',
|
|
271
|
+
chain_name: 'noble'
|
|
272
|
+
},
|
|
273
|
+
chain: {
|
|
274
|
+
channel_id: 'channel-2'
|
|
275
|
+
}
|
|
276
|
+
}]
|
|
277
|
+
},
|
|
278
|
+
{
|
|
279
|
+
description: 'USDN token',
|
|
280
|
+
denom_units: [{
|
|
281
|
+
denom: 'ibc/3BB694687E772A0826FFDE081681CE539E106E245025CE056DC6BECE116DEDBA',
|
|
282
|
+
exponent: 0,
|
|
283
|
+
aliases: ['uusdn']
|
|
284
|
+
}, {
|
|
285
|
+
denom: 'usdn',
|
|
286
|
+
exponent: 6
|
|
287
|
+
}],
|
|
288
|
+
type_asset: 'sdk.coin',
|
|
289
|
+
base: 'ibc/3BB694687E772A0826FFDE081681CE539E106E245025CE056DC6BECE116DEDBA',
|
|
290
|
+
name: 'Noble Dollar',
|
|
291
|
+
display: 'usdn',
|
|
292
|
+
symbol: 'USDN',
|
|
293
|
+
coingecko_id: 'noble-dollar-usdn',
|
|
294
|
+
logo_URIs: {
|
|
295
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
296
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
297
|
+
},
|
|
298
|
+
images: [{
|
|
299
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
300
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
301
|
+
theme: {
|
|
302
|
+
primary_color_hex: '#2E8564'
|
|
303
|
+
}
|
|
304
|
+
}],
|
|
305
|
+
traces: [{
|
|
306
|
+
type: 'ibc',
|
|
307
|
+
counterparty: {
|
|
308
|
+
channel_id: 'channel-165',
|
|
309
|
+
base_denom: 'uusdn',
|
|
310
|
+
chain_name: 'noble'
|
|
311
|
+
},
|
|
312
|
+
chain: {
|
|
313
|
+
channel_id: 'channel-2'
|
|
314
|
+
}
|
|
315
|
+
}]
|
|
316
|
+
},
|
|
159
317
|
{
|
|
160
318
|
description: 'The native token of Osmosis',
|
|
161
319
|
denom_units: [{
|
|
@@ -397,6 +555,164 @@ const assets = {
|
|
|
397
555
|
}
|
|
398
556
|
}]
|
|
399
557
|
},
|
|
558
|
+
{
|
|
559
|
+
description: 'The permissioned staking asset for Noble Chain',
|
|
560
|
+
denom_units: [{
|
|
561
|
+
denom: 'ibc/825446D2FFB7DD0FE55C78C9C6D4855F253136BE596FE20E3AFCB856A86340AE',
|
|
562
|
+
exponent: 0,
|
|
563
|
+
aliases: ['ustake']
|
|
564
|
+
}, {
|
|
565
|
+
denom: 'stake',
|
|
566
|
+
exponent: 6
|
|
567
|
+
}],
|
|
568
|
+
type_asset: 'sdk.coin',
|
|
569
|
+
base: 'ibc/825446D2FFB7DD0FE55C78C9C6D4855F253136BE596FE20E3AFCB856A86340AE',
|
|
570
|
+
name: 'Stake',
|
|
571
|
+
display: 'stake',
|
|
572
|
+
symbol: 'STAKE',
|
|
573
|
+
logo_URIs: {
|
|
574
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
|
|
575
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg'
|
|
576
|
+
},
|
|
577
|
+
images: [{
|
|
578
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
|
|
579
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg',
|
|
580
|
+
theme: {
|
|
581
|
+
primary_color_hex: '#a8bbfb'
|
|
582
|
+
}
|
|
583
|
+
}],
|
|
584
|
+
traces: [{
|
|
585
|
+
type: 'ibc',
|
|
586
|
+
counterparty: {
|
|
587
|
+
channel_id: 'channel-165',
|
|
588
|
+
base_denom: 'ustake',
|
|
589
|
+
chain_name: 'noble'
|
|
590
|
+
},
|
|
591
|
+
chain: {
|
|
592
|
+
channel_id: 'channel-2'
|
|
593
|
+
}
|
|
594
|
+
}]
|
|
595
|
+
},
|
|
596
|
+
{
|
|
597
|
+
description: 'Frienzies are an IBC token redeemable exclusively for a physical asset issued by the Noble entity.',
|
|
598
|
+
denom_units: [{
|
|
599
|
+
denom: 'ibc/9E307D24589486770E9F5B965AAF5D11C2D4288D424504CD2EAE21FD3A0E5EDE',
|
|
600
|
+
exponent: 0,
|
|
601
|
+
aliases: ['ufrienzies']
|
|
602
|
+
}, {
|
|
603
|
+
denom: 'frienzies',
|
|
604
|
+
exponent: 6
|
|
605
|
+
}],
|
|
606
|
+
type_asset: 'sdk.coin',
|
|
607
|
+
base: 'ibc/9E307D24589486770E9F5B965AAF5D11C2D4288D424504CD2EAE21FD3A0E5EDE',
|
|
608
|
+
display: 'frienzies',
|
|
609
|
+
name: 'Frienzies',
|
|
610
|
+
symbol: 'FRNZ',
|
|
611
|
+
logo_URIs: {
|
|
612
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
|
|
613
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg'
|
|
614
|
+
},
|
|
615
|
+
images: [{
|
|
616
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
|
|
617
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg',
|
|
618
|
+
theme: {
|
|
619
|
+
primary_color_hex: '#04041c'
|
|
620
|
+
}
|
|
621
|
+
}],
|
|
622
|
+
traces: [{
|
|
623
|
+
type: 'ibc',
|
|
624
|
+
counterparty: {
|
|
625
|
+
channel_id: 'channel-165',
|
|
626
|
+
base_denom: 'ufrienzies',
|
|
627
|
+
chain_name: 'noble'
|
|
628
|
+
},
|
|
629
|
+
chain: {
|
|
630
|
+
channel_id: 'channel-2'
|
|
631
|
+
}
|
|
632
|
+
}]
|
|
633
|
+
},
|
|
634
|
+
{
|
|
635
|
+
description: 'Ondo US Dollar Yield',
|
|
636
|
+
denom_units: [{
|
|
637
|
+
denom: 'ibc/D4673DC468A86C668204C7A29BFDC3511FF36D512C38C9EB9215872E9653B239',
|
|
638
|
+
exponent: 0,
|
|
639
|
+
aliases: ['ausdy']
|
|
640
|
+
}, {
|
|
641
|
+
denom: 'usdy',
|
|
642
|
+
exponent: 18
|
|
643
|
+
}],
|
|
644
|
+
base: 'ibc/D4673DC468A86C668204C7A29BFDC3511FF36D512C38C9EB9215872E9653B239',
|
|
645
|
+
display: 'usdy',
|
|
646
|
+
name: 'Ondo US Dollar Yield',
|
|
647
|
+
symbol: 'USDY',
|
|
648
|
+
logo_URIs: {
|
|
649
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
|
|
650
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg'
|
|
651
|
+
},
|
|
652
|
+
images: [{
|
|
653
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
|
|
654
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg',
|
|
655
|
+
theme: {
|
|
656
|
+
primary_color_hex: '#142c5c'
|
|
657
|
+
}
|
|
658
|
+
}],
|
|
659
|
+
coingecko_id: 'ondo-us-dollar-yield',
|
|
660
|
+
socials: {
|
|
661
|
+
website: 'https://ondo.finance/usdy',
|
|
662
|
+
twitter: 'https://x.com/OndoFinance'
|
|
663
|
+
},
|
|
664
|
+
type_asset: 'sdk.coin',
|
|
665
|
+
traces: [{
|
|
666
|
+
type: 'ibc',
|
|
667
|
+
counterparty: {
|
|
668
|
+
channel_id: 'channel-165',
|
|
669
|
+
base_denom: 'ausdy',
|
|
670
|
+
chain_name: 'noble'
|
|
671
|
+
},
|
|
672
|
+
chain: {
|
|
673
|
+
channel_id: 'channel-2'
|
|
674
|
+
}
|
|
675
|
+
}]
|
|
676
|
+
},
|
|
677
|
+
{
|
|
678
|
+
description: 'USDN token',
|
|
679
|
+
denom_units: [{
|
|
680
|
+
denom: 'ibc/3BB694687E772A0826FFDE081681CE539E106E245025CE056DC6BECE116DEDBA',
|
|
681
|
+
exponent: 0,
|
|
682
|
+
aliases: ['uusdn']
|
|
683
|
+
}, {
|
|
684
|
+
denom: 'usdn',
|
|
685
|
+
exponent: 6
|
|
686
|
+
}],
|
|
687
|
+
type_asset: 'sdk.coin',
|
|
688
|
+
base: 'ibc/3BB694687E772A0826FFDE081681CE539E106E245025CE056DC6BECE116DEDBA',
|
|
689
|
+
name: 'Noble Dollar',
|
|
690
|
+
display: 'usdn',
|
|
691
|
+
symbol: 'USDN',
|
|
692
|
+
coingecko_id: 'noble-dollar-usdn',
|
|
693
|
+
logo_URIs: {
|
|
694
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
695
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
696
|
+
},
|
|
697
|
+
images: [{
|
|
698
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
699
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
700
|
+
theme: {
|
|
701
|
+
primary_color_hex: '#2E8564'
|
|
702
|
+
}
|
|
703
|
+
}],
|
|
704
|
+
traces: [{
|
|
705
|
+
type: 'ibc',
|
|
706
|
+
counterparty: {
|
|
707
|
+
channel_id: 'channel-165',
|
|
708
|
+
base_denom: 'uusdn',
|
|
709
|
+
chain_name: 'noble'
|
|
710
|
+
},
|
|
711
|
+
chain: {
|
|
712
|
+
channel_id: 'channel-2'
|
|
713
|
+
}
|
|
714
|
+
}]
|
|
715
|
+
},
|
|
400
716
|
{
|
|
401
717
|
description: 'The native token of Osmosis',
|
|
402
718
|
denom_units: [{
|