@chain-registry/osmosis 1.67.21 → 1.67.22
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 +2 -0
- package/assets.js +442 -190
- package/esm/asset_list.js +2 -0
- package/esm/assets.js +442 -190
- package/package.json +3 -3
package/esm/assets.js
CHANGED
|
@@ -318,8 +318,8 @@ const assets = {
|
|
|
318
318
|
}
|
|
319
319
|
],
|
|
320
320
|
logo_URIs: {
|
|
321
|
-
|
|
322
|
-
|
|
321
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.axl.svg',
|
|
322
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.axl.png'
|
|
323
323
|
},
|
|
324
324
|
images: [{
|
|
325
325
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.axl.svg',
|
|
@@ -3339,8 +3339,8 @@ const assets = {
|
|
|
3339
3339
|
}
|
|
3340
3340
|
],
|
|
3341
3341
|
logo_URIs: {
|
|
3342
|
-
|
|
3343
|
-
|
|
3342
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.grv.svg',
|
|
3343
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.grv.png'
|
|
3344
3344
|
},
|
|
3345
3345
|
images: [{
|
|
3346
3346
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.grv.svg',
|
|
@@ -3916,8 +3916,8 @@ const assets = {
|
|
|
3916
3916
|
}
|
|
3917
3917
|
}],
|
|
3918
3918
|
logo_URIs: {
|
|
3919
|
-
|
|
3920
|
-
|
|
3919
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/link.axl.svg',
|
|
3920
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/link.axl.png'
|
|
3921
3921
|
},
|
|
3922
3922
|
images: [{
|
|
3923
3923
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/link.axl.svg',
|
|
@@ -4206,8 +4206,8 @@ const assets = {
|
|
|
4206
4206
|
}
|
|
4207
4207
|
}],
|
|
4208
4208
|
logo_URIs: {
|
|
4209
|
-
|
|
4210
|
-
|
|
4209
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/shib.axl.svg',
|
|
4210
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/shib.axl.png'
|
|
4211
4211
|
},
|
|
4212
4212
|
images: [{
|
|
4213
4213
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/shib.axl.svg',
|
|
@@ -5707,8 +5707,8 @@ const assets = {
|
|
|
5707
5707
|
}
|
|
5708
5708
|
}],
|
|
5709
5709
|
logo_URIs: {
|
|
5710
|
-
|
|
5711
|
-
|
|
5710
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.svg',
|
|
5711
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.png'
|
|
5712
5712
|
},
|
|
5713
5713
|
images: [{
|
|
5714
5714
|
image_sync: {
|
|
@@ -6211,7 +6211,7 @@ const assets = {
|
|
|
6211
6211
|
{
|
|
6212
6212
|
description: 'The native token of Medas Digital Network',
|
|
6213
6213
|
denom_units: [{
|
|
6214
|
-
denom: 'ibc/
|
|
6214
|
+
denom: 'ibc/FBBC35295AA037DC0A77796B08DC3003EC918E18E75D61D675A0EEAC0643F36C',
|
|
6215
6215
|
exponent: 0,
|
|
6216
6216
|
aliases: ['umedas']
|
|
6217
6217
|
}, {
|
|
@@ -6219,7 +6219,7 @@ const assets = {
|
|
|
6219
6219
|
exponent: 6
|
|
6220
6220
|
}],
|
|
6221
6221
|
type_asset: 'ics20',
|
|
6222
|
-
base: 'ibc/
|
|
6222
|
+
base: 'ibc/FBBC35295AA037DC0A77796B08DC3003EC918E18E75D61D675A0EEAC0643F36C',
|
|
6223
6223
|
name: 'Medas Digital Network',
|
|
6224
6224
|
display: 'medas',
|
|
6225
6225
|
symbol: 'MEDAS',
|
|
@@ -6231,8 +6231,8 @@ const assets = {
|
|
|
6231
6231
|
channel_id: 'channel-0'
|
|
6232
6232
|
},
|
|
6233
6233
|
chain: {
|
|
6234
|
-
channel_id: 'channel-
|
|
6235
|
-
path: 'transfer/channel-
|
|
6234
|
+
channel_id: 'channel-87042',
|
|
6235
|
+
path: 'transfer/channel-87042/umedas'
|
|
6236
6236
|
}
|
|
6237
6237
|
}],
|
|
6238
6238
|
logo_URIs: {
|
|
@@ -6249,8 +6249,7 @@ const assets = {
|
|
|
6249
6249
|
theme: {
|
|
6250
6250
|
primary_color_hex: '#147ccc'
|
|
6251
6251
|
}
|
|
6252
|
-
}]
|
|
6253
|
-
keywords: ['medas']
|
|
6252
|
+
}]
|
|
6254
6253
|
},
|
|
6255
6254
|
{
|
|
6256
6255
|
description: 'The native token cw20 for PHMN on Juno Chain',
|
|
@@ -8673,8 +8672,8 @@ const assets = {
|
|
|
8673
8672
|
}
|
|
8674
8673
|
}],
|
|
8675
8674
|
logo_URIs: {
|
|
8676
|
-
|
|
8677
|
-
|
|
8675
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/arb.axl.svg',
|
|
8676
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/arb.axl.png'
|
|
8678
8677
|
},
|
|
8679
8678
|
images: [{
|
|
8680
8679
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/arb.axl.svg',
|
|
@@ -8812,8 +8811,8 @@ const assets = {
|
|
|
8812
8811
|
}
|
|
8813
8812
|
}],
|
|
8814
8813
|
logo_URIs: {
|
|
8815
|
-
|
|
8816
|
-
|
|
8814
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/pepe.axl.svg',
|
|
8815
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/pepe.axl.png'
|
|
8817
8816
|
},
|
|
8818
8817
|
images: [{
|
|
8819
8818
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/pepe.axl.svg',
|
|
@@ -9652,8 +9651,8 @@ const assets = {
|
|
|
9652
9651
|
}
|
|
9653
9652
|
],
|
|
9654
9653
|
logo_URIs: {
|
|
9655
|
-
|
|
9656
|
-
|
|
9654
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/dot.pica.svg',
|
|
9655
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/dot.pica.png'
|
|
9657
9656
|
},
|
|
9658
9657
|
images: [{
|
|
9659
9658
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/dot.pica.svg',
|
|
@@ -9944,8 +9943,8 @@ const assets = {
|
|
|
9944
9943
|
}
|
|
9945
9944
|
],
|
|
9946
9945
|
logo_URIs: {
|
|
9947
|
-
|
|
9948
|
-
|
|
9946
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.kava.svg',
|
|
9947
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.kava.png'
|
|
9949
9948
|
},
|
|
9950
9949
|
images: [{
|
|
9951
9950
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.kava.svg',
|
|
@@ -10227,8 +10226,8 @@ const assets = {
|
|
|
10227
10226
|
}
|
|
10228
10227
|
],
|
|
10229
10228
|
logo_URIs: {
|
|
10230
|
-
|
|
10231
|
-
|
|
10229
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sol.wh.svg',
|
|
10230
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sol.wh.png'
|
|
10232
10231
|
},
|
|
10233
10232
|
images: [{
|
|
10234
10233
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sol.wh.svg',
|
|
@@ -10342,8 +10341,8 @@ const assets = {
|
|
|
10342
10341
|
}
|
|
10343
10342
|
],
|
|
10344
10343
|
logo_URIs: {
|
|
10345
|
-
|
|
10346
|
-
|
|
10344
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.wh.svg',
|
|
10345
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.wh.png'
|
|
10347
10346
|
},
|
|
10348
10347
|
images: [{
|
|
10349
10348
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.wh.svg',
|
|
@@ -10718,8 +10717,8 @@ const assets = {
|
|
|
10718
10717
|
}
|
|
10719
10718
|
],
|
|
10720
10719
|
logo_URIs: {
|
|
10721
|
-
|
|
10722
|
-
|
|
10720
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
|
|
10721
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png'
|
|
10723
10722
|
},
|
|
10724
10723
|
images: [{
|
|
10725
10724
|
image_sync: {
|
|
@@ -15641,8 +15640,8 @@ const assets = {
|
|
|
15641
15640
|
}
|
|
15642
15641
|
],
|
|
15643
15642
|
logo_URIs: {
|
|
15644
|
-
|
|
15645
|
-
|
|
15643
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.pica.svg',
|
|
15644
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.pica.png'
|
|
15646
15645
|
},
|
|
15647
15646
|
images: [{
|
|
15648
15647
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.pica.svg',
|
|
@@ -15984,8 +15983,8 @@ const assets = {
|
|
|
15984
15983
|
provider: 'LibraBridge'
|
|
15985
15984
|
}],
|
|
15986
15985
|
logo_URIs: {
|
|
15987
|
-
|
|
15988
|
-
|
|
15986
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/0l/images/libra.svg',
|
|
15987
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/0l/images/libra.png'
|
|
15989
15988
|
},
|
|
15990
15989
|
images: [{
|
|
15991
15990
|
image_sync: {
|
|
@@ -17143,8 +17142,8 @@ const assets = {
|
|
|
17143
17142
|
}
|
|
17144
17143
|
],
|
|
17145
17144
|
logo_URIs: {
|
|
17146
|
-
|
|
17147
|
-
|
|
17145
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.solana.pica.svg',
|
|
17146
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.solana.pica.png'
|
|
17148
17147
|
},
|
|
17149
17148
|
images: [{
|
|
17150
17149
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.solana.pica.svg',
|
|
@@ -17469,8 +17468,8 @@ const assets = {
|
|
|
17469
17468
|
provider: 'Osmosis'
|
|
17470
17469
|
}],
|
|
17471
17470
|
logo_URIs: {
|
|
17472
|
-
|
|
17473
|
-
|
|
17471
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
17472
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png'
|
|
17474
17473
|
},
|
|
17475
17474
|
images: [
|
|
17476
17475
|
{
|
|
@@ -17606,8 +17605,8 @@ const assets = {
|
|
|
17606
17605
|
provider: 'Osmosis'
|
|
17607
17606
|
}],
|
|
17608
17607
|
logo_URIs: {
|
|
17609
|
-
|
|
17610
|
-
|
|
17608
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.svg',
|
|
17609
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png'
|
|
17611
17610
|
},
|
|
17612
17611
|
images: [{
|
|
17613
17612
|
image_sync: {
|
|
@@ -18295,8 +18294,8 @@ const assets = {
|
|
|
18295
18294
|
provider: 'Osmosis'
|
|
18296
18295
|
}],
|
|
18297
18296
|
logo_URIs: {
|
|
18298
|
-
|
|
18299
|
-
|
|
18297
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.svg',
|
|
18298
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.png'
|
|
18300
18299
|
},
|
|
18301
18300
|
images: [
|
|
18302
18301
|
{
|
|
@@ -18445,8 +18444,8 @@ const assets = {
|
|
|
18445
18444
|
provider: 'Router'
|
|
18446
18445
|
}],
|
|
18447
18446
|
logo_URIs: {
|
|
18448
|
-
|
|
18449
|
-
|
|
18447
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/trx.rt.svg',
|
|
18448
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/trx.rt.png'
|
|
18450
18449
|
},
|
|
18451
18450
|
images: [{
|
|
18452
18451
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/trx.rt.svg',
|
|
@@ -18662,8 +18661,8 @@ const assets = {
|
|
|
18662
18661
|
provider: 'Osmosis'
|
|
18663
18662
|
}],
|
|
18664
18663
|
logo_URIs: {
|
|
18665
|
-
|
|
18666
|
-
|
|
18664
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.svg',
|
|
18665
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.png'
|
|
18667
18666
|
},
|
|
18668
18667
|
images: [{
|
|
18669
18668
|
image_sync: {
|
|
@@ -18715,8 +18714,8 @@ const assets = {
|
|
|
18715
18714
|
}
|
|
18716
18715
|
}],
|
|
18717
18716
|
logo_URIs: {
|
|
18718
|
-
|
|
18719
|
-
|
|
18717
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.svg',
|
|
18718
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.png'
|
|
18720
18719
|
},
|
|
18721
18720
|
images: [{
|
|
18722
18721
|
image_sync: {
|
|
@@ -18754,8 +18753,8 @@ const assets = {
|
|
|
18754
18753
|
provider: 'Osmosis'
|
|
18755
18754
|
}],
|
|
18756
18755
|
logo_URIs: {
|
|
18757
|
-
|
|
18758
|
-
|
|
18756
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/optimism/images/op.svg',
|
|
18757
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/optimism/images/op.png'
|
|
18759
18758
|
},
|
|
18760
18759
|
images: [{
|
|
18761
18760
|
image_sync: {
|
|
@@ -18809,8 +18808,8 @@ const assets = {
|
|
|
18809
18808
|
}
|
|
18810
18809
|
}],
|
|
18811
18810
|
logo_URIs: {
|
|
18812
|
-
|
|
18813
|
-
|
|
18811
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/op.axl.svg',
|
|
18812
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/op.axl.png'
|
|
18814
18813
|
},
|
|
18815
18814
|
images: [{
|
|
18816
18815
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/op.axl.svg',
|
|
@@ -19272,8 +19271,8 @@ const assets = {
|
|
|
19272
19271
|
}
|
|
19273
19272
|
],
|
|
19274
19273
|
logo_URIs: {
|
|
19275
|
-
|
|
19276
|
-
|
|
19274
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.inj.svg',
|
|
19275
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.inj.png'
|
|
19277
19276
|
},
|
|
19278
19277
|
images: [{
|
|
19279
19278
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.inj.svg',
|
|
@@ -19494,8 +19493,8 @@ const assets = {
|
|
|
19494
19493
|
}
|
|
19495
19494
|
}],
|
|
19496
19495
|
logo_URIs: {
|
|
19497
|
-
|
|
19498
|
-
|
|
19496
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ton.orai.svg',
|
|
19497
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ton.orai.png'
|
|
19499
19498
|
},
|
|
19500
19499
|
images: [{
|
|
19501
19500
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ton.orai.svg',
|
|
@@ -19539,8 +19538,8 @@ const assets = {
|
|
|
19539
19538
|
provider: 'Osmosis'
|
|
19540
19539
|
}],
|
|
19541
19540
|
logo_URIs: {
|
|
19542
|
-
|
|
19543
|
-
|
|
19541
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ton/images/ton.svg',
|
|
19542
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ton/images/ton.png'
|
|
19544
19543
|
},
|
|
19545
19544
|
images: [{
|
|
19546
19545
|
image_sync: {
|
|
@@ -19696,8 +19695,8 @@ const assets = {
|
|
|
19696
19695
|
provider: 'Router'
|
|
19697
19696
|
}],
|
|
19698
19697
|
logo_URIs: {
|
|
19699
|
-
|
|
19700
|
-
|
|
19698
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/avail.eth.rt.svg',
|
|
19699
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/avail.eth.rt.png'
|
|
19701
19700
|
},
|
|
19702
19701
|
images: [{
|
|
19703
19702
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/avail.eth.rt.svg',
|
|
@@ -19855,8 +19854,8 @@ const assets = {
|
|
|
19855
19854
|
provider: 'Omnity Network'
|
|
19856
19855
|
}],
|
|
19857
19856
|
logo_URIs: {
|
|
19858
|
-
|
|
19859
|
-
|
|
19857
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/internetcomputer/images/ckbtc.svg',
|
|
19858
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/internetcomputer/images/ckbtc.png'
|
|
19860
19859
|
},
|
|
19861
19860
|
images: [{
|
|
19862
19861
|
image_sync: {
|
|
@@ -20102,7 +20101,7 @@ const assets = {
|
|
|
20102
20101
|
{
|
|
20103
20102
|
description: 'Kima is an asset-agnostic interoperability infrastructure that connects blockchain networks and legacy financial systems, enabling secure, scalable cross-chain transactions and seamless communication across ecosystems.',
|
|
20104
20103
|
denom_units: [{
|
|
20105
|
-
denom: 'ibc/
|
|
20104
|
+
denom: 'ibc/629B5691DE993DCD07AA1B0587AD52A7FA4E8F28B77DE15BCBDF936CA6F76E6C',
|
|
20106
20105
|
exponent: 0,
|
|
20107
20106
|
aliases: ['uKIMA']
|
|
20108
20107
|
}, {
|
|
@@ -20110,7 +20109,7 @@ const assets = {
|
|
|
20110
20109
|
exponent: 6
|
|
20111
20110
|
}],
|
|
20112
20111
|
type_asset: 'ics20',
|
|
20113
|
-
base: 'ibc/
|
|
20112
|
+
base: 'ibc/629B5691DE993DCD07AA1B0587AD52A7FA4E8F28B77DE15BCBDF936CA6F76E6C',
|
|
20114
20113
|
name: 'Kima Network',
|
|
20115
20114
|
display: 'KIMA',
|
|
20116
20115
|
symbol: 'KIMA',
|
|
@@ -20119,11 +20118,11 @@ const assets = {
|
|
|
20119
20118
|
counterparty: {
|
|
20120
20119
|
chain_name: 'kimanetwork',
|
|
20121
20120
|
base_denom: 'uKIMA',
|
|
20122
|
-
channel_id: 'channel-
|
|
20121
|
+
channel_id: 'channel-4'
|
|
20123
20122
|
},
|
|
20124
20123
|
chain: {
|
|
20125
|
-
channel_id: 'channel-
|
|
20126
|
-
path: 'transfer/channel-
|
|
20124
|
+
channel_id: 'channel-86496',
|
|
20125
|
+
path: 'transfer/channel-86496/uKIMA'
|
|
20127
20126
|
}
|
|
20128
20127
|
}],
|
|
20129
20128
|
logo_URIs: {
|
|
@@ -20224,8 +20223,8 @@ const assets = {
|
|
|
20224
20223
|
}
|
|
20225
20224
|
}],
|
|
20226
20225
|
logo_URIs: {
|
|
20227
|
-
|
|
20228
|
-
|
|
20226
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/uni.axl.svg',
|
|
20227
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/uni.axl.png'
|
|
20229
20228
|
},
|
|
20230
20229
|
images: [{
|
|
20231
20230
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/uni.axl.svg',
|
|
@@ -20391,8 +20390,8 @@ const assets = {
|
|
|
20391
20390
|
}
|
|
20392
20391
|
}],
|
|
20393
20392
|
logo_URIs: {
|
|
20394
|
-
|
|
20395
|
-
|
|
20393
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/doge.int3.svg',
|
|
20394
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/doge.int3.png'
|
|
20396
20395
|
},
|
|
20397
20396
|
images: [{
|
|
20398
20397
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/doge.int3.svg',
|
|
@@ -20443,8 +20442,8 @@ const assets = {
|
|
|
20443
20442
|
}
|
|
20444
20443
|
}],
|
|
20445
20444
|
logo_URIs: {
|
|
20446
|
-
|
|
20447
|
-
|
|
20445
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/btc.int3.svg',
|
|
20446
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/btc.int3.png'
|
|
20448
20447
|
},
|
|
20449
20448
|
images: [{
|
|
20450
20449
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/btc.int3.svg',
|
|
@@ -20495,8 +20494,8 @@ const assets = {
|
|
|
20495
20494
|
}
|
|
20496
20495
|
}],
|
|
20497
20496
|
logo_URIs: {
|
|
20498
|
-
|
|
20499
|
-
|
|
20497
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/bch.int3.svg',
|
|
20498
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/bch.int3.png'
|
|
20500
20499
|
},
|
|
20501
20500
|
images: [{
|
|
20502
20501
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/bch.int3.svg',
|
|
@@ -20547,8 +20546,8 @@ const assets = {
|
|
|
20547
20546
|
}
|
|
20548
20547
|
}],
|
|
20549
20548
|
logo_URIs: {
|
|
20550
|
-
|
|
20551
|
-
|
|
20549
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ltc.int3.svg',
|
|
20550
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ltc.int3.png'
|
|
20552
20551
|
},
|
|
20553
20552
|
images: [{
|
|
20554
20553
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ltc.int3.svg',
|
|
@@ -20826,8 +20825,8 @@ const assets = {
|
|
|
20826
20825
|
}
|
|
20827
20826
|
],
|
|
20828
20827
|
logo_URIs: {
|
|
20829
|
-
|
|
20830
|
-
|
|
20828
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/cbbtc.axl.svg',
|
|
20829
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/cbbtc.axl.png'
|
|
20831
20830
|
},
|
|
20832
20831
|
images: [{
|
|
20833
20832
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/cbbtc.axl.svg',
|
|
@@ -20891,8 +20890,8 @@ const assets = {
|
|
|
20891
20890
|
}
|
|
20892
20891
|
],
|
|
20893
20892
|
logo_URIs: {
|
|
20894
|
-
|
|
20895
|
-
|
|
20893
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fbtc.axl.svg',
|
|
20894
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fbtc.axl.png'
|
|
20896
20895
|
},
|
|
20897
20896
|
images: [{
|
|
20898
20897
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fbtc.axl.svg',
|
|
@@ -20957,8 +20956,8 @@ const assets = {
|
|
|
20957
20956
|
}
|
|
20958
20957
|
],
|
|
20959
20958
|
logo_URIs: {
|
|
20960
|
-
|
|
20961
|
-
|
|
20959
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/lbtc.axl.svg',
|
|
20960
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/lbtc.axl.png'
|
|
20962
20961
|
},
|
|
20963
20962
|
images: [{
|
|
20964
20963
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/lbtc.axl.svg',
|
|
@@ -21019,8 +21018,8 @@ const assets = {
|
|
|
21019
21018
|
}
|
|
21020
21019
|
],
|
|
21021
21020
|
logo_URIs: {
|
|
21022
|
-
|
|
21023
|
-
|
|
21021
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/rbtc.rt.svg',
|
|
21022
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/rbtc.rt.png'
|
|
21024
21023
|
},
|
|
21025
21024
|
images: [{
|
|
21026
21025
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/rbtc.rt.svg',
|
|
@@ -21100,8 +21099,8 @@ const assets = {
|
|
|
21100
21099
|
provider: 'Osmosis'
|
|
21101
21100
|
}],
|
|
21102
21101
|
logo_URIs: {
|
|
21103
|
-
|
|
21104
|
-
|
|
21102
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/litecoin/images/ltc.svg',
|
|
21103
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/litecoin/images/ltc.png'
|
|
21105
21104
|
},
|
|
21106
21105
|
images: [{
|
|
21107
21106
|
image_sync: {
|
|
@@ -21140,8 +21139,8 @@ const assets = {
|
|
|
21140
21139
|
provider: 'Osmosis'
|
|
21141
21140
|
}],
|
|
21142
21141
|
logo_URIs: {
|
|
21143
|
-
|
|
21144
|
-
|
|
21142
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoincash/images/bch.svg',
|
|
21143
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoincash/images/bch.png'
|
|
21145
21144
|
},
|
|
21146
21145
|
images: [{
|
|
21147
21146
|
image_sync: {
|
|
@@ -21220,6 +21219,360 @@ const assets = {
|
|
|
21220
21219
|
}
|
|
21221
21220
|
]
|
|
21222
21221
|
},
|
|
21222
|
+
{
|
|
21223
|
+
description: 'The native staking and governance token of AtomOne',
|
|
21224
|
+
denom_units: [{
|
|
21225
|
+
denom: 'ibc/715283E4A955EB803AB1DD30B488587A4D63BF0B51BADA537053DEE479BA10D6',
|
|
21226
|
+
exponent: 0,
|
|
21227
|
+
aliases: ['uatone']
|
|
21228
|
+
}, {
|
|
21229
|
+
denom: 'atone',
|
|
21230
|
+
exponent: 6
|
|
21231
|
+
}],
|
|
21232
|
+
type_asset: 'ics20',
|
|
21233
|
+
base: 'ibc/715283E4A955EB803AB1DD30B488587A4D63BF0B51BADA537053DEE479BA10D6',
|
|
21234
|
+
name: 'AtomOne',
|
|
21235
|
+
display: 'atone',
|
|
21236
|
+
symbol: 'ATONE',
|
|
21237
|
+
traces: [{
|
|
21238
|
+
type: 'ibc',
|
|
21239
|
+
counterparty: {
|
|
21240
|
+
chain_name: 'atomone',
|
|
21241
|
+
base_denom: 'uatone',
|
|
21242
|
+
channel_id: 'channel-0'
|
|
21243
|
+
},
|
|
21244
|
+
chain: {
|
|
21245
|
+
channel_id: 'channel-85309',
|
|
21246
|
+
path: 'transfer/channel-85309/uatone'
|
|
21247
|
+
}
|
|
21248
|
+
}],
|
|
21249
|
+
logo_URIs: {
|
|
21250
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.png',
|
|
21251
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.svg'
|
|
21252
|
+
},
|
|
21253
|
+
images: [{
|
|
21254
|
+
image_sync: {
|
|
21255
|
+
chain_name: 'atomone',
|
|
21256
|
+
base_denom: 'uatone'
|
|
21257
|
+
},
|
|
21258
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.png',
|
|
21259
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.svg'
|
|
21260
|
+
}]
|
|
21261
|
+
},
|
|
21262
|
+
{
|
|
21263
|
+
description: 'The Spice memecoin',
|
|
21264
|
+
denom_units: [{
|
|
21265
|
+
denom: 'factory/osmo1n6asrjy9754q8y9jsxqf557zmsv3s3xa5m9eg5/uspice',
|
|
21266
|
+
exponent: 0
|
|
21267
|
+
}, {
|
|
21268
|
+
denom: 'Spice',
|
|
21269
|
+
exponent: 6
|
|
21270
|
+
}],
|
|
21271
|
+
type_asset: 'sdk.coin',
|
|
21272
|
+
base: 'factory/osmo1n6asrjy9754q8y9jsxqf557zmsv3s3xa5m9eg5/uspice',
|
|
21273
|
+
name: 'Spice',
|
|
21274
|
+
display: 'Spice',
|
|
21275
|
+
symbol: 'SPICE',
|
|
21276
|
+
logo_URIs: {
|
|
21277
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/spice.png'
|
|
21278
|
+
},
|
|
21279
|
+
images: [{
|
|
21280
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/spice.png',
|
|
21281
|
+
theme: {
|
|
21282
|
+
primary_color_hex: '#e5ba44'
|
|
21283
|
+
}
|
|
21284
|
+
}],
|
|
21285
|
+
keywords: ['meme'],
|
|
21286
|
+
socials: {
|
|
21287
|
+
twitter: 'https://x.com/spiceoncosmos'
|
|
21288
|
+
}
|
|
21289
|
+
},
|
|
21290
|
+
{
|
|
21291
|
+
description: 'YUM is the Cacao Swap token, powering decentralised rails.',
|
|
21292
|
+
denom_units: [{
|
|
21293
|
+
denom: 'ibc/21D8071EF5B02A86D945430D859A594CBF28287D38104A264BB9FD3B22BBF5DE',
|
|
21294
|
+
exponent: 0,
|
|
21295
|
+
aliases: ['yum-wei']
|
|
21296
|
+
}, {
|
|
21297
|
+
denom: 'yum',
|
|
21298
|
+
exponent: 18
|
|
21299
|
+
}],
|
|
21300
|
+
type_asset: 'ics20',
|
|
21301
|
+
base: 'ibc/21D8071EF5B02A86D945430D859A594CBF28287D38104A264BB9FD3B22BBF5DE',
|
|
21302
|
+
name: 'Yum',
|
|
21303
|
+
display: 'yum',
|
|
21304
|
+
symbol: 'YUM',
|
|
21305
|
+
traces: [{
|
|
21306
|
+
type: 'bridge',
|
|
21307
|
+
counterparty: {
|
|
21308
|
+
chain_name: 'ethereum',
|
|
21309
|
+
base_denom: '0xcE682c89C63d2850Cb2ca898E44D6c7c30d897a6'
|
|
21310
|
+
},
|
|
21311
|
+
provider: 'Axelar'
|
|
21312
|
+
}, {
|
|
21313
|
+
type: 'ibc',
|
|
21314
|
+
counterparty: {
|
|
21315
|
+
chain_name: 'axelar',
|
|
21316
|
+
base_denom: 'yum-wei',
|
|
21317
|
+
channel_id: 'channel-3'
|
|
21318
|
+
},
|
|
21319
|
+
chain: {
|
|
21320
|
+
channel_id: 'channel-208',
|
|
21321
|
+
path: 'transfer/channel-208/yum-wei'
|
|
21322
|
+
}
|
|
21323
|
+
}],
|
|
21324
|
+
logo_URIs: {
|
|
21325
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yum.png'
|
|
21326
|
+
},
|
|
21327
|
+
images: [{
|
|
21328
|
+
image_sync: {
|
|
21329
|
+
chain_name: 'ethereum',
|
|
21330
|
+
base_denom: '0xcE682c89C63d2850Cb2ca898E44D6c7c30d897a6'
|
|
21331
|
+
},
|
|
21332
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yum.png',
|
|
21333
|
+
theme: {
|
|
21334
|
+
primary_color_hex: '#33a6e7'
|
|
21335
|
+
}
|
|
21336
|
+
}],
|
|
21337
|
+
socials: {
|
|
21338
|
+
website: 'https://cacaoswap.app',
|
|
21339
|
+
twitter: 'https://x.com/CacaoSwap'
|
|
21340
|
+
}
|
|
21341
|
+
},
|
|
21342
|
+
{
|
|
21343
|
+
description: 'GATA Yield DAO Governance Token powered by OmniFlixHub',
|
|
21344
|
+
denom_units: [{
|
|
21345
|
+
denom: 'ibc/50F886EFA15E1FF3D9226B177083A1EFF944176181C70B6131D74FE5AFB1F2C0',
|
|
21346
|
+
exponent: 0,
|
|
21347
|
+
aliases: ['factory/omniflix1fwphj5p6qd8gtkehkzfgac38eur4uqzgz97uwvf6hsc0vjl004gqfj0xnv/ygata']
|
|
21348
|
+
}, {
|
|
21349
|
+
denom: 'ygata',
|
|
21350
|
+
exponent: 6
|
|
21351
|
+
}],
|
|
21352
|
+
type_asset: 'ics20',
|
|
21353
|
+
base: 'ibc/50F886EFA15E1FF3D9226B177083A1EFF944176181C70B6131D74FE5AFB1F2C0',
|
|
21354
|
+
name: 'Yield GATA',
|
|
21355
|
+
display: 'ygata',
|
|
21356
|
+
symbol: 'YGATA',
|
|
21357
|
+
traces: [{
|
|
21358
|
+
type: 'ibc',
|
|
21359
|
+
counterparty: {
|
|
21360
|
+
chain_name: 'omniflixhub',
|
|
21361
|
+
base_denom: 'factory/omniflix1fwphj5p6qd8gtkehkzfgac38eur4uqzgz97uwvf6hsc0vjl004gqfj0xnv/ygata',
|
|
21362
|
+
channel_id: 'channel-1'
|
|
21363
|
+
},
|
|
21364
|
+
chain: {
|
|
21365
|
+
channel_id: 'channel-199',
|
|
21366
|
+
path: 'transfer/channel-199/factory/omniflix1fwphj5p6qd8gtkehkzfgac38eur4uqzgz97uwvf6hsc0vjl004gqfj0xnv/ygata'
|
|
21367
|
+
}
|
|
21368
|
+
}],
|
|
21369
|
+
logo_URIs: {
|
|
21370
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/ygata.png',
|
|
21371
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/ygata.svg'
|
|
21372
|
+
},
|
|
21373
|
+
images: [{
|
|
21374
|
+
image_sync: {
|
|
21375
|
+
chain_name: 'omniflixhub',
|
|
21376
|
+
base_denom: 'factory/omniflix1fwphj5p6qd8gtkehkzfgac38eur4uqzgz97uwvf6hsc0vjl004gqfj0xnv/ygata'
|
|
21377
|
+
},
|
|
21378
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/ygata.png',
|
|
21379
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/ygata.svg',
|
|
21380
|
+
theme: {
|
|
21381
|
+
primary_color_hex: '#7b5aff'
|
|
21382
|
+
}
|
|
21383
|
+
}]
|
|
21384
|
+
},
|
|
21385
|
+
{
|
|
21386
|
+
description: 'Dragon Token is the native staking and governance token of Dungeon Chain, serving as the backbone of the ecosystem. Its primary roles include staking, where users stake Dragon Tokens to secure the network, enhance its functionality, and earn rewards in return; governance, granting token holders voting rights to influence key decisions such as game onboarding, protocol updates, and community-driven initiatives; and ecosystem growth, facilitating transactions, incentivizing developers, and promoting the creation of new interchain games. Dragon Token ensures a decentralized, fair, and community-driven ecosystem, fostering the evolution of blockchain-based gaming. It plays a crucial role in driving the growth of Dungeon Chain by empowering both developers and players to participate actively in the ecosystem\'s governance and success.',
|
|
21387
|
+
denom_units: [{
|
|
21388
|
+
denom: 'ibc/3B95D63B520C283BCA86F8CD426D57584039463FD684A5CBA31D2780B86A1995',
|
|
21389
|
+
exponent: 0,
|
|
21390
|
+
aliases: ['udgn']
|
|
21391
|
+
}, {
|
|
21392
|
+
denom: 'DGN',
|
|
21393
|
+
exponent: 6
|
|
21394
|
+
}],
|
|
21395
|
+
type_asset: 'ics20',
|
|
21396
|
+
base: 'ibc/3B95D63B520C283BCA86F8CD426D57584039463FD684A5CBA31D2780B86A1995',
|
|
21397
|
+
name: 'Dragon',
|
|
21398
|
+
display: 'DGN',
|
|
21399
|
+
symbol: 'DGN',
|
|
21400
|
+
traces: [{
|
|
21401
|
+
type: 'ibc',
|
|
21402
|
+
counterparty: {
|
|
21403
|
+
chain_name: 'dungeon',
|
|
21404
|
+
base_denom: 'udgn',
|
|
21405
|
+
channel_id: 'channel-2'
|
|
21406
|
+
},
|
|
21407
|
+
chain: {
|
|
21408
|
+
channel_id: 'channel-85791',
|
|
21409
|
+
path: 'transfer/channel-85791/udgn'
|
|
21410
|
+
}
|
|
21411
|
+
}],
|
|
21412
|
+
logo_URIs: {
|
|
21413
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
|
|
21414
|
+
},
|
|
21415
|
+
images: [{
|
|
21416
|
+
image_sync: {
|
|
21417
|
+
chain_name: 'dungeon',
|
|
21418
|
+
base_denom: 'udgn'
|
|
21419
|
+
},
|
|
21420
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png',
|
|
21421
|
+
theme: {
|
|
21422
|
+
circle: true
|
|
21423
|
+
}
|
|
21424
|
+
}]
|
|
21425
|
+
},
|
|
21426
|
+
{
|
|
21427
|
+
description: 'Synternet is a blockchain that powers modular, interoperable data infrastructure across all major chains.',
|
|
21428
|
+
denom_units: [{
|
|
21429
|
+
denom: 'ibc/1B454982D3746951510D3845145B83628D4ED380D95722C8077776C4689F973A',
|
|
21430
|
+
exponent: 0,
|
|
21431
|
+
aliases: ['usynt']
|
|
21432
|
+
}, {
|
|
21433
|
+
denom: 'SYNT',
|
|
21434
|
+
exponent: 6
|
|
21435
|
+
}],
|
|
21436
|
+
type_asset: 'ics20',
|
|
21437
|
+
base: 'ibc/1B454982D3746951510D3845145B83628D4ED380D95722C8077776C4689F973A',
|
|
21438
|
+
name: 'Synternet',
|
|
21439
|
+
display: 'SYNT',
|
|
21440
|
+
symbol: 'SYNT',
|
|
21441
|
+
traces: [{
|
|
21442
|
+
type: 'ibc',
|
|
21443
|
+
counterparty: {
|
|
21444
|
+
chain_name: 'synternet',
|
|
21445
|
+
base_denom: 'usynt',
|
|
21446
|
+
channel_id: 'channel-1'
|
|
21447
|
+
},
|
|
21448
|
+
chain: {
|
|
21449
|
+
channel_id: 'channel-85186',
|
|
21450
|
+
path: 'transfer/channel-85186/usynt'
|
|
21451
|
+
}
|
|
21452
|
+
}],
|
|
21453
|
+
logo_URIs: {
|
|
21454
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.png',
|
|
21455
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.svg'
|
|
21456
|
+
},
|
|
21457
|
+
images: [{
|
|
21458
|
+
image_sync: {
|
|
21459
|
+
chain_name: 'synternet',
|
|
21460
|
+
base_denom: 'usynt'
|
|
21461
|
+
},
|
|
21462
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.png',
|
|
21463
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.svg',
|
|
21464
|
+
theme: {
|
|
21465
|
+
primary_color_hex: '#272d45'
|
|
21466
|
+
}
|
|
21467
|
+
}]
|
|
21468
|
+
},
|
|
21469
|
+
{
|
|
21470
|
+
description: 'Sssshhh…',
|
|
21471
|
+
denom_units: [{
|
|
21472
|
+
denom: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/bomu',
|
|
21473
|
+
exponent: 0
|
|
21474
|
+
}, {
|
|
21475
|
+
denom: 'BOMU',
|
|
21476
|
+
exponent: 6
|
|
21477
|
+
}],
|
|
21478
|
+
type_asset: 'sdk.coin',
|
|
21479
|
+
address: 'osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8',
|
|
21480
|
+
base: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/bomu',
|
|
21481
|
+
name: '$bomu',
|
|
21482
|
+
display: 'BOMU',
|
|
21483
|
+
symbol: 'BOMU',
|
|
21484
|
+
logo_URIs: {
|
|
21485
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/bomu.png'
|
|
21486
|
+
},
|
|
21487
|
+
images: [{
|
|
21488
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/bomu.png'
|
|
21489
|
+
}]
|
|
21490
|
+
},
|
|
21491
|
+
{
|
|
21492
|
+
description: 'Drop staked ATOM',
|
|
21493
|
+
denom_units: [{
|
|
21494
|
+
denom: 'ibc/C1B4D4804EB8F95FFB75E6395A301F0AD6D7DDE5C3A45571B70E46A368DD353E',
|
|
21495
|
+
exponent: 0,
|
|
21496
|
+
aliases: ['factory/neutron1k6hr0f83e7un2wjf29cspk7j69jrnskk65k3ek2nj9dztrlzpj6q00rtsa/udatom']
|
|
21497
|
+
}, {
|
|
21498
|
+
denom: 'dATOM',
|
|
21499
|
+
exponent: 6
|
|
21500
|
+
}],
|
|
21501
|
+
type_asset: 'ics20',
|
|
21502
|
+
base: 'ibc/C1B4D4804EB8F95FFB75E6395A301F0AD6D7DDE5C3A45571B70E46A368DD353E',
|
|
21503
|
+
name: 'dATOM',
|
|
21504
|
+
display: 'dATOM',
|
|
21505
|
+
symbol: 'dATOM',
|
|
21506
|
+
traces: [{
|
|
21507
|
+
type: 'liquid-stake',
|
|
21508
|
+
counterparty: {
|
|
21509
|
+
chain_name: 'cosmoshub',
|
|
21510
|
+
base_denom: 'uatom'
|
|
21511
|
+
},
|
|
21512
|
+
provider: 'Drop Protocol'
|
|
21513
|
+
}, {
|
|
21514
|
+
type: 'ibc',
|
|
21515
|
+
counterparty: {
|
|
21516
|
+
chain_name: 'neutron',
|
|
21517
|
+
base_denom: 'factory/neutron1k6hr0f83e7un2wjf29cspk7j69jrnskk65k3ek2nj9dztrlzpj6q00rtsa/udatom',
|
|
21518
|
+
channel_id: 'channel-10'
|
|
21519
|
+
},
|
|
21520
|
+
chain: {
|
|
21521
|
+
channel_id: 'channel-874',
|
|
21522
|
+
path: 'transfer/channel-874/factory/neutron1k6hr0f83e7un2wjf29cspk7j69jrnskk65k3ek2nj9dztrlzpj6q00rtsa/udatom'
|
|
21523
|
+
}
|
|
21524
|
+
}],
|
|
21525
|
+
logo_URIs: {
|
|
21526
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/dATOM.svg'
|
|
21527
|
+
},
|
|
21528
|
+
images: [{
|
|
21529
|
+
image_sync: {
|
|
21530
|
+
chain_name: 'neutron',
|
|
21531
|
+
base_denom: 'factory/neutron1k6hr0f83e7un2wjf29cspk7j69jrnskk65k3ek2nj9dztrlzpj6q00rtsa/udatom'
|
|
21532
|
+
},
|
|
21533
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/dATOM.svg'
|
|
21534
|
+
}]
|
|
21535
|
+
},
|
|
21536
|
+
{
|
|
21537
|
+
description: 'Kima is an asset-agnostic interoperability infrastructure that connects blockchain networks and legacy financial systems, enabling secure, scalable cross-chain transactions and seamless communication across ecosystems.',
|
|
21538
|
+
denom_units: [{
|
|
21539
|
+
denom: 'ibc/A6712952E566B8A9F29D0A533F043C3CE3CF9870B01A2180E390133119C14A71',
|
|
21540
|
+
exponent: 0,
|
|
21541
|
+
aliases: ['uKIMA']
|
|
21542
|
+
}, {
|
|
21543
|
+
denom: 'KIMA',
|
|
21544
|
+
exponent: 6
|
|
21545
|
+
}],
|
|
21546
|
+
type_asset: 'ics20',
|
|
21547
|
+
base: 'ibc/A6712952E566B8A9F29D0A533F043C3CE3CF9870B01A2180E390133119C14A71',
|
|
21548
|
+
name: 'Kima Network',
|
|
21549
|
+
display: 'KIMA',
|
|
21550
|
+
symbol: 'KIMA',
|
|
21551
|
+
traces: [{
|
|
21552
|
+
type: 'ibc',
|
|
21553
|
+
counterparty: {
|
|
21554
|
+
chain_name: 'kimanetwork',
|
|
21555
|
+
base_denom: 'uKIMA',
|
|
21556
|
+
channel_id: 'channel-0'
|
|
21557
|
+
},
|
|
21558
|
+
chain: {
|
|
21559
|
+
channel_id: 'channel-83350',
|
|
21560
|
+
path: 'transfer/channel-83350/uKIMA'
|
|
21561
|
+
}
|
|
21562
|
+
}],
|
|
21563
|
+
logo_URIs: {
|
|
21564
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png',
|
|
21565
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg'
|
|
21566
|
+
},
|
|
21567
|
+
images: [{
|
|
21568
|
+
image_sync: {
|
|
21569
|
+
chain_name: 'kimanetwork',
|
|
21570
|
+
base_denom: 'uKIMA'
|
|
21571
|
+
},
|
|
21572
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png',
|
|
21573
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg'
|
|
21574
|
+
}]
|
|
21575
|
+
},
|
|
21223
21576
|
{
|
|
21224
21577
|
description: 'The native token of Furya',
|
|
21225
21578
|
denom_units: [{
|
|
@@ -21578,107 +21931,6 @@ const assets = {
|
|
|
21578
21931
|
name: 'Earn CDT Vault',
|
|
21579
21932
|
display: 'earnCDT',
|
|
21580
21933
|
symbol: 'earnCDT'
|
|
21581
|
-
},
|
|
21582
|
-
{
|
|
21583
|
-
description: 'The Spice memecoin',
|
|
21584
|
-
denom_units: [{
|
|
21585
|
-
denom: 'factory/osmo1n6asrjy9754q8y9jsxqf557zmsv3s3xa5m9eg5/uspice',
|
|
21586
|
-
exponent: 0
|
|
21587
|
-
}, {
|
|
21588
|
-
denom: 'Spice',
|
|
21589
|
-
exponent: 6
|
|
21590
|
-
}],
|
|
21591
|
-
type_asset: 'sdk.coin',
|
|
21592
|
-
base: 'factory/osmo1n6asrjy9754q8y9jsxqf557zmsv3s3xa5m9eg5/uspice',
|
|
21593
|
-
name: 'Spice',
|
|
21594
|
-
display: 'Spice',
|
|
21595
|
-
symbol: 'SPICE',
|
|
21596
|
-
logo_URIs: {
|
|
21597
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/spice.png'
|
|
21598
|
-
},
|
|
21599
|
-
images: [{
|
|
21600
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/spice.png',
|
|
21601
|
-
theme: {
|
|
21602
|
-
primary_color_hex: '#e5ba44'
|
|
21603
|
-
}
|
|
21604
|
-
}],
|
|
21605
|
-
keywords: ['meme'],
|
|
21606
|
-
socials: {
|
|
21607
|
-
twitter: 'https://x.com/spiceoncosmos'
|
|
21608
|
-
}
|
|
21609
|
-
},
|
|
21610
|
-
{
|
|
21611
|
-
type_asset: 'ics20',
|
|
21612
|
-
denom_units: [{
|
|
21613
|
-
denom: 'ibc/21D8071EF5B02A86D945430D859A594CBF28287D38104A264BB9FD3B22BBF5DE',
|
|
21614
|
-
exponent: 0,
|
|
21615
|
-
aliases: ['yum-wei']
|
|
21616
|
-
}, {
|
|
21617
|
-
denom: 'yum',
|
|
21618
|
-
exponent: 18
|
|
21619
|
-
}],
|
|
21620
|
-
base: 'ibc/21D8071EF5B02A86D945430D859A594CBF28287D38104A264BB9FD3B22BBF5DE',
|
|
21621
|
-
name: 'Axelar Wrapped YUM',
|
|
21622
|
-
socials: {
|
|
21623
|
-
website: 'https://cacaoswap.app',
|
|
21624
|
-
twitter: 'https://x.com/CacaoSwap'
|
|
21625
|
-
},
|
|
21626
|
-
display: 'yum',
|
|
21627
|
-
symbol: 'YUM.axl',
|
|
21628
|
-
traces: [{
|
|
21629
|
-
type: 'bridge',
|
|
21630
|
-
counterparty: {
|
|
21631
|
-
chain_name: 'ethereum',
|
|
21632
|
-
base_denom: '0xcE682c89C63d2850Cb2ca898E44D6c7c30d897a6'
|
|
21633
|
-
},
|
|
21634
|
-
provider: 'Axelar'
|
|
21635
|
-
}, {
|
|
21636
|
-
type: 'ibc',
|
|
21637
|
-
counterparty: {
|
|
21638
|
-
chain_name: 'axelar',
|
|
21639
|
-
base_denom: 'yum-wei',
|
|
21640
|
-
channel_id: 'channel-3'
|
|
21641
|
-
},
|
|
21642
|
-
chain: {
|
|
21643
|
-
channel_id: 'channel-208',
|
|
21644
|
-
path: 'transfer/channel-208/yum-wei'
|
|
21645
|
-
}
|
|
21646
|
-
}],
|
|
21647
|
-
images: [{
|
|
21648
|
-
image_sync: {
|
|
21649
|
-
chain_name: 'ethereum',
|
|
21650
|
-
base_denom: '0xcE682c89C63d2850Cb2ca898E44D6c7c30d897a6'
|
|
21651
|
-
},
|
|
21652
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yum.png',
|
|
21653
|
-
theme: {
|
|
21654
|
-
primary_color_hex: '#33a6e7'
|
|
21655
|
-
}
|
|
21656
|
-
}],
|
|
21657
|
-
logo_URIs: {
|
|
21658
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yum.png'
|
|
21659
|
-
}
|
|
21660
|
-
},
|
|
21661
|
-
{
|
|
21662
|
-
description: 'Sssshhh…',
|
|
21663
|
-
denom_units: [{
|
|
21664
|
-
denom: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/bomu',
|
|
21665
|
-
exponent: 0
|
|
21666
|
-
}, {
|
|
21667
|
-
denom: 'BOMU',
|
|
21668
|
-
exponent: 6
|
|
21669
|
-
}],
|
|
21670
|
-
type_asset: 'sdk.coin',
|
|
21671
|
-
address: 'osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8',
|
|
21672
|
-
base: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/bomu',
|
|
21673
|
-
name: '$bomu',
|
|
21674
|
-
display: 'BOMU',
|
|
21675
|
-
symbol: 'BOMU',
|
|
21676
|
-
images: [{
|
|
21677
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/bomu.png'
|
|
21678
|
-
}],
|
|
21679
|
-
logo_URIs: {
|
|
21680
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/bomu.png'
|
|
21681
|
-
}
|
|
21682
21934
|
}
|
|
21683
21935
|
]
|
|
21684
21936
|
};
|