@chain-registry/assets 1.64.80 → 1.64.82
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/acrechain.js +8 -0
- package/esm/mainnet/andromeda.js +176 -0
- package/esm/mainnet/beezee.js +232 -0
- package/esm/mainnet/composable.js +4 -2
- package/esm/mainnet/cosmoshub.js +8 -0
- package/esm/mainnet/injective.js +8 -0
- package/esm/mainnet/migaloo.js +14 -20
- package/esm/mainnet/noble.js +148 -20
- package/esm/mainnet/osmosis.js +98 -24
- package/esm/mainnet/secretnetwork.js +80 -20
- package/mainnet/acrechain.js +8 -0
- package/mainnet/andromeda.js +176 -0
- package/mainnet/beezee.js +232 -0
- package/mainnet/composable.js +4 -2
- package/mainnet/cosmoshub.js +8 -0
- package/mainnet/injective.js +8 -0
- package/mainnet/migaloo.js +14 -20
- package/mainnet/noble.js +148 -20
- package/mainnet/osmosis.js +98 -24
- package/mainnet/secretnetwork.js +80 -20
- package/package.json +5 -5
package/esm/mainnet/acrechain.js
CHANGED
|
@@ -348,6 +348,10 @@ const assets = {
|
|
|
348
348
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
349
349
|
},
|
|
350
350
|
coingecko_id: 'oraichain-token',
|
|
351
|
+
socials: {
|
|
352
|
+
website: 'https://orai.io/',
|
|
353
|
+
twitter: 'https://x.com/oraichain'
|
|
354
|
+
},
|
|
351
355
|
images: [
|
|
352
356
|
{
|
|
353
357
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
@@ -2009,6 +2013,10 @@ const assets = {
|
|
|
2009
2013
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
2010
2014
|
},
|
|
2011
2015
|
coingecko_id: 'oraichain-token',
|
|
2016
|
+
socials: {
|
|
2017
|
+
website: 'https://orai.io/',
|
|
2018
|
+
twitter: 'https://x.com/oraichain'
|
|
2019
|
+
},
|
|
2012
2020
|
images: [
|
|
2013
2021
|
{
|
|
2014
2022
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
package/esm/mainnet/andromeda.js
CHANGED
|
@@ -406,6 +406,94 @@ const assets = {
|
|
|
406
406
|
}
|
|
407
407
|
}]
|
|
408
408
|
},
|
|
409
|
+
{
|
|
410
|
+
description: 'The native token of Osmosis',
|
|
411
|
+
denom_units: [{
|
|
412
|
+
denom: 'ibc/B4314D0E670CB43C88A5DCA09F76E5E812BD831CC2FEC6E434C9E5A9D1F57953',
|
|
413
|
+
exponent: 0,
|
|
414
|
+
aliases: ['uosmo']
|
|
415
|
+
}, {
|
|
416
|
+
denom: 'osmo',
|
|
417
|
+
exponent: 6
|
|
418
|
+
}],
|
|
419
|
+
type_asset: 'sdk.coin',
|
|
420
|
+
base: 'ibc/B4314D0E670CB43C88A5DCA09F76E5E812BD831CC2FEC6E434C9E5A9D1F57953',
|
|
421
|
+
name: 'Osmosis',
|
|
422
|
+
display: 'osmo',
|
|
423
|
+
symbol: 'OSMO',
|
|
424
|
+
logo_URIs: {
|
|
425
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
426
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
427
|
+
},
|
|
428
|
+
images: [{
|
|
429
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
430
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg',
|
|
431
|
+
theme: {
|
|
432
|
+
primary_color_hex: '#760dbb'
|
|
433
|
+
}
|
|
434
|
+
}],
|
|
435
|
+
coingecko_id: 'osmosis',
|
|
436
|
+
keywords: ['dex', 'staking'],
|
|
437
|
+
socials: {
|
|
438
|
+
website: 'https://osmosis.zone',
|
|
439
|
+
twitter: 'https://twitter.com/osmosiszone'
|
|
440
|
+
},
|
|
441
|
+
traces: [{
|
|
442
|
+
type: 'ibc',
|
|
443
|
+
counterparty: {
|
|
444
|
+
channel_id: 'channel-81924',
|
|
445
|
+
base_denom: 'uosmo',
|
|
446
|
+
chain_name: 'osmosis'
|
|
447
|
+
},
|
|
448
|
+
chain: {
|
|
449
|
+
channel_id: 'channel-17'
|
|
450
|
+
}
|
|
451
|
+
}]
|
|
452
|
+
},
|
|
453
|
+
{
|
|
454
|
+
description: 'ION is the second native token of Osmosis.',
|
|
455
|
+
denom_units: [{
|
|
456
|
+
denom: 'ibc/FF03988A22CDAB8C0AFD760DE5A612767165B2B6B73BDB6F4CCD1D0359D7CEAD',
|
|
457
|
+
exponent: 0,
|
|
458
|
+
aliases: ['uion']
|
|
459
|
+
}, {
|
|
460
|
+
denom: 'ion',
|
|
461
|
+
exponent: 6
|
|
462
|
+
}],
|
|
463
|
+
type_asset: 'sdk.coin',
|
|
464
|
+
base: 'ibc/FF03988A22CDAB8C0AFD760DE5A612767165B2B6B73BDB6F4CCD1D0359D7CEAD',
|
|
465
|
+
name: 'Ion DAO',
|
|
466
|
+
display: 'ion',
|
|
467
|
+
symbol: 'ION',
|
|
468
|
+
logo_URIs: {
|
|
469
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
470
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
471
|
+
},
|
|
472
|
+
images: [{
|
|
473
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
474
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg',
|
|
475
|
+
theme: {
|
|
476
|
+
primary_color_hex: '#4453c7'
|
|
477
|
+
}
|
|
478
|
+
}],
|
|
479
|
+
coingecko_id: 'ion',
|
|
480
|
+
keywords: ['memecoin', 'defi'],
|
|
481
|
+
socials: {
|
|
482
|
+
website: 'https://ion.wtf',
|
|
483
|
+
twitter: 'https://twitter.com/_IONDAO'
|
|
484
|
+
},
|
|
485
|
+
traces: [{
|
|
486
|
+
type: 'ibc',
|
|
487
|
+
counterparty: {
|
|
488
|
+
channel_id: 'channel-81924',
|
|
489
|
+
base_denom: 'uion',
|
|
490
|
+
chain_name: 'osmosis'
|
|
491
|
+
},
|
|
492
|
+
chain: {
|
|
493
|
+
channel_id: 'channel-17'
|
|
494
|
+
}
|
|
495
|
+
}]
|
|
496
|
+
},
|
|
409
497
|
{
|
|
410
498
|
description: 'Secret Network is a privacy-focused blockchain that enables private and secure smart contracts, protecting sensitive data.',
|
|
411
499
|
denom_units: [{
|
|
@@ -895,6 +983,94 @@ const assets = {
|
|
|
895
983
|
}
|
|
896
984
|
}]
|
|
897
985
|
},
|
|
986
|
+
{
|
|
987
|
+
description: 'The native token of Osmosis',
|
|
988
|
+
denom_units: [{
|
|
989
|
+
denom: 'ibc/B4314D0E670CB43C88A5DCA09F76E5E812BD831CC2FEC6E434C9E5A9D1F57953',
|
|
990
|
+
exponent: 0,
|
|
991
|
+
aliases: ['uosmo']
|
|
992
|
+
}, {
|
|
993
|
+
denom: 'osmo',
|
|
994
|
+
exponent: 6
|
|
995
|
+
}],
|
|
996
|
+
type_asset: 'sdk.coin',
|
|
997
|
+
base: 'ibc/B4314D0E670CB43C88A5DCA09F76E5E812BD831CC2FEC6E434C9E5A9D1F57953',
|
|
998
|
+
name: 'Osmosis',
|
|
999
|
+
display: 'osmo',
|
|
1000
|
+
symbol: 'OSMO',
|
|
1001
|
+
logo_URIs: {
|
|
1002
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
1003
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
1004
|
+
},
|
|
1005
|
+
images: [{
|
|
1006
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
1007
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg',
|
|
1008
|
+
theme: {
|
|
1009
|
+
primary_color_hex: '#760dbb'
|
|
1010
|
+
}
|
|
1011
|
+
}],
|
|
1012
|
+
coingecko_id: 'osmosis',
|
|
1013
|
+
keywords: ['dex', 'staking'],
|
|
1014
|
+
socials: {
|
|
1015
|
+
website: 'https://osmosis.zone',
|
|
1016
|
+
twitter: 'https://twitter.com/osmosiszone'
|
|
1017
|
+
},
|
|
1018
|
+
traces: [{
|
|
1019
|
+
type: 'ibc',
|
|
1020
|
+
counterparty: {
|
|
1021
|
+
channel_id: 'channel-81924',
|
|
1022
|
+
base_denom: 'uosmo',
|
|
1023
|
+
chain_name: 'osmosis'
|
|
1024
|
+
},
|
|
1025
|
+
chain: {
|
|
1026
|
+
channel_id: 'channel-17'
|
|
1027
|
+
}
|
|
1028
|
+
}]
|
|
1029
|
+
},
|
|
1030
|
+
{
|
|
1031
|
+
description: 'ION is the second native token of Osmosis.',
|
|
1032
|
+
denom_units: [{
|
|
1033
|
+
denom: 'ibc/FF03988A22CDAB8C0AFD760DE5A612767165B2B6B73BDB6F4CCD1D0359D7CEAD',
|
|
1034
|
+
exponent: 0,
|
|
1035
|
+
aliases: ['uion']
|
|
1036
|
+
}, {
|
|
1037
|
+
denom: 'ion',
|
|
1038
|
+
exponent: 6
|
|
1039
|
+
}],
|
|
1040
|
+
type_asset: 'sdk.coin',
|
|
1041
|
+
base: 'ibc/FF03988A22CDAB8C0AFD760DE5A612767165B2B6B73BDB6F4CCD1D0359D7CEAD',
|
|
1042
|
+
name: 'Ion DAO',
|
|
1043
|
+
display: 'ion',
|
|
1044
|
+
symbol: 'ION',
|
|
1045
|
+
logo_URIs: {
|
|
1046
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
1047
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
1048
|
+
},
|
|
1049
|
+
images: [{
|
|
1050
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
1051
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg',
|
|
1052
|
+
theme: {
|
|
1053
|
+
primary_color_hex: '#4453c7'
|
|
1054
|
+
}
|
|
1055
|
+
}],
|
|
1056
|
+
coingecko_id: 'ion',
|
|
1057
|
+
keywords: ['memecoin', 'defi'],
|
|
1058
|
+
socials: {
|
|
1059
|
+
website: 'https://ion.wtf',
|
|
1060
|
+
twitter: 'https://twitter.com/_IONDAO'
|
|
1061
|
+
},
|
|
1062
|
+
traces: [{
|
|
1063
|
+
type: 'ibc',
|
|
1064
|
+
counterparty: {
|
|
1065
|
+
channel_id: 'channel-81924',
|
|
1066
|
+
base_denom: 'uion',
|
|
1067
|
+
chain_name: 'osmosis'
|
|
1068
|
+
},
|
|
1069
|
+
chain: {
|
|
1070
|
+
channel_id: 'channel-17'
|
|
1071
|
+
}
|
|
1072
|
+
}]
|
|
1073
|
+
},
|
|
898
1074
|
{
|
|
899
1075
|
description: 'Secret Network is a privacy-focused blockchain that enables private and secure smart contracts, protecting sensitive data.',
|
|
900
1076
|
denom_units: [{
|
package/esm/mainnet/beezee.js
CHANGED
|
@@ -99,6 +99,122 @@ const assets = {
|
|
|
99
99
|
}
|
|
100
100
|
}]
|
|
101
101
|
},
|
|
102
|
+
{
|
|
103
|
+
description: 'The permissioned staking asset for Noble Chain',
|
|
104
|
+
denom_units: [{
|
|
105
|
+
denom: 'ibc/0CC1485F7DF4F335F6F416C46EDB77B09557EC7E5B7215BED40EB741D45FD6C8',
|
|
106
|
+
exponent: 0,
|
|
107
|
+
aliases: ['ustake']
|
|
108
|
+
}, {
|
|
109
|
+
denom: 'stake',
|
|
110
|
+
exponent: 6
|
|
111
|
+
}],
|
|
112
|
+
base: 'ibc/0CC1485F7DF4F335F6F416C46EDB77B09557EC7E5B7215BED40EB741D45FD6C8',
|
|
113
|
+
name: 'Stake',
|
|
114
|
+
display: 'stake',
|
|
115
|
+
symbol: 'STAKE',
|
|
116
|
+
logo_URIs: {
|
|
117
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
|
|
118
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg'
|
|
119
|
+
},
|
|
120
|
+
images: [{
|
|
121
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
|
|
122
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg',
|
|
123
|
+
theme: {
|
|
124
|
+
primary_color_hex: '#a8bbfb'
|
|
125
|
+
}
|
|
126
|
+
}],
|
|
127
|
+
traces: [{
|
|
128
|
+
type: 'ibc',
|
|
129
|
+
counterparty: {
|
|
130
|
+
channel_id: 'channel-95',
|
|
131
|
+
base_denom: 'ustake',
|
|
132
|
+
chain_name: 'noble'
|
|
133
|
+
},
|
|
134
|
+
chain: {
|
|
135
|
+
channel_id: 'channel-3'
|
|
136
|
+
}
|
|
137
|
+
}]
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
description: 'Frienzies are an IBC token redeemable exclusively for a physical asset issued by the Noble entity.',
|
|
141
|
+
denom_units: [{
|
|
142
|
+
denom: 'ibc/7B5D410F054FA84CAA574EF31B0C2A4896650DF5194E7CC47E029A9F8C81219B',
|
|
143
|
+
exponent: 0,
|
|
144
|
+
aliases: ['ufrienzies']
|
|
145
|
+
}, {
|
|
146
|
+
denom: 'frienzies',
|
|
147
|
+
exponent: 6
|
|
148
|
+
}],
|
|
149
|
+
base: 'ibc/7B5D410F054FA84CAA574EF31B0C2A4896650DF5194E7CC47E029A9F8C81219B',
|
|
150
|
+
display: 'frienzies',
|
|
151
|
+
name: 'Frienzies',
|
|
152
|
+
symbol: 'FRNZ',
|
|
153
|
+
logo_URIs: {
|
|
154
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
|
|
155
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg'
|
|
156
|
+
},
|
|
157
|
+
images: [{
|
|
158
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
|
|
159
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg',
|
|
160
|
+
theme: {
|
|
161
|
+
primary_color_hex: '#04041c'
|
|
162
|
+
}
|
|
163
|
+
}],
|
|
164
|
+
traces: [{
|
|
165
|
+
type: 'ibc',
|
|
166
|
+
counterparty: {
|
|
167
|
+
channel_id: 'channel-95',
|
|
168
|
+
base_denom: 'ufrienzies',
|
|
169
|
+
chain_name: 'noble'
|
|
170
|
+
},
|
|
171
|
+
chain: {
|
|
172
|
+
channel_id: 'channel-3'
|
|
173
|
+
}
|
|
174
|
+
}]
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
description: 'Ondo US Dollar Yield',
|
|
178
|
+
denom_units: [{
|
|
179
|
+
denom: 'ibc/441C99C902014BEFAB273290871973B8C0EAEAC141CD6574FCBD9232774C7EA5',
|
|
180
|
+
exponent: 0,
|
|
181
|
+
aliases: ['ausdy']
|
|
182
|
+
}, {
|
|
183
|
+
denom: 'usdy',
|
|
184
|
+
exponent: 18
|
|
185
|
+
}],
|
|
186
|
+
base: 'ibc/441C99C902014BEFAB273290871973B8C0EAEAC141CD6574FCBD9232774C7EA5',
|
|
187
|
+
display: 'usdy',
|
|
188
|
+
name: 'Ondo US Dollar Yield',
|
|
189
|
+
symbol: 'USDY',
|
|
190
|
+
logo_URIs: {
|
|
191
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
|
|
192
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg'
|
|
193
|
+
},
|
|
194
|
+
images: [{
|
|
195
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
|
|
196
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg',
|
|
197
|
+
theme: {
|
|
198
|
+
primary_color_hex: '#142c5c'
|
|
199
|
+
}
|
|
200
|
+
}],
|
|
201
|
+
coingecko_id: 'ondo-us-dollar-yield',
|
|
202
|
+
socials: {
|
|
203
|
+
website: 'https://ondo.finance/usdy',
|
|
204
|
+
twitter: 'https://x.com/OndoFinance'
|
|
205
|
+
},
|
|
206
|
+
traces: [{
|
|
207
|
+
type: 'ibc',
|
|
208
|
+
counterparty: {
|
|
209
|
+
channel_id: 'channel-95',
|
|
210
|
+
base_denom: 'ausdy',
|
|
211
|
+
chain_name: 'noble'
|
|
212
|
+
},
|
|
213
|
+
chain: {
|
|
214
|
+
channel_id: 'channel-3'
|
|
215
|
+
}
|
|
216
|
+
}]
|
|
217
|
+
},
|
|
102
218
|
{
|
|
103
219
|
description: 'The native token of Osmosis',
|
|
104
220
|
denom_units: [{
|
|
@@ -187,6 +303,122 @@ const assets = {
|
|
|
187
303
|
}
|
|
188
304
|
}]
|
|
189
305
|
},
|
|
306
|
+
{
|
|
307
|
+
description: 'The permissioned staking asset for Noble Chain',
|
|
308
|
+
denom_units: [{
|
|
309
|
+
denom: 'ibc/0CC1485F7DF4F335F6F416C46EDB77B09557EC7E5B7215BED40EB741D45FD6C8',
|
|
310
|
+
exponent: 0,
|
|
311
|
+
aliases: ['ustake']
|
|
312
|
+
}, {
|
|
313
|
+
denom: 'stake',
|
|
314
|
+
exponent: 6
|
|
315
|
+
}],
|
|
316
|
+
base: 'ibc/0CC1485F7DF4F335F6F416C46EDB77B09557EC7E5B7215BED40EB741D45FD6C8',
|
|
317
|
+
name: 'Stake',
|
|
318
|
+
display: 'stake',
|
|
319
|
+
symbol: 'STAKE',
|
|
320
|
+
logo_URIs: {
|
|
321
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
|
|
322
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg'
|
|
323
|
+
},
|
|
324
|
+
images: [{
|
|
325
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
|
|
326
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg',
|
|
327
|
+
theme: {
|
|
328
|
+
primary_color_hex: '#a8bbfb'
|
|
329
|
+
}
|
|
330
|
+
}],
|
|
331
|
+
traces: [{
|
|
332
|
+
type: 'ibc',
|
|
333
|
+
counterparty: {
|
|
334
|
+
channel_id: 'channel-95',
|
|
335
|
+
base_denom: 'ustake',
|
|
336
|
+
chain_name: 'noble'
|
|
337
|
+
},
|
|
338
|
+
chain: {
|
|
339
|
+
channel_id: 'channel-3'
|
|
340
|
+
}
|
|
341
|
+
}]
|
|
342
|
+
},
|
|
343
|
+
{
|
|
344
|
+
description: 'Frienzies are an IBC token redeemable exclusively for a physical asset issued by the Noble entity.',
|
|
345
|
+
denom_units: [{
|
|
346
|
+
denom: 'ibc/7B5D410F054FA84CAA574EF31B0C2A4896650DF5194E7CC47E029A9F8C81219B',
|
|
347
|
+
exponent: 0,
|
|
348
|
+
aliases: ['ufrienzies']
|
|
349
|
+
}, {
|
|
350
|
+
denom: 'frienzies',
|
|
351
|
+
exponent: 6
|
|
352
|
+
}],
|
|
353
|
+
base: 'ibc/7B5D410F054FA84CAA574EF31B0C2A4896650DF5194E7CC47E029A9F8C81219B',
|
|
354
|
+
display: 'frienzies',
|
|
355
|
+
name: 'Frienzies',
|
|
356
|
+
symbol: 'FRNZ',
|
|
357
|
+
logo_URIs: {
|
|
358
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
|
|
359
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg'
|
|
360
|
+
},
|
|
361
|
+
images: [{
|
|
362
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
|
|
363
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg',
|
|
364
|
+
theme: {
|
|
365
|
+
primary_color_hex: '#04041c'
|
|
366
|
+
}
|
|
367
|
+
}],
|
|
368
|
+
traces: [{
|
|
369
|
+
type: 'ibc',
|
|
370
|
+
counterparty: {
|
|
371
|
+
channel_id: 'channel-95',
|
|
372
|
+
base_denom: 'ufrienzies',
|
|
373
|
+
chain_name: 'noble'
|
|
374
|
+
},
|
|
375
|
+
chain: {
|
|
376
|
+
channel_id: 'channel-3'
|
|
377
|
+
}
|
|
378
|
+
}]
|
|
379
|
+
},
|
|
380
|
+
{
|
|
381
|
+
description: 'Ondo US Dollar Yield',
|
|
382
|
+
denom_units: [{
|
|
383
|
+
denom: 'ibc/441C99C902014BEFAB273290871973B8C0EAEAC141CD6574FCBD9232774C7EA5',
|
|
384
|
+
exponent: 0,
|
|
385
|
+
aliases: ['ausdy']
|
|
386
|
+
}, {
|
|
387
|
+
denom: 'usdy',
|
|
388
|
+
exponent: 18
|
|
389
|
+
}],
|
|
390
|
+
base: 'ibc/441C99C902014BEFAB273290871973B8C0EAEAC141CD6574FCBD9232774C7EA5',
|
|
391
|
+
display: 'usdy',
|
|
392
|
+
name: 'Ondo US Dollar Yield',
|
|
393
|
+
symbol: 'USDY',
|
|
394
|
+
logo_URIs: {
|
|
395
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
|
|
396
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg'
|
|
397
|
+
},
|
|
398
|
+
images: [{
|
|
399
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
|
|
400
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg',
|
|
401
|
+
theme: {
|
|
402
|
+
primary_color_hex: '#142c5c'
|
|
403
|
+
}
|
|
404
|
+
}],
|
|
405
|
+
coingecko_id: 'ondo-us-dollar-yield',
|
|
406
|
+
socials: {
|
|
407
|
+
website: 'https://ondo.finance/usdy',
|
|
408
|
+
twitter: 'https://x.com/OndoFinance'
|
|
409
|
+
},
|
|
410
|
+
traces: [{
|
|
411
|
+
type: 'ibc',
|
|
412
|
+
counterparty: {
|
|
413
|
+
channel_id: 'channel-95',
|
|
414
|
+
base_denom: 'ausdy',
|
|
415
|
+
chain_name: 'noble'
|
|
416
|
+
},
|
|
417
|
+
chain: {
|
|
418
|
+
channel_id: 'channel-3'
|
|
419
|
+
}
|
|
420
|
+
}]
|
|
421
|
+
},
|
|
190
422
|
{
|
|
191
423
|
description: 'The native token of Osmosis',
|
|
192
424
|
denom_units: [{
|
|
@@ -812,7 +812,8 @@ const assets = {
|
|
|
812
812
|
display: 'SOL',
|
|
813
813
|
symbol: 'SOL',
|
|
814
814
|
logo_URIs: {
|
|
815
|
-
|
|
815
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.png',
|
|
816
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.svg'
|
|
816
817
|
},
|
|
817
818
|
coingecko_id: 'solana',
|
|
818
819
|
images: [{
|
|
@@ -3435,7 +3436,8 @@ const assets = {
|
|
|
3435
3436
|
display: 'SOL',
|
|
3436
3437
|
symbol: 'SOL',
|
|
3437
3438
|
logo_URIs: {
|
|
3438
|
-
|
|
3439
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.png',
|
|
3440
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.svg'
|
|
3439
3441
|
},
|
|
3440
3442
|
coingecko_id: 'solana',
|
|
3441
3443
|
images: [{
|
package/esm/mainnet/cosmoshub.js
CHANGED
|
@@ -3338,6 +3338,10 @@ const assets = {
|
|
|
3338
3338
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
3339
3339
|
},
|
|
3340
3340
|
coingecko_id: 'oraichain-token',
|
|
3341
|
+
socials: {
|
|
3342
|
+
website: 'https://orai.io/',
|
|
3343
|
+
twitter: 'https://x.com/oraichain'
|
|
3344
|
+
},
|
|
3341
3345
|
images: [
|
|
3342
3346
|
{
|
|
3343
3347
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
@@ -8774,6 +8778,10 @@ const assets = {
|
|
|
8774
8778
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
8775
8779
|
},
|
|
8776
8780
|
coingecko_id: 'oraichain-token',
|
|
8781
|
+
socials: {
|
|
8782
|
+
website: 'https://orai.io/',
|
|
8783
|
+
twitter: 'https://x.com/oraichain'
|
|
8784
|
+
},
|
|
8777
8785
|
images: [
|
|
8778
8786
|
{
|
|
8779
8787
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
package/esm/mainnet/injective.js
CHANGED
|
@@ -1707,6 +1707,10 @@ const assets = {
|
|
|
1707
1707
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
1708
1708
|
},
|
|
1709
1709
|
coingecko_id: 'oraichain-token',
|
|
1710
|
+
socials: {
|
|
1711
|
+
website: 'https://orai.io/',
|
|
1712
|
+
twitter: 'https://x.com/oraichain'
|
|
1713
|
+
},
|
|
1710
1714
|
images: [
|
|
1711
1715
|
{
|
|
1712
1716
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
@@ -5342,6 +5346,10 @@ const assets = {
|
|
|
5342
5346
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
5343
5347
|
},
|
|
5344
5348
|
coingecko_id: 'oraichain-token',
|
|
5349
|
+
socials: {
|
|
5350
|
+
website: 'https://orai.io/',
|
|
5351
|
+
twitter: 'https://x.com/oraichain'
|
|
5352
|
+
},
|
|
5345
5353
|
images: [
|
|
5346
5354
|
{
|
|
5347
5355
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
package/esm/mainnet/migaloo.js
CHANGED
|
@@ -9712,7 +9712,7 @@ const assets = {
|
|
|
9712
9712
|
}]
|
|
9713
9713
|
},
|
|
9714
9714
|
{
|
|
9715
|
-
description: '
|
|
9715
|
+
description: 'Juris Protocol is the Lending Platform for the Terra Ecosystem.',
|
|
9716
9716
|
type_asset: 'cw20',
|
|
9717
9717
|
address: 'terra1vhgq25vwuhdhn9xjll0rhl2s67jzw78a4g2t78y5kz89q9lsdskq2pxcj2',
|
|
9718
9718
|
denom_units: [{
|
|
@@ -9720,21 +9720,18 @@ const assets = {
|
|
|
9720
9720
|
exponent: 0,
|
|
9721
9721
|
aliases: ['cw20:terra1vhgq25vwuhdhn9xjll0rhl2s67jzw78a4g2t78y5kz89q9lsdskq2pxcj2']
|
|
9722
9722
|
}, {
|
|
9723
|
-
denom: '
|
|
9723
|
+
denom: 'juris',
|
|
9724
9724
|
exponent: 6
|
|
9725
9725
|
}],
|
|
9726
9726
|
base: 'ibc/44C29C91F202E20C8E28DFB1FA89B725C54171CD77B8948836C72E7A97E4A018',
|
|
9727
|
-
name: '
|
|
9728
|
-
display: '
|
|
9729
|
-
symbol: '
|
|
9727
|
+
name: 'Juris Protocol',
|
|
9728
|
+
display: 'juris',
|
|
9729
|
+
symbol: 'JURIS',
|
|
9730
9730
|
logo_URIs: {
|
|
9731
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/
|
|
9731
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/juris.png'
|
|
9732
9732
|
},
|
|
9733
9733
|
images: [{
|
|
9734
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/
|
|
9735
|
-
theme: {
|
|
9736
|
-
primary_color_hex: '#191717'
|
|
9737
|
-
}
|
|
9734
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/juris.png'
|
|
9738
9735
|
}],
|
|
9739
9736
|
traces: [{
|
|
9740
9737
|
type: 'ibc-cw20',
|
|
@@ -18447,7 +18444,7 @@ const assets = {
|
|
|
18447
18444
|
}]
|
|
18448
18445
|
},
|
|
18449
18446
|
{
|
|
18450
|
-
description: '
|
|
18447
|
+
description: 'Juris Protocol is the Lending Platform for the Terra Ecosystem.',
|
|
18451
18448
|
type_asset: 'cw20',
|
|
18452
18449
|
address: 'terra1vhgq25vwuhdhn9xjll0rhl2s67jzw78a4g2t78y5kz89q9lsdskq2pxcj2',
|
|
18453
18450
|
denom_units: [{
|
|
@@ -18455,21 +18452,18 @@ const assets = {
|
|
|
18455
18452
|
exponent: 0,
|
|
18456
18453
|
aliases: ['cw20:terra1vhgq25vwuhdhn9xjll0rhl2s67jzw78a4g2t78y5kz89q9lsdskq2pxcj2']
|
|
18457
18454
|
}, {
|
|
18458
|
-
denom: '
|
|
18455
|
+
denom: 'juris',
|
|
18459
18456
|
exponent: 6
|
|
18460
18457
|
}],
|
|
18461
18458
|
base: 'ibc/44C29C91F202E20C8E28DFB1FA89B725C54171CD77B8948836C72E7A97E4A018',
|
|
18462
|
-
name: '
|
|
18463
|
-
display: '
|
|
18464
|
-
symbol: '
|
|
18459
|
+
name: 'Juris Protocol',
|
|
18460
|
+
display: 'juris',
|
|
18461
|
+
symbol: 'JURIS',
|
|
18465
18462
|
logo_URIs: {
|
|
18466
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/
|
|
18463
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/juris.png'
|
|
18467
18464
|
},
|
|
18468
18465
|
images: [{
|
|
18469
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/
|
|
18470
|
-
theme: {
|
|
18471
|
-
primary_color_hex: '#191717'
|
|
18472
|
-
}
|
|
18466
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/juris.png'
|
|
18473
18467
|
}],
|
|
18474
18468
|
traces: [{
|
|
18475
18469
|
type: 'ibc-cw20',
|