@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/noble.js
CHANGED
|
@@ -168,6 +168,44 @@ const assets = {
|
|
|
168
168
|
}
|
|
169
169
|
}]
|
|
170
170
|
},
|
|
171
|
+
{
|
|
172
|
+
description: 'BeeZee native blockchain',
|
|
173
|
+
denom_units: [{
|
|
174
|
+
denom: 'ibc/013AE50CCCE7DC02463EE602010A0F25C8405F39D7CB3BB4E944DCF2213C18AF',
|
|
175
|
+
exponent: 0,
|
|
176
|
+
aliases: ['ubze']
|
|
177
|
+
}, {
|
|
178
|
+
denom: 'bze',
|
|
179
|
+
exponent: 6
|
|
180
|
+
}],
|
|
181
|
+
base: 'ibc/013AE50CCCE7DC02463EE602010A0F25C8405F39D7CB3BB4E944DCF2213C18AF',
|
|
182
|
+
name: 'BeeZee',
|
|
183
|
+
display: 'bze',
|
|
184
|
+
symbol: 'BZE',
|
|
185
|
+
logo_URIs: {
|
|
186
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.png',
|
|
187
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.svg'
|
|
188
|
+
},
|
|
189
|
+
coingecko_id: 'bzedge',
|
|
190
|
+
images: [{
|
|
191
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.png',
|
|
192
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.svg',
|
|
193
|
+
theme: {
|
|
194
|
+
primary_color_hex: '#079fd7'
|
|
195
|
+
}
|
|
196
|
+
}],
|
|
197
|
+
traces: [{
|
|
198
|
+
type: 'ibc',
|
|
199
|
+
counterparty: {
|
|
200
|
+
channel_id: 'channel-3',
|
|
201
|
+
base_denom: 'ubze',
|
|
202
|
+
chain_name: 'beezee'
|
|
203
|
+
},
|
|
204
|
+
chain: {
|
|
205
|
+
channel_id: 'channel-95'
|
|
206
|
+
}
|
|
207
|
+
}]
|
|
208
|
+
},
|
|
171
209
|
{
|
|
172
210
|
description: 'The native token of Coreum',
|
|
173
211
|
denom_units: [{
|
|
@@ -1848,6 +1886,44 @@ const assets = {
|
|
|
1848
1886
|
}
|
|
1849
1887
|
}]
|
|
1850
1888
|
},
|
|
1889
|
+
{
|
|
1890
|
+
description: 'BeeZee native blockchain',
|
|
1891
|
+
denom_units: [{
|
|
1892
|
+
denom: 'ibc/013AE50CCCE7DC02463EE602010A0F25C8405F39D7CB3BB4E944DCF2213C18AF',
|
|
1893
|
+
exponent: 0,
|
|
1894
|
+
aliases: ['ubze']
|
|
1895
|
+
}, {
|
|
1896
|
+
denom: 'bze',
|
|
1897
|
+
exponent: 6
|
|
1898
|
+
}],
|
|
1899
|
+
base: 'ibc/013AE50CCCE7DC02463EE602010A0F25C8405F39D7CB3BB4E944DCF2213C18AF',
|
|
1900
|
+
name: 'BeeZee',
|
|
1901
|
+
display: 'bze',
|
|
1902
|
+
symbol: 'BZE',
|
|
1903
|
+
logo_URIs: {
|
|
1904
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.png',
|
|
1905
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.svg'
|
|
1906
|
+
},
|
|
1907
|
+
coingecko_id: 'bzedge',
|
|
1908
|
+
images: [{
|
|
1909
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.png',
|
|
1910
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.svg',
|
|
1911
|
+
theme: {
|
|
1912
|
+
primary_color_hex: '#079fd7'
|
|
1913
|
+
}
|
|
1914
|
+
}],
|
|
1915
|
+
traces: [{
|
|
1916
|
+
type: 'ibc',
|
|
1917
|
+
counterparty: {
|
|
1918
|
+
channel_id: 'channel-3',
|
|
1919
|
+
base_denom: 'ubze',
|
|
1920
|
+
chain_name: 'beezee'
|
|
1921
|
+
},
|
|
1922
|
+
chain: {
|
|
1923
|
+
channel_id: 'channel-95'
|
|
1924
|
+
}
|
|
1925
|
+
}]
|
|
1926
|
+
},
|
|
1851
1927
|
{
|
|
1852
1928
|
description: 'The native token of Coreum',
|
|
1853
1929
|
denom_units: [{
|
|
@@ -9828,7 +9904,10 @@ const assets = {
|
|
|
9828
9904
|
base_denom: 'inj'
|
|
9829
9905
|
},
|
|
9830
9906
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png',
|
|
9831
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg'
|
|
9907
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg',
|
|
9908
|
+
theme: {
|
|
9909
|
+
primary_color_hex: '#04a2fc'
|
|
9910
|
+
}
|
|
9832
9911
|
}]
|
|
9833
9912
|
},
|
|
9834
9913
|
{
|
|
@@ -9976,12 +10055,20 @@ const assets = {
|
|
|
9976
10055
|
display: 'usdc',
|
|
9977
10056
|
symbol: 'USDC',
|
|
9978
10057
|
images: [{
|
|
10058
|
+
image_sync: {
|
|
10059
|
+
chain_name: 'noble',
|
|
10060
|
+
base_denom: 'uusdc'
|
|
10061
|
+
},
|
|
10062
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
9979
10063
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
|
|
9980
|
-
|
|
10064
|
+
theme: {
|
|
10065
|
+
circle: true,
|
|
10066
|
+
primary_color_hex: '#2775CA'
|
|
10067
|
+
}
|
|
9981
10068
|
}],
|
|
9982
10069
|
logo_URIs: {
|
|
9983
|
-
|
|
9984
|
-
|
|
10070
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
10071
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
9985
10072
|
}
|
|
9986
10073
|
},
|
|
9987
10074
|
{
|
|
@@ -10120,7 +10207,12 @@ const assets = {
|
|
|
10120
10207
|
base_denom: 'sun'
|
|
10121
10208
|
},
|
|
10122
10209
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.png',
|
|
10123
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.svg'
|
|
10210
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.svg',
|
|
10211
|
+
theme: {
|
|
10212
|
+
circle: true,
|
|
10213
|
+
primary_color_hex: '#FF060A',
|
|
10214
|
+
background_color_hex: '#FF060A'
|
|
10215
|
+
}
|
|
10124
10216
|
}],
|
|
10125
10217
|
logo_URIs: {
|
|
10126
10218
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.png',
|
|
@@ -10238,11 +10330,14 @@ const assets = {
|
|
|
10238
10330
|
base_denom: 'wei'
|
|
10239
10331
|
},
|
|
10240
10332
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg',
|
|
10241
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png'
|
|
10333
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
10334
|
+
theme: {
|
|
10335
|
+
primary_color_hex: '#303030'
|
|
10336
|
+
}
|
|
10242
10337
|
}],
|
|
10243
10338
|
logo_URIs: {
|
|
10244
|
-
|
|
10245
|
-
|
|
10339
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
10340
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
|
|
10246
10341
|
},
|
|
10247
10342
|
traces: [{
|
|
10248
10343
|
type: 'ibc-cw20',
|
|
@@ -10279,10 +10374,17 @@ const assets = {
|
|
|
10279
10374
|
chain_name: 'bitcoin',
|
|
10280
10375
|
base_denom: 'sat'
|
|
10281
10376
|
},
|
|
10282
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png'
|
|
10377
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png',
|
|
10378
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.svg',
|
|
10379
|
+
theme: {
|
|
10380
|
+
primary_color_hex: '#f4941c',
|
|
10381
|
+
background_color_hex: '#f4941c',
|
|
10382
|
+
circle: true
|
|
10383
|
+
}
|
|
10283
10384
|
}],
|
|
10284
10385
|
logo_URIs: {
|
|
10285
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png'
|
|
10386
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png',
|
|
10387
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.svg'
|
|
10286
10388
|
},
|
|
10287
10389
|
traces: [{
|
|
10288
10390
|
type: 'ibc-cw20',
|
|
@@ -10375,7 +10477,10 @@ const assets = {
|
|
|
10375
10477
|
base_denom: 'inj'
|
|
10376
10478
|
},
|
|
10377
10479
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png',
|
|
10378
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg'
|
|
10480
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg',
|
|
10481
|
+
theme: {
|
|
10482
|
+
primary_color_hex: '#04a2fc'
|
|
10483
|
+
}
|
|
10379
10484
|
}]
|
|
10380
10485
|
},
|
|
10381
10486
|
{
|
|
@@ -10523,12 +10628,20 @@ const assets = {
|
|
|
10523
10628
|
display: 'usdc',
|
|
10524
10629
|
symbol: 'USDC',
|
|
10525
10630
|
images: [{
|
|
10631
|
+
image_sync: {
|
|
10632
|
+
chain_name: 'noble',
|
|
10633
|
+
base_denom: 'uusdc'
|
|
10634
|
+
},
|
|
10635
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
10526
10636
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
|
|
10527
|
-
|
|
10637
|
+
theme: {
|
|
10638
|
+
circle: true,
|
|
10639
|
+
primary_color_hex: '#2775CA'
|
|
10640
|
+
}
|
|
10528
10641
|
}],
|
|
10529
10642
|
logo_URIs: {
|
|
10530
|
-
|
|
10531
|
-
|
|
10643
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
10644
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
10532
10645
|
}
|
|
10533
10646
|
},
|
|
10534
10647
|
{
|
|
@@ -10667,7 +10780,12 @@ const assets = {
|
|
|
10667
10780
|
base_denom: 'sun'
|
|
10668
10781
|
},
|
|
10669
10782
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.png',
|
|
10670
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.svg'
|
|
10783
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.svg',
|
|
10784
|
+
theme: {
|
|
10785
|
+
circle: true,
|
|
10786
|
+
primary_color_hex: '#FF060A',
|
|
10787
|
+
background_color_hex: '#FF060A'
|
|
10788
|
+
}
|
|
10671
10789
|
}],
|
|
10672
10790
|
logo_URIs: {
|
|
10673
10791
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.png',
|
|
@@ -10785,11 +10903,14 @@ const assets = {
|
|
|
10785
10903
|
base_denom: 'wei'
|
|
10786
10904
|
},
|
|
10787
10905
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg',
|
|
10788
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png'
|
|
10906
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
10907
|
+
theme: {
|
|
10908
|
+
primary_color_hex: '#303030'
|
|
10909
|
+
}
|
|
10789
10910
|
}],
|
|
10790
10911
|
logo_URIs: {
|
|
10791
|
-
|
|
10792
|
-
|
|
10912
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
10913
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
|
|
10793
10914
|
},
|
|
10794
10915
|
traces: [{
|
|
10795
10916
|
type: 'ibc-cw20',
|
|
@@ -10826,10 +10947,17 @@ const assets = {
|
|
|
10826
10947
|
chain_name: 'bitcoin',
|
|
10827
10948
|
base_denom: 'sat'
|
|
10828
10949
|
},
|
|
10829
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png'
|
|
10950
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png',
|
|
10951
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.svg',
|
|
10952
|
+
theme: {
|
|
10953
|
+
primary_color_hex: '#f4941c',
|
|
10954
|
+
background_color_hex: '#f4941c',
|
|
10955
|
+
circle: true
|
|
10956
|
+
}
|
|
10830
10957
|
}],
|
|
10831
10958
|
logo_URIs: {
|
|
10832
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png'
|
|
10959
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png',
|
|
10960
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.svg'
|
|
10833
10961
|
},
|
|
10834
10962
|
traces: [{
|
|
10835
10963
|
type: 'ibc-cw20',
|
package/esm/mainnet/osmosis.js
CHANGED
|
@@ -330,6 +330,42 @@ const assets = {
|
|
|
330
330
|
}
|
|
331
331
|
}]
|
|
332
332
|
},
|
|
333
|
+
{
|
|
334
|
+
description: 'The native staking and governance token of Andromeda',
|
|
335
|
+
denom_units: [{
|
|
336
|
+
denom: 'ibc/631DB9935E8523BDCF76B55129F5238A14C809CCB3B43AECC157DC19702F3F9E',
|
|
337
|
+
exponent: 0,
|
|
338
|
+
aliases: ['uandr']
|
|
339
|
+
}, {
|
|
340
|
+
denom: 'andr',
|
|
341
|
+
exponent: 6
|
|
342
|
+
}],
|
|
343
|
+
coingecko_id: 'andromeda-2',
|
|
344
|
+
base: 'ibc/631DB9935E8523BDCF76B55129F5238A14C809CCB3B43AECC157DC19702F3F9E',
|
|
345
|
+
name: 'Andr',
|
|
346
|
+
display: 'andr',
|
|
347
|
+
symbol: 'ANDR',
|
|
348
|
+
logo_URIs: {
|
|
349
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/andromeda/images/andromeda-logo.png'
|
|
350
|
+
},
|
|
351
|
+
images: [{
|
|
352
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/andromeda/images/andromeda-logo.png',
|
|
353
|
+
theme: {
|
|
354
|
+
primary_color_hex: '#040404'
|
|
355
|
+
}
|
|
356
|
+
}],
|
|
357
|
+
traces: [{
|
|
358
|
+
type: 'ibc',
|
|
359
|
+
counterparty: {
|
|
360
|
+
channel_id: 'channel-17',
|
|
361
|
+
base_denom: 'uandr',
|
|
362
|
+
chain_name: 'andromeda'
|
|
363
|
+
},
|
|
364
|
+
chain: {
|
|
365
|
+
channel_id: 'channel-81924'
|
|
366
|
+
}
|
|
367
|
+
}]
|
|
368
|
+
},
|
|
333
369
|
{
|
|
334
370
|
description: 'Archway is a smart contract platform in the Cosmos ecosystem designed to reward developers by providing them with a share of transaction fees generated by their applications.',
|
|
335
371
|
denom_units: [
|
|
@@ -5224,6 +5260,10 @@ const assets = {
|
|
|
5224
5260
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
5225
5261
|
},
|
|
5226
5262
|
coingecko_id: 'oraichain-token',
|
|
5263
|
+
socials: {
|
|
5264
|
+
website: 'https://orai.io/',
|
|
5265
|
+
twitter: 'https://x.com/oraichain'
|
|
5266
|
+
},
|
|
5227
5267
|
images: [
|
|
5228
5268
|
{
|
|
5229
5269
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
@@ -5593,6 +5633,42 @@ const assets = {
|
|
|
5593
5633
|
}
|
|
5594
5634
|
}]
|
|
5595
5635
|
},
|
|
5636
|
+
{
|
|
5637
|
+
description: 'The native staking and governance token of Andromeda',
|
|
5638
|
+
denom_units: [{
|
|
5639
|
+
denom: 'ibc/631DB9935E8523BDCF76B55129F5238A14C809CCB3B43AECC157DC19702F3F9E',
|
|
5640
|
+
exponent: 0,
|
|
5641
|
+
aliases: ['uandr']
|
|
5642
|
+
}, {
|
|
5643
|
+
denom: 'andr',
|
|
5644
|
+
exponent: 6
|
|
5645
|
+
}],
|
|
5646
|
+
coingecko_id: 'andromeda-2',
|
|
5647
|
+
base: 'ibc/631DB9935E8523BDCF76B55129F5238A14C809CCB3B43AECC157DC19702F3F9E',
|
|
5648
|
+
name: 'Andr',
|
|
5649
|
+
display: 'andr',
|
|
5650
|
+
symbol: 'ANDR',
|
|
5651
|
+
logo_URIs: {
|
|
5652
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/andromeda/images/andromeda-logo.png'
|
|
5653
|
+
},
|
|
5654
|
+
images: [{
|
|
5655
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/andromeda/images/andromeda-logo.png',
|
|
5656
|
+
theme: {
|
|
5657
|
+
primary_color_hex: '#040404'
|
|
5658
|
+
}
|
|
5659
|
+
}],
|
|
5660
|
+
traces: [{
|
|
5661
|
+
type: 'ibc',
|
|
5662
|
+
counterparty: {
|
|
5663
|
+
channel_id: 'channel-17',
|
|
5664
|
+
base_denom: 'uandr',
|
|
5665
|
+
chain_name: 'andromeda'
|
|
5666
|
+
},
|
|
5667
|
+
chain: {
|
|
5668
|
+
channel_id: 'channel-81924'
|
|
5669
|
+
}
|
|
5670
|
+
}]
|
|
5671
|
+
},
|
|
5596
5672
|
{
|
|
5597
5673
|
description: 'Archway is a smart contract platform in the Cosmos ecosystem designed to reward developers by providing them with a share of transaction fees generated by their applications.',
|
|
5598
5674
|
denom_units: [
|
|
@@ -10487,6 +10563,10 @@ const assets = {
|
|
|
10487
10563
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
10488
10564
|
},
|
|
10489
10565
|
coingecko_id: 'oraichain-token',
|
|
10566
|
+
socials: {
|
|
10567
|
+
website: 'https://orai.io/',
|
|
10568
|
+
twitter: 'https://x.com/oraichain'
|
|
10569
|
+
},
|
|
10490
10570
|
images: [
|
|
10491
10571
|
{
|
|
10492
10572
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
@@ -13706,8 +13786,8 @@ const assets = {
|
|
|
13706
13786
|
symbol: 'ROUTE',
|
|
13707
13787
|
coingecko_id: 'router-protocol-2',
|
|
13708
13788
|
logo_URIs: {
|
|
13709
|
-
|
|
13710
|
-
|
|
13789
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.png',
|
|
13790
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.svg'
|
|
13711
13791
|
},
|
|
13712
13792
|
images: [{
|
|
13713
13793
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.svg',
|
|
@@ -19026,8 +19106,8 @@ const assets = {
|
|
|
19026
19106
|
symbol: 'ROUTE',
|
|
19027
19107
|
coingecko_id: 'router-protocol-2',
|
|
19028
19108
|
logo_URIs: {
|
|
19029
|
-
|
|
19030
|
-
|
|
19109
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.png',
|
|
19110
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.svg'
|
|
19031
19111
|
},
|
|
19032
19112
|
images: [{
|
|
19033
19113
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.svg',
|
|
@@ -34358,7 +34438,7 @@ const assets = {
|
|
|
34358
34438
|
}]
|
|
34359
34439
|
},
|
|
34360
34440
|
{
|
|
34361
|
-
description: '
|
|
34441
|
+
description: 'Juris Protocol is the Lending Platform for the Terra Ecosystem.',
|
|
34362
34442
|
type_asset: 'cw20',
|
|
34363
34443
|
address: 'terra1vhgq25vwuhdhn9xjll0rhl2s67jzw78a4g2t78y5kz89q9lsdskq2pxcj2',
|
|
34364
34444
|
denom_units: [{
|
|
@@ -34366,21 +34446,18 @@ const assets = {
|
|
|
34366
34446
|
exponent: 0,
|
|
34367
34447
|
aliases: ['cw20:terra1vhgq25vwuhdhn9xjll0rhl2s67jzw78a4g2t78y5kz89q9lsdskq2pxcj2']
|
|
34368
34448
|
}, {
|
|
34369
|
-
denom: '
|
|
34449
|
+
denom: 'juris',
|
|
34370
34450
|
exponent: 6
|
|
34371
34451
|
}],
|
|
34372
34452
|
base: 'ibc/46579C587A0B8CF8B0A1FF6B0EFA2082F11876578E47FC81A9CAAD31F424AF98',
|
|
34373
|
-
name: '
|
|
34374
|
-
display: '
|
|
34375
|
-
symbol: '
|
|
34453
|
+
name: 'Juris Protocol',
|
|
34454
|
+
display: 'juris',
|
|
34455
|
+
symbol: 'JURIS',
|
|
34376
34456
|
logo_URIs: {
|
|
34377
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/
|
|
34457
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/juris.png'
|
|
34378
34458
|
},
|
|
34379
34459
|
images: [{
|
|
34380
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/
|
|
34381
|
-
theme: {
|
|
34382
|
-
primary_color_hex: '#191717'
|
|
34383
|
-
}
|
|
34460
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/juris.png'
|
|
34384
34461
|
}],
|
|
34385
34462
|
traces: [{
|
|
34386
34463
|
type: 'ibc-cw20',
|
|
@@ -43093,7 +43170,7 @@ const assets = {
|
|
|
43093
43170
|
}]
|
|
43094
43171
|
},
|
|
43095
43172
|
{
|
|
43096
|
-
description: '
|
|
43173
|
+
description: 'Juris Protocol is the Lending Platform for the Terra Ecosystem.',
|
|
43097
43174
|
type_asset: 'cw20',
|
|
43098
43175
|
address: 'terra1vhgq25vwuhdhn9xjll0rhl2s67jzw78a4g2t78y5kz89q9lsdskq2pxcj2',
|
|
43099
43176
|
denom_units: [{
|
|
@@ -43101,21 +43178,18 @@ const assets = {
|
|
|
43101
43178
|
exponent: 0,
|
|
43102
43179
|
aliases: ['cw20:terra1vhgq25vwuhdhn9xjll0rhl2s67jzw78a4g2t78y5kz89q9lsdskq2pxcj2']
|
|
43103
43180
|
}, {
|
|
43104
|
-
denom: '
|
|
43181
|
+
denom: 'juris',
|
|
43105
43182
|
exponent: 6
|
|
43106
43183
|
}],
|
|
43107
43184
|
base: 'ibc/46579C587A0B8CF8B0A1FF6B0EFA2082F11876578E47FC81A9CAAD31F424AF98',
|
|
43108
|
-
name: '
|
|
43109
|
-
display: '
|
|
43110
|
-
symbol: '
|
|
43185
|
+
name: 'Juris Protocol',
|
|
43186
|
+
display: 'juris',
|
|
43187
|
+
symbol: 'JURIS',
|
|
43111
43188
|
logo_URIs: {
|
|
43112
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/
|
|
43189
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/juris.png'
|
|
43113
43190
|
},
|
|
43114
43191
|
images: [{
|
|
43115
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/
|
|
43116
|
-
theme: {
|
|
43117
|
-
primary_color_hex: '#191717'
|
|
43118
|
-
}
|
|
43192
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/juris.png'
|
|
43119
43193
|
}],
|
|
43120
43194
|
traces: [{
|
|
43121
43195
|
type: 'ibc-cw20',
|