@chain-registry/osmosis 1.62.63 → 1.62.65
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/asset_list.js +98 -24
- package/assets.js +114 -76
- package/chain.js +6 -1
- package/esm/asset_list.js +98 -24
- package/esm/assets.js +114 -76
- package/esm/chain.js +6 -1
- package/esm/testnet_assets.js +14 -2
- package/package.json +3 -3
- package/testnet_assets.js +14 -2
package/asset_list.js
CHANGED
|
@@ -332,6 +332,42 @@ const asset_list = {
|
|
|
332
332
|
}
|
|
333
333
|
}]
|
|
334
334
|
},
|
|
335
|
+
{
|
|
336
|
+
description: 'The native staking and governance token of Andromeda',
|
|
337
|
+
denom_units: [{
|
|
338
|
+
denom: 'ibc/631DB9935E8523BDCF76B55129F5238A14C809CCB3B43AECC157DC19702F3F9E',
|
|
339
|
+
exponent: 0,
|
|
340
|
+
aliases: ['uandr']
|
|
341
|
+
}, {
|
|
342
|
+
denom: 'andr',
|
|
343
|
+
exponent: 6
|
|
344
|
+
}],
|
|
345
|
+
coingecko_id: 'andromeda-2',
|
|
346
|
+
base: 'ibc/631DB9935E8523BDCF76B55129F5238A14C809CCB3B43AECC157DC19702F3F9E',
|
|
347
|
+
name: 'Andr',
|
|
348
|
+
display: 'andr',
|
|
349
|
+
symbol: 'ANDR',
|
|
350
|
+
logo_URIs: {
|
|
351
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/andromeda/images/andromeda-logo.png'
|
|
352
|
+
},
|
|
353
|
+
images: [{
|
|
354
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/andromeda/images/andromeda-logo.png',
|
|
355
|
+
theme: {
|
|
356
|
+
primary_color_hex: '#040404'
|
|
357
|
+
}
|
|
358
|
+
}],
|
|
359
|
+
traces: [{
|
|
360
|
+
type: 'ibc',
|
|
361
|
+
counterparty: {
|
|
362
|
+
channel_id: 'channel-17',
|
|
363
|
+
base_denom: 'uandr',
|
|
364
|
+
chain_name: 'andromeda'
|
|
365
|
+
},
|
|
366
|
+
chain: {
|
|
367
|
+
channel_id: 'channel-81924'
|
|
368
|
+
}
|
|
369
|
+
}]
|
|
370
|
+
},
|
|
335
371
|
{
|
|
336
372
|
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.',
|
|
337
373
|
denom_units: [
|
|
@@ -5226,6 +5262,10 @@ const asset_list = {
|
|
|
5226
5262
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
5227
5263
|
},
|
|
5228
5264
|
coingecko_id: 'oraichain-token',
|
|
5265
|
+
socials: {
|
|
5266
|
+
website: 'https://orai.io/',
|
|
5267
|
+
twitter: 'https://x.com/oraichain'
|
|
5268
|
+
},
|
|
5229
5269
|
images: [
|
|
5230
5270
|
{
|
|
5231
5271
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
@@ -5595,6 +5635,42 @@ const asset_list = {
|
|
|
5595
5635
|
}
|
|
5596
5636
|
}]
|
|
5597
5637
|
},
|
|
5638
|
+
{
|
|
5639
|
+
description: 'The native staking and governance token of Andromeda',
|
|
5640
|
+
denom_units: [{
|
|
5641
|
+
denom: 'ibc/631DB9935E8523BDCF76B55129F5238A14C809CCB3B43AECC157DC19702F3F9E',
|
|
5642
|
+
exponent: 0,
|
|
5643
|
+
aliases: ['uandr']
|
|
5644
|
+
}, {
|
|
5645
|
+
denom: 'andr',
|
|
5646
|
+
exponent: 6
|
|
5647
|
+
}],
|
|
5648
|
+
coingecko_id: 'andromeda-2',
|
|
5649
|
+
base: 'ibc/631DB9935E8523BDCF76B55129F5238A14C809CCB3B43AECC157DC19702F3F9E',
|
|
5650
|
+
name: 'Andr',
|
|
5651
|
+
display: 'andr',
|
|
5652
|
+
symbol: 'ANDR',
|
|
5653
|
+
logo_URIs: {
|
|
5654
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/andromeda/images/andromeda-logo.png'
|
|
5655
|
+
},
|
|
5656
|
+
images: [{
|
|
5657
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/andromeda/images/andromeda-logo.png',
|
|
5658
|
+
theme: {
|
|
5659
|
+
primary_color_hex: '#040404'
|
|
5660
|
+
}
|
|
5661
|
+
}],
|
|
5662
|
+
traces: [{
|
|
5663
|
+
type: 'ibc',
|
|
5664
|
+
counterparty: {
|
|
5665
|
+
channel_id: 'channel-17',
|
|
5666
|
+
base_denom: 'uandr',
|
|
5667
|
+
chain_name: 'andromeda'
|
|
5668
|
+
},
|
|
5669
|
+
chain: {
|
|
5670
|
+
channel_id: 'channel-81924'
|
|
5671
|
+
}
|
|
5672
|
+
}]
|
|
5673
|
+
},
|
|
5598
5674
|
{
|
|
5599
5675
|
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.',
|
|
5600
5676
|
denom_units: [
|
|
@@ -10489,6 +10565,10 @@ const asset_list = {
|
|
|
10489
10565
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
10490
10566
|
},
|
|
10491
10567
|
coingecko_id: 'oraichain-token',
|
|
10568
|
+
socials: {
|
|
10569
|
+
website: 'https://orai.io/',
|
|
10570
|
+
twitter: 'https://x.com/oraichain'
|
|
10571
|
+
},
|
|
10492
10572
|
images: [
|
|
10493
10573
|
{
|
|
10494
10574
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
@@ -13708,8 +13788,8 @@ const asset_list = {
|
|
|
13708
13788
|
symbol: 'ROUTE',
|
|
13709
13789
|
coingecko_id: 'router-protocol-2',
|
|
13710
13790
|
logo_URIs: {
|
|
13711
|
-
|
|
13712
|
-
|
|
13791
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.png',
|
|
13792
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.svg'
|
|
13713
13793
|
},
|
|
13714
13794
|
images: [{
|
|
13715
13795
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.svg',
|
|
@@ -19028,8 +19108,8 @@ const asset_list = {
|
|
|
19028
19108
|
symbol: 'ROUTE',
|
|
19029
19109
|
coingecko_id: 'router-protocol-2',
|
|
19030
19110
|
logo_URIs: {
|
|
19031
|
-
|
|
19032
|
-
|
|
19111
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.png',
|
|
19112
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.svg'
|
|
19033
19113
|
},
|
|
19034
19114
|
images: [{
|
|
19035
19115
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.svg',
|
|
@@ -34360,7 +34440,7 @@ const asset_list = {
|
|
|
34360
34440
|
}]
|
|
34361
34441
|
},
|
|
34362
34442
|
{
|
|
34363
|
-
description: '
|
|
34443
|
+
description: 'Juris Protocol is the Lending Platform for the Terra Ecosystem.',
|
|
34364
34444
|
type_asset: 'cw20',
|
|
34365
34445
|
address: 'terra1vhgq25vwuhdhn9xjll0rhl2s67jzw78a4g2t78y5kz89q9lsdskq2pxcj2',
|
|
34366
34446
|
denom_units: [{
|
|
@@ -34368,21 +34448,18 @@ const asset_list = {
|
|
|
34368
34448
|
exponent: 0,
|
|
34369
34449
|
aliases: ['cw20:terra1vhgq25vwuhdhn9xjll0rhl2s67jzw78a4g2t78y5kz89q9lsdskq2pxcj2']
|
|
34370
34450
|
}, {
|
|
34371
|
-
denom: '
|
|
34451
|
+
denom: 'juris',
|
|
34372
34452
|
exponent: 6
|
|
34373
34453
|
}],
|
|
34374
34454
|
base: 'ibc/46579C587A0B8CF8B0A1FF6B0EFA2082F11876578E47FC81A9CAAD31F424AF98',
|
|
34375
|
-
name: '
|
|
34376
|
-
display: '
|
|
34377
|
-
symbol: '
|
|
34455
|
+
name: 'Juris Protocol',
|
|
34456
|
+
display: 'juris',
|
|
34457
|
+
symbol: 'JURIS',
|
|
34378
34458
|
logo_URIs: {
|
|
34379
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/
|
|
34459
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/juris.png'
|
|
34380
34460
|
},
|
|
34381
34461
|
images: [{
|
|
34382
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/
|
|
34383
|
-
theme: {
|
|
34384
|
-
primary_color_hex: '#191717'
|
|
34385
|
-
}
|
|
34462
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/juris.png'
|
|
34386
34463
|
}],
|
|
34387
34464
|
traces: [{
|
|
34388
34465
|
type: 'ibc-cw20',
|
|
@@ -43095,7 +43172,7 @@ const asset_list = {
|
|
|
43095
43172
|
}]
|
|
43096
43173
|
},
|
|
43097
43174
|
{
|
|
43098
|
-
description: '
|
|
43175
|
+
description: 'Juris Protocol is the Lending Platform for the Terra Ecosystem.',
|
|
43099
43176
|
type_asset: 'cw20',
|
|
43100
43177
|
address: 'terra1vhgq25vwuhdhn9xjll0rhl2s67jzw78a4g2t78y5kz89q9lsdskq2pxcj2',
|
|
43101
43178
|
denom_units: [{
|
|
@@ -43103,21 +43180,18 @@ const asset_list = {
|
|
|
43103
43180
|
exponent: 0,
|
|
43104
43181
|
aliases: ['cw20:terra1vhgq25vwuhdhn9xjll0rhl2s67jzw78a4g2t78y5kz89q9lsdskq2pxcj2']
|
|
43105
43182
|
}, {
|
|
43106
|
-
denom: '
|
|
43183
|
+
denom: 'juris',
|
|
43107
43184
|
exponent: 6
|
|
43108
43185
|
}],
|
|
43109
43186
|
base: 'ibc/46579C587A0B8CF8B0A1FF6B0EFA2082F11876578E47FC81A9CAAD31F424AF98',
|
|
43110
|
-
name: '
|
|
43111
|
-
display: '
|
|
43112
|
-
symbol: '
|
|
43187
|
+
name: 'Juris Protocol',
|
|
43188
|
+
display: 'juris',
|
|
43189
|
+
symbol: 'JURIS',
|
|
43113
43190
|
logo_URIs: {
|
|
43114
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/
|
|
43191
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/juris.png'
|
|
43115
43192
|
},
|
|
43116
43193
|
images: [{
|
|
43117
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/
|
|
43118
|
-
theme: {
|
|
43119
|
-
primary_color_hex: '#191717'
|
|
43120
|
-
}
|
|
43194
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/juris.png'
|
|
43121
43195
|
}],
|
|
43122
43196
|
traces: [{
|
|
43123
43197
|
type: 'ibc-cw20',
|