@chain-registry/assets 1.64.80 → 1.64.81
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 +232 -0
- package/esm/mainnet/composable.js +4 -2
- package/esm/mainnet/noble.js +148 -20
- package/esm/mainnet/osmosis.js +4 -4
- package/esm/mainnet/secretnetwork.js +72 -20
- package/mainnet/beezee.js +232 -0
- package/mainnet/composable.js +4 -2
- package/mainnet/noble.js +148 -20
- package/mainnet/osmosis.js +4 -4
- package/mainnet/secretnetwork.js +72 -20
- package/package.json +5 -5
|
@@ -9366,7 +9366,10 @@ const assets = {
|
|
|
9366
9366
|
base_denom: 'inj'
|
|
9367
9367
|
},
|
|
9368
9368
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png',
|
|
9369
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg'
|
|
9369
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg',
|
|
9370
|
+
theme: {
|
|
9371
|
+
primary_color_hex: '#04a2fc'
|
|
9372
|
+
}
|
|
9370
9373
|
}]
|
|
9371
9374
|
},
|
|
9372
9375
|
{
|
|
@@ -9514,12 +9517,20 @@ const assets = {
|
|
|
9514
9517
|
display: 'usdc',
|
|
9515
9518
|
symbol: 'USDC',
|
|
9516
9519
|
images: [{
|
|
9520
|
+
image_sync: {
|
|
9521
|
+
chain_name: 'noble',
|
|
9522
|
+
base_denom: 'uusdc'
|
|
9523
|
+
},
|
|
9524
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
9517
9525
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
|
|
9518
|
-
|
|
9526
|
+
theme: {
|
|
9527
|
+
circle: true,
|
|
9528
|
+
primary_color_hex: '#2775CA'
|
|
9529
|
+
}
|
|
9519
9530
|
}],
|
|
9520
9531
|
logo_URIs: {
|
|
9521
|
-
|
|
9522
|
-
|
|
9532
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
9533
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
9523
9534
|
}
|
|
9524
9535
|
},
|
|
9525
9536
|
{
|
|
@@ -9658,7 +9669,12 @@ const assets = {
|
|
|
9658
9669
|
base_denom: 'sun'
|
|
9659
9670
|
},
|
|
9660
9671
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.png',
|
|
9661
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.svg'
|
|
9672
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.svg',
|
|
9673
|
+
theme: {
|
|
9674
|
+
circle: true,
|
|
9675
|
+
primary_color_hex: '#FF060A',
|
|
9676
|
+
background_color_hex: '#FF060A'
|
|
9677
|
+
}
|
|
9662
9678
|
}],
|
|
9663
9679
|
logo_URIs: {
|
|
9664
9680
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.png',
|
|
@@ -9776,11 +9792,14 @@ const assets = {
|
|
|
9776
9792
|
base_denom: 'wei'
|
|
9777
9793
|
},
|
|
9778
9794
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg',
|
|
9779
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png'
|
|
9795
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
9796
|
+
theme: {
|
|
9797
|
+
primary_color_hex: '#303030'
|
|
9798
|
+
}
|
|
9780
9799
|
}],
|
|
9781
9800
|
logo_URIs: {
|
|
9782
|
-
|
|
9783
|
-
|
|
9801
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
9802
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
|
|
9784
9803
|
},
|
|
9785
9804
|
traces: [{
|
|
9786
9805
|
type: 'ibc-cw20',
|
|
@@ -9817,10 +9836,17 @@ const assets = {
|
|
|
9817
9836
|
chain_name: 'bitcoin',
|
|
9818
9837
|
base_denom: 'sat'
|
|
9819
9838
|
},
|
|
9820
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png'
|
|
9839
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png',
|
|
9840
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.svg',
|
|
9841
|
+
theme: {
|
|
9842
|
+
primary_color_hex: '#f4941c',
|
|
9843
|
+
background_color_hex: '#f4941c',
|
|
9844
|
+
circle: true
|
|
9845
|
+
}
|
|
9821
9846
|
}],
|
|
9822
9847
|
logo_URIs: {
|
|
9823
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png'
|
|
9848
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png',
|
|
9849
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.svg'
|
|
9824
9850
|
},
|
|
9825
9851
|
traces: [{
|
|
9826
9852
|
type: 'ibc-cw20',
|
|
@@ -12725,7 +12751,10 @@ const assets = {
|
|
|
12725
12751
|
base_denom: 'inj'
|
|
12726
12752
|
},
|
|
12727
12753
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png',
|
|
12728
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg'
|
|
12754
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg',
|
|
12755
|
+
theme: {
|
|
12756
|
+
primary_color_hex: '#04a2fc'
|
|
12757
|
+
}
|
|
12729
12758
|
}]
|
|
12730
12759
|
},
|
|
12731
12760
|
{
|
|
@@ -12873,12 +12902,20 @@ const assets = {
|
|
|
12873
12902
|
display: 'usdc',
|
|
12874
12903
|
symbol: 'USDC',
|
|
12875
12904
|
images: [{
|
|
12905
|
+
image_sync: {
|
|
12906
|
+
chain_name: 'noble',
|
|
12907
|
+
base_denom: 'uusdc'
|
|
12908
|
+
},
|
|
12909
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
12876
12910
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
|
|
12877
|
-
|
|
12911
|
+
theme: {
|
|
12912
|
+
circle: true,
|
|
12913
|
+
primary_color_hex: '#2775CA'
|
|
12914
|
+
}
|
|
12878
12915
|
}],
|
|
12879
12916
|
logo_URIs: {
|
|
12880
|
-
|
|
12881
|
-
|
|
12917
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
12918
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
12882
12919
|
}
|
|
12883
12920
|
},
|
|
12884
12921
|
{
|
|
@@ -13017,7 +13054,12 @@ const assets = {
|
|
|
13017
13054
|
base_denom: 'sun'
|
|
13018
13055
|
},
|
|
13019
13056
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.png',
|
|
13020
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.svg'
|
|
13057
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.svg',
|
|
13058
|
+
theme: {
|
|
13059
|
+
circle: true,
|
|
13060
|
+
primary_color_hex: '#FF060A',
|
|
13061
|
+
background_color_hex: '#FF060A'
|
|
13062
|
+
}
|
|
13021
13063
|
}],
|
|
13022
13064
|
logo_URIs: {
|
|
13023
13065
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.png',
|
|
@@ -13135,11 +13177,14 @@ const assets = {
|
|
|
13135
13177
|
base_denom: 'wei'
|
|
13136
13178
|
},
|
|
13137
13179
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg',
|
|
13138
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png'
|
|
13180
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
13181
|
+
theme: {
|
|
13182
|
+
primary_color_hex: '#303030'
|
|
13183
|
+
}
|
|
13139
13184
|
}],
|
|
13140
13185
|
logo_URIs: {
|
|
13141
|
-
|
|
13142
|
-
|
|
13186
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
13187
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
|
|
13143
13188
|
},
|
|
13144
13189
|
traces: [{
|
|
13145
13190
|
type: 'ibc-cw20',
|
|
@@ -13176,10 +13221,17 @@ const assets = {
|
|
|
13176
13221
|
chain_name: 'bitcoin',
|
|
13177
13222
|
base_denom: 'sat'
|
|
13178
13223
|
},
|
|
13179
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png'
|
|
13224
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png',
|
|
13225
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.svg',
|
|
13226
|
+
theme: {
|
|
13227
|
+
primary_color_hex: '#f4941c',
|
|
13228
|
+
background_color_hex: '#f4941c',
|
|
13229
|
+
circle: true
|
|
13230
|
+
}
|
|
13180
13231
|
}],
|
|
13181
13232
|
logo_URIs: {
|
|
13182
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png'
|
|
13233
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png',
|
|
13234
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.svg'
|
|
13183
13235
|
},
|
|
13184
13236
|
traces: [{
|
|
13185
13237
|
type: 'ibc-cw20',
|
package/mainnet/beezee.js
CHANGED
|
@@ -101,6 +101,122 @@ const assets = {
|
|
|
101
101
|
}
|
|
102
102
|
}]
|
|
103
103
|
},
|
|
104
|
+
{
|
|
105
|
+
description: 'The permissioned staking asset for Noble Chain',
|
|
106
|
+
denom_units: [{
|
|
107
|
+
denom: 'ibc/0CC1485F7DF4F335F6F416C46EDB77B09557EC7E5B7215BED40EB741D45FD6C8',
|
|
108
|
+
exponent: 0,
|
|
109
|
+
aliases: ['ustake']
|
|
110
|
+
}, {
|
|
111
|
+
denom: 'stake',
|
|
112
|
+
exponent: 6
|
|
113
|
+
}],
|
|
114
|
+
base: 'ibc/0CC1485F7DF4F335F6F416C46EDB77B09557EC7E5B7215BED40EB741D45FD6C8',
|
|
115
|
+
name: 'Stake',
|
|
116
|
+
display: 'stake',
|
|
117
|
+
symbol: 'STAKE',
|
|
118
|
+
logo_URIs: {
|
|
119
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
|
|
120
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg'
|
|
121
|
+
},
|
|
122
|
+
images: [{
|
|
123
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
|
|
124
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg',
|
|
125
|
+
theme: {
|
|
126
|
+
primary_color_hex: '#a8bbfb'
|
|
127
|
+
}
|
|
128
|
+
}],
|
|
129
|
+
traces: [{
|
|
130
|
+
type: 'ibc',
|
|
131
|
+
counterparty: {
|
|
132
|
+
channel_id: 'channel-95',
|
|
133
|
+
base_denom: 'ustake',
|
|
134
|
+
chain_name: 'noble'
|
|
135
|
+
},
|
|
136
|
+
chain: {
|
|
137
|
+
channel_id: 'channel-3'
|
|
138
|
+
}
|
|
139
|
+
}]
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
description: 'Frienzies are an IBC token redeemable exclusively for a physical asset issued by the Noble entity.',
|
|
143
|
+
denom_units: [{
|
|
144
|
+
denom: 'ibc/7B5D410F054FA84CAA574EF31B0C2A4896650DF5194E7CC47E029A9F8C81219B',
|
|
145
|
+
exponent: 0,
|
|
146
|
+
aliases: ['ufrienzies']
|
|
147
|
+
}, {
|
|
148
|
+
denom: 'frienzies',
|
|
149
|
+
exponent: 6
|
|
150
|
+
}],
|
|
151
|
+
base: 'ibc/7B5D410F054FA84CAA574EF31B0C2A4896650DF5194E7CC47E029A9F8C81219B',
|
|
152
|
+
display: 'frienzies',
|
|
153
|
+
name: 'Frienzies',
|
|
154
|
+
symbol: 'FRNZ',
|
|
155
|
+
logo_URIs: {
|
|
156
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
|
|
157
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg'
|
|
158
|
+
},
|
|
159
|
+
images: [{
|
|
160
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
|
|
161
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg',
|
|
162
|
+
theme: {
|
|
163
|
+
primary_color_hex: '#04041c'
|
|
164
|
+
}
|
|
165
|
+
}],
|
|
166
|
+
traces: [{
|
|
167
|
+
type: 'ibc',
|
|
168
|
+
counterparty: {
|
|
169
|
+
channel_id: 'channel-95',
|
|
170
|
+
base_denom: 'ufrienzies',
|
|
171
|
+
chain_name: 'noble'
|
|
172
|
+
},
|
|
173
|
+
chain: {
|
|
174
|
+
channel_id: 'channel-3'
|
|
175
|
+
}
|
|
176
|
+
}]
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
description: 'Ondo US Dollar Yield',
|
|
180
|
+
denom_units: [{
|
|
181
|
+
denom: 'ibc/441C99C902014BEFAB273290871973B8C0EAEAC141CD6574FCBD9232774C7EA5',
|
|
182
|
+
exponent: 0,
|
|
183
|
+
aliases: ['ausdy']
|
|
184
|
+
}, {
|
|
185
|
+
denom: 'usdy',
|
|
186
|
+
exponent: 18
|
|
187
|
+
}],
|
|
188
|
+
base: 'ibc/441C99C902014BEFAB273290871973B8C0EAEAC141CD6574FCBD9232774C7EA5',
|
|
189
|
+
display: 'usdy',
|
|
190
|
+
name: 'Ondo US Dollar Yield',
|
|
191
|
+
symbol: 'USDY',
|
|
192
|
+
logo_URIs: {
|
|
193
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
|
|
194
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg'
|
|
195
|
+
},
|
|
196
|
+
images: [{
|
|
197
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
|
|
198
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg',
|
|
199
|
+
theme: {
|
|
200
|
+
primary_color_hex: '#142c5c'
|
|
201
|
+
}
|
|
202
|
+
}],
|
|
203
|
+
coingecko_id: 'ondo-us-dollar-yield',
|
|
204
|
+
socials: {
|
|
205
|
+
website: 'https://ondo.finance/usdy',
|
|
206
|
+
twitter: 'https://x.com/OndoFinance'
|
|
207
|
+
},
|
|
208
|
+
traces: [{
|
|
209
|
+
type: 'ibc',
|
|
210
|
+
counterparty: {
|
|
211
|
+
channel_id: 'channel-95',
|
|
212
|
+
base_denom: 'ausdy',
|
|
213
|
+
chain_name: 'noble'
|
|
214
|
+
},
|
|
215
|
+
chain: {
|
|
216
|
+
channel_id: 'channel-3'
|
|
217
|
+
}
|
|
218
|
+
}]
|
|
219
|
+
},
|
|
104
220
|
{
|
|
105
221
|
description: 'The native token of Osmosis',
|
|
106
222
|
denom_units: [{
|
|
@@ -189,6 +305,122 @@ const assets = {
|
|
|
189
305
|
}
|
|
190
306
|
}]
|
|
191
307
|
},
|
|
308
|
+
{
|
|
309
|
+
description: 'The permissioned staking asset for Noble Chain',
|
|
310
|
+
denom_units: [{
|
|
311
|
+
denom: 'ibc/0CC1485F7DF4F335F6F416C46EDB77B09557EC7E5B7215BED40EB741D45FD6C8',
|
|
312
|
+
exponent: 0,
|
|
313
|
+
aliases: ['ustake']
|
|
314
|
+
}, {
|
|
315
|
+
denom: 'stake',
|
|
316
|
+
exponent: 6
|
|
317
|
+
}],
|
|
318
|
+
base: 'ibc/0CC1485F7DF4F335F6F416C46EDB77B09557EC7E5B7215BED40EB741D45FD6C8',
|
|
319
|
+
name: 'Stake',
|
|
320
|
+
display: 'stake',
|
|
321
|
+
symbol: 'STAKE',
|
|
322
|
+
logo_URIs: {
|
|
323
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
|
|
324
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg'
|
|
325
|
+
},
|
|
326
|
+
images: [{
|
|
327
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
|
|
328
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg',
|
|
329
|
+
theme: {
|
|
330
|
+
primary_color_hex: '#a8bbfb'
|
|
331
|
+
}
|
|
332
|
+
}],
|
|
333
|
+
traces: [{
|
|
334
|
+
type: 'ibc',
|
|
335
|
+
counterparty: {
|
|
336
|
+
channel_id: 'channel-95',
|
|
337
|
+
base_denom: 'ustake',
|
|
338
|
+
chain_name: 'noble'
|
|
339
|
+
},
|
|
340
|
+
chain: {
|
|
341
|
+
channel_id: 'channel-3'
|
|
342
|
+
}
|
|
343
|
+
}]
|
|
344
|
+
},
|
|
345
|
+
{
|
|
346
|
+
description: 'Frienzies are an IBC token redeemable exclusively for a physical asset issued by the Noble entity.',
|
|
347
|
+
denom_units: [{
|
|
348
|
+
denom: 'ibc/7B5D410F054FA84CAA574EF31B0C2A4896650DF5194E7CC47E029A9F8C81219B',
|
|
349
|
+
exponent: 0,
|
|
350
|
+
aliases: ['ufrienzies']
|
|
351
|
+
}, {
|
|
352
|
+
denom: 'frienzies',
|
|
353
|
+
exponent: 6
|
|
354
|
+
}],
|
|
355
|
+
base: 'ibc/7B5D410F054FA84CAA574EF31B0C2A4896650DF5194E7CC47E029A9F8C81219B',
|
|
356
|
+
display: 'frienzies',
|
|
357
|
+
name: 'Frienzies',
|
|
358
|
+
symbol: 'FRNZ',
|
|
359
|
+
logo_URIs: {
|
|
360
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
|
|
361
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg'
|
|
362
|
+
},
|
|
363
|
+
images: [{
|
|
364
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
|
|
365
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg',
|
|
366
|
+
theme: {
|
|
367
|
+
primary_color_hex: '#04041c'
|
|
368
|
+
}
|
|
369
|
+
}],
|
|
370
|
+
traces: [{
|
|
371
|
+
type: 'ibc',
|
|
372
|
+
counterparty: {
|
|
373
|
+
channel_id: 'channel-95',
|
|
374
|
+
base_denom: 'ufrienzies',
|
|
375
|
+
chain_name: 'noble'
|
|
376
|
+
},
|
|
377
|
+
chain: {
|
|
378
|
+
channel_id: 'channel-3'
|
|
379
|
+
}
|
|
380
|
+
}]
|
|
381
|
+
},
|
|
382
|
+
{
|
|
383
|
+
description: 'Ondo US Dollar Yield',
|
|
384
|
+
denom_units: [{
|
|
385
|
+
denom: 'ibc/441C99C902014BEFAB273290871973B8C0EAEAC141CD6574FCBD9232774C7EA5',
|
|
386
|
+
exponent: 0,
|
|
387
|
+
aliases: ['ausdy']
|
|
388
|
+
}, {
|
|
389
|
+
denom: 'usdy',
|
|
390
|
+
exponent: 18
|
|
391
|
+
}],
|
|
392
|
+
base: 'ibc/441C99C902014BEFAB273290871973B8C0EAEAC141CD6574FCBD9232774C7EA5',
|
|
393
|
+
display: 'usdy',
|
|
394
|
+
name: 'Ondo US Dollar Yield',
|
|
395
|
+
symbol: 'USDY',
|
|
396
|
+
logo_URIs: {
|
|
397
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
|
|
398
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg'
|
|
399
|
+
},
|
|
400
|
+
images: [{
|
|
401
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
|
|
402
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg',
|
|
403
|
+
theme: {
|
|
404
|
+
primary_color_hex: '#142c5c'
|
|
405
|
+
}
|
|
406
|
+
}],
|
|
407
|
+
coingecko_id: 'ondo-us-dollar-yield',
|
|
408
|
+
socials: {
|
|
409
|
+
website: 'https://ondo.finance/usdy',
|
|
410
|
+
twitter: 'https://x.com/OndoFinance'
|
|
411
|
+
},
|
|
412
|
+
traces: [{
|
|
413
|
+
type: 'ibc',
|
|
414
|
+
counterparty: {
|
|
415
|
+
channel_id: 'channel-95',
|
|
416
|
+
base_denom: 'ausdy',
|
|
417
|
+
chain_name: 'noble'
|
|
418
|
+
},
|
|
419
|
+
chain: {
|
|
420
|
+
channel_id: 'channel-3'
|
|
421
|
+
}
|
|
422
|
+
}]
|
|
423
|
+
},
|
|
192
424
|
{
|
|
193
425
|
description: 'The native token of Osmosis',
|
|
194
426
|
denom_units: [{
|
package/mainnet/composable.js
CHANGED
|
@@ -814,7 +814,8 @@ const assets = {
|
|
|
814
814
|
display: 'SOL',
|
|
815
815
|
symbol: 'SOL',
|
|
816
816
|
logo_URIs: {
|
|
817
|
-
|
|
817
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.png',
|
|
818
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.svg'
|
|
818
819
|
},
|
|
819
820
|
coingecko_id: 'solana',
|
|
820
821
|
images: [{
|
|
@@ -3437,7 +3438,8 @@ const assets = {
|
|
|
3437
3438
|
display: 'SOL',
|
|
3438
3439
|
symbol: 'SOL',
|
|
3439
3440
|
logo_URIs: {
|
|
3440
|
-
|
|
3441
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.png',
|
|
3442
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.svg'
|
|
3441
3443
|
},
|
|
3442
3444
|
coingecko_id: 'solana',
|
|
3443
3445
|
images: [{
|