@chain-registry/osmosis 1.67.54 → 1.67.56
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 +192 -0
- package/assets.js +908 -577
- package/chain.js +532 -3
- package/esm/asset_list.js +192 -0
- package/esm/assets.js +908 -577
- package/esm/chain.js +532 -3
- package/esm/testnet.js +20 -1
- package/package.json +3 -3
- package/testnet.js +20 -1
package/assets.js
CHANGED
|
@@ -1012,10 +1012,7 @@ const assets = {
|
|
|
1012
1012
|
base_denom: 'uscrt'
|
|
1013
1013
|
},
|
|
1014
1014
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
1015
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
1016
|
-
theme: {
|
|
1017
|
-
primary_color_hex: '#040404'
|
|
1018
|
-
}
|
|
1015
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
1019
1016
|
}]
|
|
1020
1017
|
},
|
|
1021
1018
|
{
|
|
@@ -2627,7 +2624,7 @@ const assets = {
|
|
|
2627
2624
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.png',
|
|
2628
2625
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.svg',
|
|
2629
2626
|
theme: {
|
|
2630
|
-
primary_color_hex: '#
|
|
2627
|
+
primary_color_hex: '#fbab30'
|
|
2631
2628
|
}
|
|
2632
2629
|
}]
|
|
2633
2630
|
},
|
|
@@ -8504,6 +8501,16 @@ const assets = {
|
|
|
8504
8501
|
theme: {
|
|
8505
8502
|
primary_color_hex: '#0493fc'
|
|
8506
8503
|
}
|
|
8504
|
+
}, {
|
|
8505
|
+
image_sync: {
|
|
8506
|
+
chain_name: 'axelar',
|
|
8507
|
+
base_denom: 'wfil-wei'
|
|
8508
|
+
},
|
|
8509
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/filecoin/images/wfil.png',
|
|
8510
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/filecoin/images/wfil.svg',
|
|
8511
|
+
theme: {
|
|
8512
|
+
primary_color_hex: '#0694fc'
|
|
8513
|
+
}
|
|
8507
8514
|
}]
|
|
8508
8515
|
},
|
|
8509
8516
|
{
|
|
@@ -14260,46 +14267,6 @@ const assets = {
|
|
|
14260
14267
|
}
|
|
14261
14268
|
}]
|
|
14262
14269
|
},
|
|
14263
|
-
{
|
|
14264
|
-
description: 'An alloy of XRP asset variants on Osmosis.',
|
|
14265
|
-
extended_description: 'Multiple Ripple variants on Osmosis comprise the liquidity backing of a tokenized transmuter pool to create an alloy of XRP.',
|
|
14266
|
-
denom_units: [{
|
|
14267
|
-
denom: 'factory/osmo1qnglc04tmhg32uc4kxlxh55a5cmhj88cpa3rmtly484xqu82t79sfv94w0/alloyed/allXRP',
|
|
14268
|
-
exponent: 0
|
|
14269
|
-
}, {
|
|
14270
|
-
denom: 'allXRP',
|
|
14271
|
-
exponent: 6
|
|
14272
|
-
}],
|
|
14273
|
-
type_asset: 'sdk.coin',
|
|
14274
|
-
address: 'osmo1qnglc04tmhg32uc4kxlxh55a5cmhj88cpa3rmtly484xqu82t79sfv94w0',
|
|
14275
|
-
base: 'factory/osmo1qnglc04tmhg32uc4kxlxh55a5cmhj88cpa3rmtly484xqu82t79sfv94w0/alloyed/allXRP',
|
|
14276
|
-
name: 'Ripple',
|
|
14277
|
-
display: 'allXRP',
|
|
14278
|
-
symbol: 'XRP',
|
|
14279
|
-
traces: [{
|
|
14280
|
-
type: 'synthetic',
|
|
14281
|
-
counterparty: {
|
|
14282
|
-
chain_name: 'xrpl',
|
|
14283
|
-
base_denom: 'drop'
|
|
14284
|
-
},
|
|
14285
|
-
provider: 'Osmosis'
|
|
14286
|
-
}],
|
|
14287
|
-
logo_URIs: {
|
|
14288
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.svg',
|
|
14289
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.png'
|
|
14290
|
-
},
|
|
14291
|
-
images: [{
|
|
14292
|
-
image_sync: {
|
|
14293
|
-
chain_name: 'xrpl',
|
|
14294
|
-
base_denom: 'drop'
|
|
14295
|
-
},
|
|
14296
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.svg',
|
|
14297
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.png',
|
|
14298
|
-
theme: {
|
|
14299
|
-
primary_color_hex: '#040404'
|
|
14300
|
-
}
|
|
14301
|
-
}]
|
|
14302
|
-
},
|
|
14303
14270
|
{
|
|
14304
14271
|
description: 'The Original Meme Coin of SEI Network',
|
|
14305
14272
|
denom_units: [{
|
|
@@ -20605,58 +20572,6 @@ const assets = {
|
|
|
20605
20572
|
}
|
|
20606
20573
|
}]
|
|
20607
20574
|
},
|
|
20608
|
-
{
|
|
20609
|
-
description: 'TON on Int3face',
|
|
20610
|
-
denom_units: [{
|
|
20611
|
-
denom: 'ibc/DDE1238DCBC338C0FD0700A72CBD64C017B7A646C4A46789ADFB5D47F1E52E38',
|
|
20612
|
-
exponent: 0,
|
|
20613
|
-
aliases: ['factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/ton-ton']
|
|
20614
|
-
}, {
|
|
20615
|
-
denom: 'ton',
|
|
20616
|
-
exponent: 9
|
|
20617
|
-
}],
|
|
20618
|
-
type_asset: 'ics20',
|
|
20619
|
-
base: 'ibc/DDE1238DCBC338C0FD0700A72CBD64C017B7A646C4A46789ADFB5D47F1E52E38',
|
|
20620
|
-
name: 'TON (Int3)',
|
|
20621
|
-
display: 'ton',
|
|
20622
|
-
symbol: 'TON.int3',
|
|
20623
|
-
traces: [{
|
|
20624
|
-
type: 'bridge',
|
|
20625
|
-
counterparty: {
|
|
20626
|
-
chain_name: 'ton',
|
|
20627
|
-
base_denom: 'nanoton'
|
|
20628
|
-
},
|
|
20629
|
-
provider: 'Int3face'
|
|
20630
|
-
}, {
|
|
20631
|
-
type: 'ibc',
|
|
20632
|
-
counterparty: {
|
|
20633
|
-
chain_name: 'int3face',
|
|
20634
|
-
base_denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/ton-ton',
|
|
20635
|
-
channel_id: 'channel-0'
|
|
20636
|
-
},
|
|
20637
|
-
chain: {
|
|
20638
|
-
channel_id: 'channel-82819',
|
|
20639
|
-
path: 'transfer/channel-82819/factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/ton-ton'
|
|
20640
|
-
}
|
|
20641
|
-
}],
|
|
20642
|
-
logo_URIs: {
|
|
20643
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ton.int3.svg',
|
|
20644
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ton.int3.png'
|
|
20645
|
-
},
|
|
20646
|
-
images: [{
|
|
20647
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ton.int3.svg',
|
|
20648
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ton.int3.png'
|
|
20649
|
-
}, {
|
|
20650
|
-
image_sync: {
|
|
20651
|
-
chain_name: 'int3face',
|
|
20652
|
-
base_denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/ton-ton'
|
|
20653
|
-
},
|
|
20654
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/int3ton.png',
|
|
20655
|
-
theme: {
|
|
20656
|
-
primary_color_hex: '#3d3d3d'
|
|
20657
|
-
}
|
|
20658
|
-
}]
|
|
20659
|
-
},
|
|
20660
20575
|
{
|
|
20661
20576
|
description: 'Tether\'s USD stablecoin from Arbitrum on Axelar',
|
|
20662
20577
|
denom_units: [{
|
|
@@ -21156,6 +21071,7 @@ const assets = {
|
|
|
21156
21071
|
provider: 'Osmosis'
|
|
21157
21072
|
}],
|
|
21158
21073
|
logo_URIs: {
|
|
21074
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/dogecoin/images/doge.svg',
|
|
21159
21075
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/dogecoin/images/doge.png'
|
|
21160
21076
|
},
|
|
21161
21077
|
images: [{
|
|
@@ -21163,6 +21079,7 @@ const assets = {
|
|
|
21163
21079
|
chain_name: 'dogecoin',
|
|
21164
21080
|
base_denom: 'shibe'
|
|
21165
21081
|
},
|
|
21082
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/dogecoin/images/doge.svg',
|
|
21166
21083
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/dogecoin/images/doge.png',
|
|
21167
21084
|
theme: {
|
|
21168
21085
|
primary_color_hex: '#bda148'
|
|
@@ -21634,556 +21551,446 @@ const assets = {
|
|
|
21634
21551
|
}]
|
|
21635
21552
|
},
|
|
21636
21553
|
{
|
|
21637
|
-
description: '
|
|
21554
|
+
description: 'The Sherpa memecoin',
|
|
21638
21555
|
denom_units: [{
|
|
21639
|
-
denom: '
|
|
21556
|
+
denom: 'factory/osmo1n6asrjy9754q8y9jsxqf557zmsv3s3xa5m9eg5/usherpa',
|
|
21557
|
+
exponent: 0
|
|
21558
|
+
}, {
|
|
21559
|
+
denom: 'Sherpa',
|
|
21560
|
+
exponent: 6
|
|
21561
|
+
}],
|
|
21562
|
+
type_asset: 'sdk.coin',
|
|
21563
|
+
base: 'factory/osmo1n6asrjy9754q8y9jsxqf557zmsv3s3xa5m9eg5/usherpa',
|
|
21564
|
+
name: 'Sherpa',
|
|
21565
|
+
display: 'Sherpa',
|
|
21566
|
+
symbol: 'SHERPA',
|
|
21567
|
+
logo_URIs: {
|
|
21568
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sherpa.png'
|
|
21569
|
+
},
|
|
21570
|
+
images: [{
|
|
21571
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sherpa.png',
|
|
21572
|
+
theme: {
|
|
21573
|
+
primary_color_hex: '#fe9cdf'
|
|
21574
|
+
}
|
|
21575
|
+
}],
|
|
21576
|
+
keywords: ['meme']
|
|
21577
|
+
},
|
|
21578
|
+
{
|
|
21579
|
+
description: 'The advance token for ATOM denominated vaults on Amulet Protocol',
|
|
21580
|
+
denom_units: [{
|
|
21581
|
+
denom: 'ibc/35F2FB6D55E1F4249D81E0E2B4F9F7961BEBE402517609043FD94796412755F0',
|
|
21640
21582
|
exponent: 0,
|
|
21641
|
-
aliases: ['
|
|
21583
|
+
aliases: ['factory/neutron1shwxlkpdjd8h5wdtrykypwd2v62z5glr95yp0etdcspkkjwm5meq82ndxs/amatom']
|
|
21642
21584
|
}, {
|
|
21643
|
-
denom: '
|
|
21585
|
+
denom: 'amATOM',
|
|
21644
21586
|
exponent: 6
|
|
21645
21587
|
}],
|
|
21646
21588
|
type_asset: 'ics20',
|
|
21647
|
-
base: 'ibc/
|
|
21648
|
-
name: '
|
|
21649
|
-
display: '
|
|
21650
|
-
symbol: '
|
|
21651
|
-
traces: [
|
|
21589
|
+
base: 'ibc/35F2FB6D55E1F4249D81E0E2B4F9F7961BEBE402517609043FD94796412755F0',
|
|
21590
|
+
name: 'amATOM',
|
|
21591
|
+
display: 'amATOM',
|
|
21592
|
+
symbol: 'amATOM',
|
|
21593
|
+
traces: [
|
|
21594
|
+
{
|
|
21652
21595
|
type: 'ibc',
|
|
21653
21596
|
counterparty: {
|
|
21654
|
-
chain_name: '
|
|
21655
|
-
base_denom: '
|
|
21656
|
-
channel_id: 'channel-
|
|
21597
|
+
chain_name: 'cosmoshub',
|
|
21598
|
+
base_denom: 'uatom',
|
|
21599
|
+
channel_id: 'channel-569'
|
|
21657
21600
|
},
|
|
21658
21601
|
chain: {
|
|
21659
|
-
channel_id: 'channel-
|
|
21660
|
-
path: 'transfer/channel-
|
|
21602
|
+
channel_id: 'channel-1',
|
|
21603
|
+
path: 'transfer/channel-1/uatom'
|
|
21661
21604
|
}
|
|
21662
|
-
}
|
|
21605
|
+
},
|
|
21606
|
+
{
|
|
21607
|
+
type: 'synthetic',
|
|
21608
|
+
counterparty: {
|
|
21609
|
+
chain_name: 'neutron',
|
|
21610
|
+
base_denom: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
|
|
21611
|
+
contract: 'neutron16d4a7q3wfkkawj4jwyzz6g97xtmj0crkyn06ev74fu4xsgkwnreswzfpcy'
|
|
21612
|
+
},
|
|
21613
|
+
provider: 'Amulet'
|
|
21614
|
+
},
|
|
21615
|
+
{
|
|
21616
|
+
type: 'ibc',
|
|
21617
|
+
counterparty: {
|
|
21618
|
+
chain_name: 'neutron',
|
|
21619
|
+
base_denom: 'factory/neutron1shwxlkpdjd8h5wdtrykypwd2v62z5glr95yp0etdcspkkjwm5meq82ndxs/amatom',
|
|
21620
|
+
channel_id: 'channel-10'
|
|
21621
|
+
},
|
|
21622
|
+
chain: {
|
|
21623
|
+
channel_id: 'channel-874',
|
|
21624
|
+
path: 'transfer/channel-874/factory/neutron1shwxlkpdjd8h5wdtrykypwd2v62z5glr95yp0etdcspkkjwm5meq82ndxs/amatom'
|
|
21625
|
+
}
|
|
21626
|
+
}
|
|
21627
|
+
],
|
|
21663
21628
|
logo_URIs: {
|
|
21664
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
21665
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
21629
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/amATOM.png',
|
|
21630
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/amATOM.svg'
|
|
21666
21631
|
},
|
|
21667
21632
|
images: [{
|
|
21668
21633
|
image_sync: {
|
|
21669
|
-
chain_name: '
|
|
21670
|
-
base_denom: '
|
|
21634
|
+
chain_name: 'neutron',
|
|
21635
|
+
base_denom: 'factory/neutron1shwxlkpdjd8h5wdtrykypwd2v62z5glr95yp0etdcspkkjwm5meq82ndxs/amatom'
|
|
21671
21636
|
},
|
|
21672
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
21673
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
21637
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/amATOM.png',
|
|
21638
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/amATOM.svg'
|
|
21674
21639
|
}]
|
|
21675
21640
|
},
|
|
21676
21641
|
{
|
|
21677
|
-
description: '
|
|
21642
|
+
description: 'An alloy of XRP asset variants on Osmosis.',
|
|
21643
|
+
extended_description: 'Multiple Ripple variants on Osmosis comprise the liquidity backing of a tokenized transmuter pool to create an alloy of XRP.',
|
|
21678
21644
|
denom_units: [{
|
|
21679
|
-
denom: '
|
|
21680
|
-
exponent: 0
|
|
21681
|
-
aliases: ['ufury']
|
|
21645
|
+
denom: 'factory/osmo1qnglc04tmhg32uc4kxlxh55a5cmhj88cpa3rmtly484xqu82t79sfv94w0/alloyed/allXRP',
|
|
21646
|
+
exponent: 0
|
|
21682
21647
|
}, {
|
|
21683
|
-
denom: '
|
|
21648
|
+
denom: 'allXRP',
|
|
21684
21649
|
exponent: 6
|
|
21685
21650
|
}],
|
|
21686
|
-
type_asset: '
|
|
21687
|
-
|
|
21688
|
-
|
|
21689
|
-
|
|
21690
|
-
|
|
21651
|
+
type_asset: 'sdk.coin',
|
|
21652
|
+
address: 'osmo1qnglc04tmhg32uc4kxlxh55a5cmhj88cpa3rmtly484xqu82t79sfv94w0',
|
|
21653
|
+
base: 'factory/osmo1qnglc04tmhg32uc4kxlxh55a5cmhj88cpa3rmtly484xqu82t79sfv94w0/alloyed/allXRP',
|
|
21654
|
+
name: 'Ripple',
|
|
21655
|
+
display: 'allXRP',
|
|
21656
|
+
symbol: 'XRP',
|
|
21691
21657
|
traces: [{
|
|
21692
|
-
type: '
|
|
21658
|
+
type: 'synthetic',
|
|
21693
21659
|
counterparty: {
|
|
21694
|
-
chain_name: '
|
|
21695
|
-
base_denom: '
|
|
21696
|
-
channel_id: 'channel-3'
|
|
21660
|
+
chain_name: 'xrpl',
|
|
21661
|
+
base_denom: 'drop'
|
|
21697
21662
|
},
|
|
21698
|
-
|
|
21699
|
-
channel_id: 'channel-8690',
|
|
21700
|
-
path: 'transfer/channel-8690/ufury'
|
|
21701
|
-
}
|
|
21663
|
+
provider: 'Osmosis'
|
|
21702
21664
|
}],
|
|
21703
21665
|
logo_URIs: {
|
|
21704
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
21705
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
21666
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.png',
|
|
21667
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.svg'
|
|
21706
21668
|
},
|
|
21707
21669
|
images: [{
|
|
21708
21670
|
image_sync: {
|
|
21709
|
-
chain_name: '
|
|
21710
|
-
base_denom: '
|
|
21671
|
+
chain_name: 'xrpl',
|
|
21672
|
+
base_denom: 'drop'
|
|
21711
21673
|
},
|
|
21712
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
21713
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
21674
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.png',
|
|
21675
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.svg',
|
|
21714
21676
|
theme: {
|
|
21715
21677
|
primary_color_hex: '#040404'
|
|
21716
21678
|
}
|
|
21717
|
-
}]
|
|
21718
|
-
keywords: ['gaming', 'staking']
|
|
21679
|
+
}]
|
|
21719
21680
|
},
|
|
21720
21681
|
{
|
|
21721
|
-
description: '
|
|
21682
|
+
description: 'XION is the first walletless L1 blockchain purpose built for consumer adoption through chain abstraction.',
|
|
21722
21683
|
denom_units: [{
|
|
21723
|
-
denom: 'ibc/
|
|
21684
|
+
denom: 'ibc/2E3784772E70F7B3A638BA88F65C8BE125D3CDB6E28C6AABC51098C94F5E16A5',
|
|
21724
21685
|
exponent: 0,
|
|
21725
|
-
aliases: ['
|
|
21686
|
+
aliases: ['microxion', 'uxion']
|
|
21726
21687
|
}, {
|
|
21727
|
-
denom: '
|
|
21728
|
-
exponent:
|
|
21688
|
+
denom: 'XION',
|
|
21689
|
+
exponent: 6,
|
|
21690
|
+
aliases: ['xion']
|
|
21729
21691
|
}],
|
|
21730
21692
|
type_asset: 'ics20',
|
|
21731
|
-
base: 'ibc/
|
|
21732
|
-
name: '
|
|
21733
|
-
display: '
|
|
21734
|
-
symbol: '
|
|
21693
|
+
base: 'ibc/2E3784772E70F7B3A638BA88F65C8BE125D3CDB6E28C6AABC51098C94F5E16A5',
|
|
21694
|
+
name: 'xion',
|
|
21695
|
+
display: 'XION',
|
|
21696
|
+
symbol: 'XION',
|
|
21735
21697
|
traces: [{
|
|
21736
21698
|
type: 'ibc',
|
|
21737
21699
|
counterparty: {
|
|
21738
|
-
chain_name: '
|
|
21739
|
-
base_denom: '
|
|
21740
|
-
channel_id: 'channel-0'
|
|
21741
|
-
},
|
|
21742
|
-
chain: {
|
|
21743
|
-
channel_id: 'channel-0',
|
|
21744
|
-
path: 'transfer/channel-0/eth0x0FD10b9899882a6f2fcb5c371E17e70FdEe00C38'
|
|
21745
|
-
}
|
|
21746
|
-
}, {
|
|
21747
|
-
type: 'ibc',
|
|
21748
|
-
counterparty: {
|
|
21749
|
-
chain_name: 'pundix',
|
|
21750
|
-
base_denom: 'ibc/55367B7B6572631B78A93C66EF9FDFCE87CDE372CC4ED7848DA78C1EB1DCDD78',
|
|
21700
|
+
chain_name: 'xion',
|
|
21701
|
+
base_denom: 'uxion',
|
|
21751
21702
|
channel_id: 'channel-1'
|
|
21752
21703
|
},
|
|
21753
21704
|
chain: {
|
|
21754
|
-
channel_id: 'channel-
|
|
21755
|
-
path: 'transfer/channel-
|
|
21705
|
+
channel_id: 'channel-89321',
|
|
21706
|
+
path: 'transfer/channel-89321/uxion'
|
|
21756
21707
|
}
|
|
21757
21708
|
}],
|
|
21758
21709
|
logo_URIs: {
|
|
21759
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
21710
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
21760
21711
|
},
|
|
21761
21712
|
images: [{
|
|
21762
|
-
|
|
21763
|
-
|
|
21764
|
-
|
|
21765
|
-
}
|
|
21766
|
-
|
|
21767
|
-
|
|
21713
|
+
image_sync: {
|
|
21714
|
+
chain_name: 'xion',
|
|
21715
|
+
base_denom: 'uxion'
|
|
21716
|
+
},
|
|
21717
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
21718
|
+
}]
|
|
21768
21719
|
},
|
|
21769
21720
|
{
|
|
21770
|
-
description: '
|
|
21721
|
+
description: 'An alloy of FIL asset variants on Osmosis.',
|
|
21722
|
+
extended_description: 'Multiple Filecoin variants on Osmosis comprise the liquidity backing of a tokenized transmuter pool to create an alloy of FIL.',
|
|
21771
21723
|
denom_units: [{
|
|
21772
|
-
denom: '
|
|
21773
|
-
exponent: 0
|
|
21774
|
-
aliases: ['udhp']
|
|
21724
|
+
denom: 'factory/osmo1ss0n3ghv5rr4z4y54fnkprc69tegmdm3ejlkgr2z4utnyg7eljgs9pztvs/alloyed/allFIL',
|
|
21725
|
+
exponent: 0
|
|
21775
21726
|
}, {
|
|
21776
|
-
denom: '
|
|
21777
|
-
exponent:
|
|
21727
|
+
denom: 'allFIL',
|
|
21728
|
+
exponent: 12
|
|
21778
21729
|
}],
|
|
21779
|
-
type_asset: '
|
|
21780
|
-
|
|
21781
|
-
|
|
21782
|
-
|
|
21783
|
-
|
|
21730
|
+
type_asset: 'sdk.coin',
|
|
21731
|
+
address: 'osmo1ss0n3ghv5rr4z4y54fnkprc69tegmdm3ejlkgr2z4utnyg7eljgs9pztvs',
|
|
21732
|
+
base: 'factory/osmo1ss0n3ghv5rr4z4y54fnkprc69tegmdm3ejlkgr2z4utnyg7eljgs9pztvs/alloyed/allFIL',
|
|
21733
|
+
name: 'Filecoin',
|
|
21734
|
+
display: 'allFIL',
|
|
21735
|
+
symbol: 'FIL',
|
|
21784
21736
|
traces: [{
|
|
21785
|
-
type: '
|
|
21737
|
+
type: 'synthetic',
|
|
21786
21738
|
counterparty: {
|
|
21787
|
-
chain_name: '
|
|
21788
|
-
base_denom: '
|
|
21789
|
-
channel_id: 'channel-1'
|
|
21739
|
+
chain_name: 'filecoin',
|
|
21740
|
+
base_denom: 'attoFIL'
|
|
21790
21741
|
},
|
|
21791
|
-
|
|
21792
|
-
channel_id: 'channel-38776',
|
|
21793
|
-
path: 'transfer/channel-38776/udhp'
|
|
21794
|
-
}
|
|
21742
|
+
provider: 'Osmosis'
|
|
21795
21743
|
}],
|
|
21796
21744
|
logo_URIs: {
|
|
21797
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
21798
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
21745
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/filecoin/images/fil.png',
|
|
21746
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/filecoin/images/fil.svg'
|
|
21799
21747
|
},
|
|
21800
21748
|
images: [{
|
|
21801
21749
|
image_sync: {
|
|
21802
|
-
chain_name: '
|
|
21803
|
-
base_denom: '
|
|
21750
|
+
chain_name: 'filecoin',
|
|
21751
|
+
base_denom: 'attoFIL'
|
|
21804
21752
|
},
|
|
21805
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
21806
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
21753
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/filecoin/images/fil.png',
|
|
21754
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/filecoin/images/fil.svg',
|
|
21807
21755
|
theme: {
|
|
21808
|
-
primary_color_hex: '#
|
|
21756
|
+
primary_color_hex: '#0493fc'
|
|
21809
21757
|
}
|
|
21810
|
-
}
|
|
21811
|
-
|
|
21758
|
+
}, {
|
|
21759
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allFIL.svg',
|
|
21760
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allFIL.png'
|
|
21761
|
+
}]
|
|
21812
21762
|
},
|
|
21813
21763
|
{
|
|
21764
|
+
description: 'TON on Int3face',
|
|
21814
21765
|
denom_units: [{
|
|
21815
|
-
denom: 'ibc/
|
|
21766
|
+
denom: 'ibc/DDE1238DCBC338C0FD0700A72CBD64C017B7A646C4A46789ADFB5D47F1E52E38',
|
|
21816
21767
|
exponent: 0,
|
|
21817
|
-
aliases: ['
|
|
21768
|
+
aliases: ['factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/ton-ton']
|
|
21818
21769
|
}, {
|
|
21819
|
-
denom: '
|
|
21820
|
-
exponent:
|
|
21770
|
+
denom: 'ton',
|
|
21771
|
+
exponent: 9
|
|
21821
21772
|
}],
|
|
21822
21773
|
type_asset: 'ics20',
|
|
21823
|
-
base: 'ibc/
|
|
21824
|
-
name: '
|
|
21825
|
-
display: '
|
|
21826
|
-
symbol: '
|
|
21774
|
+
base: 'ibc/DDE1238DCBC338C0FD0700A72CBD64C017B7A646C4A46789ADFB5D47F1E52E38',
|
|
21775
|
+
name: 'Toncoin (Int3)',
|
|
21776
|
+
display: 'ton',
|
|
21777
|
+
symbol: 'TON.int3',
|
|
21827
21778
|
traces: [{
|
|
21779
|
+
type: 'bridge',
|
|
21780
|
+
counterparty: {
|
|
21781
|
+
chain_name: 'ton',
|
|
21782
|
+
base_denom: 'nanoton'
|
|
21783
|
+
},
|
|
21784
|
+
provider: 'Int3face'
|
|
21785
|
+
}, {
|
|
21828
21786
|
type: 'ibc',
|
|
21829
21787
|
counterparty: {
|
|
21830
|
-
chain_name: '
|
|
21831
|
-
base_denom: 'factory/
|
|
21832
|
-
channel_id: 'channel-
|
|
21788
|
+
chain_name: 'int3face',
|
|
21789
|
+
base_denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/ton-ton',
|
|
21790
|
+
channel_id: 'channel-0'
|
|
21833
21791
|
},
|
|
21834
21792
|
chain: {
|
|
21835
|
-
channel_id: 'channel-
|
|
21836
|
-
path: 'transfer/channel-
|
|
21793
|
+
channel_id: 'channel-82819',
|
|
21794
|
+
path: 'transfer/channel-82819/factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/ton-ton'
|
|
21837
21795
|
}
|
|
21838
21796
|
}],
|
|
21797
|
+
logo_URIs: {
|
|
21798
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ton.int3.svg',
|
|
21799
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ton.int3.png'
|
|
21800
|
+
},
|
|
21839
21801
|
images: [{
|
|
21840
|
-
|
|
21841
|
-
|
|
21802
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ton.int3.svg',
|
|
21803
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ton.int3.png'
|
|
21804
|
+
}, {
|
|
21805
|
+
image_sync: {
|
|
21806
|
+
chain_name: 'int3face',
|
|
21807
|
+
base_denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/ton-ton'
|
|
21808
|
+
},
|
|
21809
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/int3ton.png',
|
|
21842
21810
|
theme: {
|
|
21843
|
-
primary_color_hex: '#
|
|
21811
|
+
primary_color_hex: '#3d3d3d'
|
|
21844
21812
|
}
|
|
21845
|
-
}]
|
|
21846
|
-
logo_URIs: {
|
|
21847
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.hole.png',
|
|
21848
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.hole.svg'
|
|
21849
|
-
}
|
|
21813
|
+
}]
|
|
21850
21814
|
},
|
|
21851
21815
|
{
|
|
21852
|
-
description: '
|
|
21816
|
+
description: 'The MOBX coin rewards the use of eco-friendly micromobility transportation.',
|
|
21853
21817
|
denom_units: [{
|
|
21854
|
-
denom: 'ibc/
|
|
21818
|
+
denom: 'ibc/CD20AC50CE57F1CF2EA680D7D47733DA9213641D2D116C5806A880F508609A7A',
|
|
21855
21819
|
exponent: 0,
|
|
21856
|
-
aliases: ['
|
|
21820
|
+
aliases: ['nanomobx']
|
|
21857
21821
|
}, {
|
|
21858
|
-
denom: '
|
|
21859
|
-
exponent:
|
|
21822
|
+
denom: 'mobx',
|
|
21823
|
+
exponent: 9
|
|
21860
21824
|
}],
|
|
21861
21825
|
type_asset: 'ics20',
|
|
21862
|
-
base: 'ibc/
|
|
21863
|
-
name: '
|
|
21864
|
-
display: '
|
|
21865
|
-
symbol: '
|
|
21826
|
+
base: 'ibc/CD20AC50CE57F1CF2EA680D7D47733DA9213641D2D116C5806A880F508609A7A',
|
|
21827
|
+
name: 'MOBIX',
|
|
21828
|
+
display: 'mobx',
|
|
21829
|
+
symbol: 'MOBX',
|
|
21866
21830
|
traces: [{
|
|
21867
21831
|
type: 'ibc',
|
|
21868
21832
|
counterparty: {
|
|
21869
|
-
chain_name: '
|
|
21870
|
-
base_denom: '
|
|
21871
|
-
channel_id: 'channel-
|
|
21833
|
+
chain_name: 'fetchhub',
|
|
21834
|
+
base_denom: 'nanomobx',
|
|
21835
|
+
channel_id: 'channel-10'
|
|
21872
21836
|
},
|
|
21873
21837
|
chain: {
|
|
21874
|
-
channel_id: 'channel-
|
|
21875
|
-
path: 'transfer/channel-
|
|
21838
|
+
channel_id: 'channel-229',
|
|
21839
|
+
path: 'transfer/channel-229/nanomobx'
|
|
21876
21840
|
}
|
|
21877
21841
|
}],
|
|
21842
|
+
logo_URIs: {
|
|
21843
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/mobx.png',
|
|
21844
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/mobx.svg'
|
|
21845
|
+
},
|
|
21878
21846
|
images: [{
|
|
21879
21847
|
image_sync: {
|
|
21880
|
-
chain_name: '
|
|
21881
|
-
base_denom: '
|
|
21848
|
+
chain_name: 'fetchhub',
|
|
21849
|
+
base_denom: 'nanomobx'
|
|
21882
21850
|
},
|
|
21883
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
21884
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
21851
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/mobx.png',
|
|
21852
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/mobx.svg',
|
|
21885
21853
|
theme: {
|
|
21886
|
-
primary_color_hex: '#
|
|
21854
|
+
primary_color_hex: '#04ae9b'
|
|
21887
21855
|
}
|
|
21888
|
-
}]
|
|
21889
|
-
logo_URIs: {
|
|
21890
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.png',
|
|
21891
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.svg'
|
|
21892
|
-
}
|
|
21856
|
+
}]
|
|
21893
21857
|
},
|
|
21894
21858
|
{
|
|
21895
|
-
description: '
|
|
21859
|
+
description: 'Internet Computer bridged via Omnity Network.',
|
|
21896
21860
|
denom_units: [{
|
|
21897
|
-
denom: 'factory/
|
|
21898
|
-
exponent: 0
|
|
21861
|
+
denom: 'factory/osmo10c4y9csfs8q7mtvfg4p9gd8d0acx0hpc2mte9xqzthd7rd3348tsfhaesm/sICP-native-ICP',
|
|
21862
|
+
exponent: 0,
|
|
21863
|
+
aliases: ['e8s']
|
|
21899
21864
|
}, {
|
|
21900
|
-
denom: '
|
|
21901
|
-
exponent:
|
|
21865
|
+
denom: 'icp',
|
|
21866
|
+
exponent: 8
|
|
21902
21867
|
}],
|
|
21903
21868
|
type_asset: 'sdk.coin',
|
|
21904
|
-
address: '
|
|
21905
|
-
base: 'factory/
|
|
21906
|
-
name: '
|
|
21907
|
-
display: '
|
|
21908
|
-
symbol: '
|
|
21869
|
+
address: 'osmo10c4y9csfs8q7mtvfg4p9gd8d0acx0hpc2mte9xqzthd7rd3348tsfhaesm',
|
|
21870
|
+
base: 'factory/osmo10c4y9csfs8q7mtvfg4p9gd8d0acx0hpc2mte9xqzthd7rd3348tsfhaesm/sICP-native-ICP',
|
|
21871
|
+
name: 'Internet Computer',
|
|
21872
|
+
display: 'icp',
|
|
21873
|
+
symbol: 'ICP',
|
|
21874
|
+
traces: [{
|
|
21875
|
+
type: 'bridge',
|
|
21876
|
+
counterparty: {
|
|
21877
|
+
chain_name: 'internetcomputer',
|
|
21878
|
+
base_denom: 'e8s'
|
|
21879
|
+
},
|
|
21880
|
+
provider: 'Omnity Network'
|
|
21881
|
+
}],
|
|
21909
21882
|
logo_URIs: {
|
|
21910
|
-
|
|
21883
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/internetcomputer/images/icp.svg',
|
|
21884
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/internetcomputer/images/icp.png'
|
|
21911
21885
|
},
|
|
21912
21886
|
images: [{
|
|
21913
|
-
|
|
21887
|
+
image_sync: {
|
|
21888
|
+
chain_name: 'internetcomputer',
|
|
21889
|
+
base_denom: 'e8s'
|
|
21890
|
+
},
|
|
21891
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/internetcomputer/images/icp.svg',
|
|
21892
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/internetcomputer/images/icp.png',
|
|
21914
21893
|
theme: {
|
|
21915
|
-
|
|
21894
|
+
circle: true,
|
|
21895
|
+
primary_color_hex: '#29ABE2',
|
|
21896
|
+
background_color_hex: '#E3E3E3'
|
|
21916
21897
|
}
|
|
21917
21898
|
}]
|
|
21918
21899
|
},
|
|
21919
21900
|
{
|
|
21920
|
-
description: '
|
|
21921
|
-
denom_units: [
|
|
21922
|
-
|
|
21901
|
+
description: 'The native token of Elys Network',
|
|
21902
|
+
denom_units: [
|
|
21903
|
+
{
|
|
21904
|
+
denom: 'ibc/643EBFFC9D4533E93A5CF144FE786A6FB326F4C0C6224F7CB7563CC374EE56EE',
|
|
21923
21905
|
exponent: 0,
|
|
21924
|
-
aliases: ['
|
|
21906
|
+
aliases: ['microelys', 'uelys']
|
|
21907
|
+
},
|
|
21908
|
+
{
|
|
21909
|
+
denom: 'melys',
|
|
21910
|
+
exponent: 3,
|
|
21911
|
+
aliases: ['millielys']
|
|
21912
|
+
},
|
|
21913
|
+
{
|
|
21914
|
+
denom: 'elys',
|
|
21915
|
+
exponent: 6,
|
|
21916
|
+
aliases: []
|
|
21917
|
+
}
|
|
21918
|
+
],
|
|
21919
|
+
type_asset: 'ics20',
|
|
21920
|
+
base: 'ibc/643EBFFC9D4533E93A5CF144FE786A6FB326F4C0C6224F7CB7563CC374EE56EE',
|
|
21921
|
+
name: 'Elys Network',
|
|
21922
|
+
display: 'elys',
|
|
21923
|
+
symbol: 'ELYS',
|
|
21924
|
+
traces: [{
|
|
21925
|
+
type: 'ibc',
|
|
21926
|
+
counterparty: {
|
|
21927
|
+
chain_name: 'elys',
|
|
21928
|
+
base_denom: 'uelys',
|
|
21929
|
+
channel_id: 'channel-6'
|
|
21930
|
+
},
|
|
21931
|
+
chain: {
|
|
21932
|
+
channel_id: 'channel-91017',
|
|
21933
|
+
path: 'transfer/channel-91017/uelys'
|
|
21934
|
+
}
|
|
21925
21935
|
}],
|
|
21926
|
-
type_asset: 'sdk.coin',
|
|
21927
|
-
base: 'factory/osmo13gu58hzw3e9aqpj25h67m7snwcjuccd7v4p55w/brnz',
|
|
21928
|
-
name: 'Branez',
|
|
21929
|
-
display: 'factory/osmo13gu58hzw3e9aqpj25h67m7snwcjuccd7v4p55w/brnz',
|
|
21930
|
-
symbol: 'BRNZ',
|
|
21931
21936
|
logo_URIs: {
|
|
21932
|
-
|
|
21937
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
21933
21938
|
},
|
|
21934
21939
|
images: [{
|
|
21935
|
-
|
|
21940
|
+
image_sync: {
|
|
21941
|
+
chain_name: 'elys',
|
|
21942
|
+
base_denom: 'uelys'
|
|
21943
|
+
},
|
|
21944
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
21936
21945
|
}]
|
|
21937
21946
|
},
|
|
21938
21947
|
{
|
|
21939
|
-
description: '
|
|
21940
|
-
extended_description: 'ashLAB - receipt token recieved when burning LAB via ASH DAOs Furnace',
|
|
21948
|
+
description: 'Aaron Network is an innovative platform for secure and private messaging, integrated into the blockchain ecosystem. We also offer a unique address reputation scoring system, ensuring that every user can interact with others confidently.',
|
|
21941
21949
|
denom_units: [{
|
|
21942
|
-
denom: '
|
|
21943
|
-
exponent: 0
|
|
21950
|
+
denom: 'ibc/D28B585D6B67E2F1479BBA3E949C687289C94D33FFA0720E3A8CB0B244AD8BC6',
|
|
21951
|
+
exponent: 0,
|
|
21952
|
+
aliases: ['uaaron']
|
|
21944
21953
|
}, {
|
|
21945
|
-
denom: '
|
|
21954
|
+
denom: 'AARON',
|
|
21946
21955
|
exponent: 6
|
|
21947
21956
|
}],
|
|
21948
|
-
type_asset: '
|
|
21949
|
-
|
|
21950
|
-
|
|
21951
|
-
|
|
21952
|
-
|
|
21953
|
-
|
|
21957
|
+
type_asset: 'ics20',
|
|
21958
|
+
base: 'ibc/D28B585D6B67E2F1479BBA3E949C687289C94D33FFA0720E3A8CB0B244AD8BC6',
|
|
21959
|
+
name: 'Aaron Network',
|
|
21960
|
+
display: 'AARON',
|
|
21961
|
+
symbol: 'AARON',
|
|
21962
|
+
traces: [{
|
|
21963
|
+
type: 'ibc',
|
|
21964
|
+
counterparty: {
|
|
21965
|
+
chain_name: 'aaronetwork',
|
|
21966
|
+
base_denom: 'uaaron',
|
|
21967
|
+
channel_id: 'channel-7'
|
|
21968
|
+
},
|
|
21969
|
+
chain: {
|
|
21970
|
+
channel_id: 'channel-91942',
|
|
21971
|
+
path: 'transfer/channel-91942/uaaron'
|
|
21972
|
+
}
|
|
21973
|
+
}],
|
|
21954
21974
|
logo_URIs: {
|
|
21955
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
21975
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/aaronetwork/images/aaron.png'
|
|
21956
21976
|
},
|
|
21957
21977
|
images: [{
|
|
21958
|
-
|
|
21978
|
+
image_sync: {
|
|
21979
|
+
chain_name: 'aaronetwork',
|
|
21980
|
+
base_denom: 'uaaron'
|
|
21981
|
+
},
|
|
21982
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/aaronetwork/images/aaron.png',
|
|
21959
21983
|
theme: {
|
|
21960
|
-
|
|
21984
|
+
circle: false
|
|
21961
21985
|
}
|
|
21962
21986
|
}]
|
|
21963
21987
|
},
|
|
21964
21988
|
{
|
|
21965
|
-
description: '
|
|
21989
|
+
description: 'Chihuahua coin',
|
|
21966
21990
|
denom_units: [{
|
|
21967
|
-
denom: 'ibc/
|
|
21991
|
+
denom: 'ibc/794CF0A448ECA518B9FEAB3356BD283E8762460F8FE87A013E6F9DBA6C53601C',
|
|
21968
21992
|
exponent: 0,
|
|
21969
|
-
aliases: ['factory/
|
|
21970
|
-
}, {
|
|
21971
|
-
denom: 'grac',
|
|
21972
|
-
exponent: 6
|
|
21973
|
-
}],
|
|
21974
|
-
type_asset: 'ics20',
|
|
21975
|
-
base: 'ibc/58E4261D2E21FE3A459C290A9F97F3DCD257B28F48AAE828298B38E048804829',
|
|
21976
|
-
name: 'Gaming RAC Token',
|
|
21977
|
-
display: 'grac',
|
|
21978
|
-
symbol: 'GRAC',
|
|
21979
|
-
traces: [{
|
|
21980
|
-
type: 'ibc',
|
|
21981
|
-
counterparty: {
|
|
21982
|
-
chain_name: 'migaloo',
|
|
21983
|
-
base_denom: 'factory/migaloo1eqntnl6tzcj9h86psg4y4h6hh05g2h9nj8e09l/ugrac',
|
|
21984
|
-
channel_id: 'channel-5'
|
|
21985
|
-
},
|
|
21986
|
-
chain: {
|
|
21987
|
-
channel_id: 'channel-642',
|
|
21988
|
-
path: 'transfer/channel-642/factory/migaloo1eqntnl6tzcj9h86psg4y4h6hh05g2h9nj8e09l/ugrac'
|
|
21989
|
-
}
|
|
21990
|
-
}],
|
|
21991
|
-
logo_URIs: {
|
|
21992
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/grac.png'
|
|
21993
|
-
},
|
|
21994
|
-
images: [{
|
|
21995
|
-
image_sync: {
|
|
21996
|
-
chain_name: 'migaloo',
|
|
21997
|
-
base_denom: 'factory/migaloo1eqntnl6tzcj9h86psg4y4h6hh05g2h9nj8e09l/ugrac'
|
|
21998
|
-
},
|
|
21999
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/grac.png',
|
|
22000
|
-
theme: {
|
|
22001
|
-
primary_color_hex: '#f5bf09'
|
|
22002
|
-
}
|
|
22003
|
-
}]
|
|
22004
|
-
},
|
|
22005
|
-
{
|
|
22006
|
-
description: 'USDC supplied on Mars looped using Membrane by a vault that also has an entry fee',
|
|
22007
|
-
denom_units: [{
|
|
22008
|
-
denom: 'factory/osmo1vf6e300hv2qe7r5rln8deft45ewgyytjnwfrdfcv5rgzrfy0s6cswjqf9r/mars-usdc-looped',
|
|
22009
|
-
exponent: 0
|
|
22010
|
-
}, {
|
|
22011
|
-
denom: 'earnUSDC',
|
|
22012
|
-
exponent: 6
|
|
22013
|
-
}],
|
|
22014
|
-
type_asset: 'sdk.coin',
|
|
22015
|
-
base: 'factory/osmo1vf6e300hv2qe7r5rln8deft45ewgyytjnwfrdfcv5rgzrfy0s6cswjqf9r/mars-usdc-looped',
|
|
22016
|
-
name: 'Mars Looped USDC Vault',
|
|
22017
|
-
display: 'earnUSDC',
|
|
22018
|
-
symbol: 'earnUSDC'
|
|
22019
|
-
},
|
|
22020
|
-
{
|
|
22021
|
-
description: 'Auto-compounding vault for Membrane\'s Stability Pool used to ease the UX of compounding CDT',
|
|
22022
|
-
denom_units: [{
|
|
22023
|
-
denom: 'factory/osmo1jw6r68y0uhfmqagc7uhtdddctc7wq95pncvrqnvtd47w4hx46p7se9nju5/earn-cdt',
|
|
22024
|
-
exponent: 0
|
|
22025
|
-
}, {
|
|
22026
|
-
denom: 'earnCDT',
|
|
22027
|
-
exponent: 6
|
|
22028
|
-
}],
|
|
22029
|
-
type_asset: 'sdk.coin',
|
|
22030
|
-
base: 'factory/osmo1jw6r68y0uhfmqagc7uhtdddctc7wq95pncvrqnvtd47w4hx46p7se9nju5/earn-cdt',
|
|
22031
|
-
name: 'Earn CDT Vault',
|
|
22032
|
-
display: 'earnCDT',
|
|
22033
|
-
symbol: 'earnCDT'
|
|
22034
|
-
},
|
|
22035
|
-
{
|
|
22036
|
-
description: 'The Sherpa memecoin',
|
|
22037
|
-
denom_units: [{
|
|
22038
|
-
denom: 'factory/osmo1n6asrjy9754q8y9jsxqf557zmsv3s3xa5m9eg5/usherpa',
|
|
22039
|
-
exponent: 0
|
|
22040
|
-
}, {
|
|
22041
|
-
denom: 'Sherpa',
|
|
22042
|
-
exponent: 6
|
|
22043
|
-
}],
|
|
22044
|
-
type_asset: 'sdk.coin',
|
|
22045
|
-
base: 'factory/osmo1n6asrjy9754q8y9jsxqf557zmsv3s3xa5m9eg5/usherpa',
|
|
22046
|
-
name: 'Sherpa',
|
|
22047
|
-
display: 'Sherpa',
|
|
22048
|
-
symbol: 'SHERPA',
|
|
22049
|
-
logo_URIs: {
|
|
22050
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sherpa.png'
|
|
22051
|
-
},
|
|
22052
|
-
images: [{
|
|
22053
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sherpa.png',
|
|
22054
|
-
theme: {
|
|
22055
|
-
primary_color_hex: '#fe9cdf'
|
|
22056
|
-
}
|
|
22057
|
-
}],
|
|
22058
|
-
keywords: ['meme']
|
|
22059
|
-
},
|
|
22060
|
-
{
|
|
22061
|
-
description: 'An alloy of FIL asset variants on Osmosis.',
|
|
22062
|
-
extended_description: 'Multiple Filecoin variants on Osmosis comprise the liquidity backing of a tokenized transmuter pool to create an alloy of FIL.',
|
|
22063
|
-
denom_units: [{
|
|
22064
|
-
denom: 'factory/osmo1ss0n3ghv5rr4z4y54fnkprc69tegmdm3ejlkgr2z4utnyg7eljgs9pztvs/alloyed/allFIL',
|
|
22065
|
-
exponent: 0
|
|
22066
|
-
}, {
|
|
22067
|
-
denom: 'allFIL',
|
|
22068
|
-
exponent: 12
|
|
22069
|
-
}],
|
|
22070
|
-
type_asset: 'sdk.coin',
|
|
22071
|
-
address: 'osmo1ss0n3ghv5rr4z4y54fnkprc69tegmdm3ejlkgr2z4utnyg7eljgs9pztvs',
|
|
22072
|
-
base: 'factory/osmo1ss0n3ghv5rr4z4y54fnkprc69tegmdm3ejlkgr2z4utnyg7eljgs9pztvs/alloyed/allFIL',
|
|
22073
|
-
name: 'Filecoin',
|
|
22074
|
-
display: 'allFIL',
|
|
22075
|
-
symbol: 'FIL',
|
|
22076
|
-
traces: [{
|
|
22077
|
-
type: 'synthetic',
|
|
22078
|
-
counterparty: {
|
|
22079
|
-
chain_name: 'filecoin',
|
|
22080
|
-
base_denom: 'attoFIL'
|
|
22081
|
-
},
|
|
22082
|
-
provider: 'Osmosis'
|
|
22083
|
-
}],
|
|
22084
|
-
logo_URIs: {
|
|
22085
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/filecoin/images/fil.svg',
|
|
22086
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/filecoin/images/fil.png'
|
|
22087
|
-
},
|
|
22088
|
-
images: [{
|
|
22089
|
-
image_sync: {
|
|
22090
|
-
chain_name: 'filecoin',
|
|
22091
|
-
base_denom: 'attoFIL'
|
|
22092
|
-
},
|
|
22093
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/filecoin/images/fil.svg',
|
|
22094
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/filecoin/images/fil.png',
|
|
22095
|
-
theme: {
|
|
22096
|
-
primary_color_hex: '#0493fc'
|
|
22097
|
-
}
|
|
22098
|
-
}, {
|
|
22099
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allFIL.svg',
|
|
22100
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allFIL.png'
|
|
22101
|
-
}]
|
|
22102
|
-
},
|
|
22103
|
-
{
|
|
22104
|
-
description: 'Internet Computer bridged via Omnity Network.',
|
|
22105
|
-
denom_units: [{
|
|
22106
|
-
denom: 'factory/osmo10c4y9csfs8q7mtvfg4p9gd8d0acx0hpc2mte9xqzthd7rd3348tsfhaesm/sICP-native-ICP',
|
|
22107
|
-
exponent: 0,
|
|
22108
|
-
aliases: ['e8s']
|
|
22109
|
-
}, {
|
|
22110
|
-
denom: 'icp',
|
|
22111
|
-
exponent: 8
|
|
22112
|
-
}],
|
|
22113
|
-
type_asset: 'sdk.coin',
|
|
22114
|
-
address: 'osmo10c4y9csfs8q7mtvfg4p9gd8d0acx0hpc2mte9xqzthd7rd3348tsfhaesm',
|
|
22115
|
-
base: 'factory/osmo10c4y9csfs8q7mtvfg4p9gd8d0acx0hpc2mte9xqzthd7rd3348tsfhaesm/sICP-native-ICP',
|
|
22116
|
-
name: 'Internet Computer',
|
|
22117
|
-
display: 'icp',
|
|
22118
|
-
symbol: 'ICP',
|
|
22119
|
-
traces: [{
|
|
22120
|
-
type: 'bridge',
|
|
22121
|
-
counterparty: {
|
|
22122
|
-
chain_name: 'internetcomputer',
|
|
22123
|
-
base_denom: 'e8s'
|
|
22124
|
-
},
|
|
22125
|
-
provider: 'Omnity Network'
|
|
22126
|
-
}],
|
|
22127
|
-
logo_URIs: {
|
|
22128
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/internetcomputer/images/icp.svg',
|
|
22129
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/internetcomputer/images/icp.png'
|
|
22130
|
-
},
|
|
22131
|
-
images: [{
|
|
22132
|
-
image_sync: {
|
|
22133
|
-
chain_name: 'internetcomputer',
|
|
22134
|
-
base_denom: 'e8s'
|
|
22135
|
-
},
|
|
22136
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/internetcomputer/images/icp.svg',
|
|
22137
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/internetcomputer/images/icp.png'
|
|
22138
|
-
}]
|
|
22139
|
-
},
|
|
22140
|
-
{
|
|
22141
|
-
description: 'Aaron Network is an innovative platform for secure and private messaging, integrated into the blockchain ecosystem. We also offer a unique address reputation scoring system, ensuring that every user can interact with others confidently.',
|
|
22142
|
-
denom_units: [{
|
|
22143
|
-
denom: 'ibc/D28B585D6B67E2F1479BBA3E949C687289C94D33FFA0720E3A8CB0B244AD8BC6',
|
|
22144
|
-
exponent: 0,
|
|
22145
|
-
aliases: ['uaaron']
|
|
22146
|
-
}, {
|
|
22147
|
-
denom: 'AARON',
|
|
22148
|
-
exponent: 6
|
|
22149
|
-
}],
|
|
22150
|
-
type_asset: 'ics20',
|
|
22151
|
-
base: 'ibc/D28B585D6B67E2F1479BBA3E949C687289C94D33FFA0720E3A8CB0B244AD8BC6',
|
|
22152
|
-
name: 'Aaron Network',
|
|
22153
|
-
display: 'AARON',
|
|
22154
|
-
symbol: 'AARON',
|
|
22155
|
-
traces: [{
|
|
22156
|
-
type: 'ibc',
|
|
22157
|
-
counterparty: {
|
|
22158
|
-
chain_name: 'aaronetwork',
|
|
22159
|
-
base_denom: 'uaaron',
|
|
22160
|
-
channel_id: 'channel-7'
|
|
22161
|
-
},
|
|
22162
|
-
chain: {
|
|
22163
|
-
channel_id: 'channel-91942',
|
|
22164
|
-
path: 'transfer/channel-91942/uaaron'
|
|
22165
|
-
}
|
|
22166
|
-
}],
|
|
22167
|
-
logo_URIs: {
|
|
22168
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/aaronetwork/images/aaron.png'
|
|
22169
|
-
},
|
|
22170
|
-
images: [{
|
|
22171
|
-
image_sync: {
|
|
22172
|
-
chain_name: 'aaronetwork',
|
|
22173
|
-
base_denom: 'uaaron'
|
|
22174
|
-
},
|
|
22175
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/aaronetwork/images/aaron.png',
|
|
22176
|
-
theme: {
|
|
22177
|
-
circle: false
|
|
22178
|
-
}
|
|
22179
|
-
}]
|
|
22180
|
-
},
|
|
22181
|
-
{
|
|
22182
|
-
description: 'Chihuahua coin',
|
|
22183
|
-
denom_units: [{
|
|
22184
|
-
denom: 'ibc/794CF0A448ECA518B9FEAB3356BD283E8762460F8FE87A013E6F9DBA6C53601C',
|
|
22185
|
-
exponent: 0,
|
|
22186
|
-
aliases: ['factory/chihuahua1mzcfzh4ufk2cta59pm9a6wdyvv8c4v5epqzj46/Chihuahua']
|
|
21993
|
+
aliases: ['factory/chihuahua1mzcfzh4ufk2cta59pm9a6wdyvv8c4v5epqzj46/Chihuahua']
|
|
22187
21994
|
}, {
|
|
22188
21995
|
denom: 'Chihuahua',
|
|
22189
21996
|
exponent: 6
|
|
@@ -22221,32 +22028,6 @@ const assets = {
|
|
|
22221
22028
|
}
|
|
22222
22029
|
}]
|
|
22223
22030
|
},
|
|
22224
|
-
{
|
|
22225
|
-
description: 'ashION - Burned ION',
|
|
22226
|
-
extended_description: 'ashION - receipt token recieved when burning ION via ASH DAOs Furnace',
|
|
22227
|
-
denom_units: [{
|
|
22228
|
-
denom: 'factory/osmo1svj5kd8kzj7xxtrd6ftjk0856ffpyj4egz7f9pd9dge5wr4kwansmefq07/ion.ash',
|
|
22229
|
-
exponent: 0
|
|
22230
|
-
}, {
|
|
22231
|
-
denom: 'ashION',
|
|
22232
|
-
exponent: 6
|
|
22233
|
-
}],
|
|
22234
|
-
type_asset: 'sdk.coin',
|
|
22235
|
-
address: 'osmo1svj5kd8kzj7xxtrd6ftjk0856ffpyj4egz7f9pd9dge5wr4kwansmefq07',
|
|
22236
|
-
base: 'factory/osmo1svj5kd8kzj7xxtrd6ftjk0856ffpyj4egz7f9pd9dge5wr4kwansmefq07/ion.ash',
|
|
22237
|
-
name: 'Burned ION',
|
|
22238
|
-
display: 'ashION',
|
|
22239
|
-
symbol: 'ashION',
|
|
22240
|
-
logo_URIs: {
|
|
22241
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ashion.png'
|
|
22242
|
-
},
|
|
22243
|
-
images: [{
|
|
22244
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ashion.png',
|
|
22245
|
-
theme: {
|
|
22246
|
-
primary_color_hex: '#ebb093'
|
|
22247
|
-
}
|
|
22248
|
-
}]
|
|
22249
|
-
},
|
|
22250
22031
|
{
|
|
22251
22032
|
description: 'WLF coin',
|
|
22252
22033
|
denom_units: [{
|
|
@@ -22303,7 +22084,7 @@ const assets = {
|
|
|
22303
22084
|
}],
|
|
22304
22085
|
type_asset: 'ics20',
|
|
22305
22086
|
base: 'ibc/DC1DF96AB7F5109433C3D5FDADE83F8EC2D522B80FAB0593BC1A2781F36AD633',
|
|
22306
|
-
name: 'Ninja Blaze
|
|
22087
|
+
name: 'Ninja Blaze',
|
|
22307
22088
|
display: 'NBZ',
|
|
22308
22089
|
symbol: 'NBZ',
|
|
22309
22090
|
traces: [{
|
|
@@ -22318,6 +22099,10 @@ const assets = {
|
|
|
22318
22099
|
path: 'transfer/channel-122/factory/inj1llr45x92t7jrqtxvc02gpkcqhqr82dvyzkr4mz/NBZ'
|
|
22319
22100
|
}
|
|
22320
22101
|
}],
|
|
22102
|
+
logo_URIs: {
|
|
22103
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/NBZ.png',
|
|
22104
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/NBZ.svg'
|
|
22105
|
+
},
|
|
22321
22106
|
images: [{
|
|
22322
22107
|
image_sync: {
|
|
22323
22108
|
chain_name: 'injective',
|
|
@@ -22329,38 +22114,54 @@ const assets = {
|
|
|
22329
22114
|
primary_color_hex: '#9890f9'
|
|
22330
22115
|
}
|
|
22331
22116
|
}],
|
|
22332
|
-
logo_URIs: {
|
|
22333
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/NBZ.png',
|
|
22334
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/NBZ.svg'
|
|
22335
|
-
},
|
|
22336
22117
|
socials: {
|
|
22337
22118
|
website: 'https://blaze.ninja',
|
|
22338
22119
|
twitter: 'https://x.com/NinjaBlazeApp'
|
|
22339
22120
|
}
|
|
22340
22121
|
},
|
|
22341
22122
|
{
|
|
22342
|
-
description: '
|
|
22343
|
-
extended_description: '
|
|
22123
|
+
description: 'A multi-chain dogecoin twin, trustlessly created by chain-key cryptography and Internet Computer smart contracts that directly hold raw dogecoin.',
|
|
22124
|
+
extended_description: 'Chain-key Dogecoin (ckDOGE) is a bridge token that is backed 1:1 by DOGE held 100% on the ICP mainnet. ckDOGE does not rely on a centralized bridge to facilitate the conversion between DOGE and ckDOGE, which makes it substantially more secure when compared to other traditional \'wrapped\' tokens.',
|
|
22344
22125
|
denom_units: [{
|
|
22345
|
-
denom: 'factory/
|
|
22126
|
+
denom: 'factory/osmo10c4y9csfs8q7mtvfg4p9gd8d0acx0hpc2mte9xqzthd7rd3348tsfhaesm/dogecoin-native-DOGE',
|
|
22346
22127
|
exponent: 0,
|
|
22347
|
-
aliases: ['
|
|
22128
|
+
aliases: ['shibe']
|
|
22348
22129
|
}, {
|
|
22349
|
-
denom: '
|
|
22350
|
-
exponent:
|
|
22130
|
+
denom: 'ckDOGE',
|
|
22131
|
+
exponent: 8
|
|
22132
|
+
}],
|
|
22133
|
+
type_asset: 'unknown',
|
|
22134
|
+
base: 'factory/osmo10c4y9csfs8q7mtvfg4p9gd8d0acx0hpc2mte9xqzthd7rd3348tsfhaesm/dogecoin-native-DOGE',
|
|
22135
|
+
name: 'Chain-key Dogecoin',
|
|
22136
|
+
display: 'ckDOGE',
|
|
22137
|
+
symbol: 'ckDOGE',
|
|
22138
|
+
traces: [{
|
|
22139
|
+
type: 'bridge',
|
|
22140
|
+
counterparty: {
|
|
22141
|
+
chain_name: 'dogecoin',
|
|
22142
|
+
base_denom: 'shibe'
|
|
22143
|
+
},
|
|
22144
|
+
provider: 'Omnity Network'
|
|
22351
22145
|
}],
|
|
22352
|
-
type_asset: 'sdk.coin',
|
|
22353
|
-
address: 'osmo1qdvwftqd8ml6t9w6dmj97m03ck5ghqqmd8y7cm',
|
|
22354
|
-
base: 'factory/osmo1qdvwftqd8ml6t9w6dmj97m03ck5ghqqmd8y7cm/cult',
|
|
22355
|
-
name: 'CULT',
|
|
22356
|
-
display: 'CULT',
|
|
22357
|
-
symbol: 'CULT',
|
|
22358
22146
|
logo_URIs: {
|
|
22359
|
-
|
|
22147
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ckDOGE.svg',
|
|
22148
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ckDOGE.png'
|
|
22360
22149
|
},
|
|
22361
22150
|
images: [{
|
|
22362
|
-
|
|
22363
|
-
|
|
22151
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ckDOGE.svg',
|
|
22152
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ckDOGE.png'
|
|
22153
|
+
}, {
|
|
22154
|
+
image_sync: {
|
|
22155
|
+
chain_name: 'dogecoin',
|
|
22156
|
+
base_denom: 'shibe'
|
|
22157
|
+
},
|
|
22158
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/dogecoin/images/doge.svg',
|
|
22159
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/dogecoin/images/doge.png'
|
|
22160
|
+
}],
|
|
22161
|
+
socials: {
|
|
22162
|
+
website: 'https://internetcomputer.org',
|
|
22163
|
+
twitter: 'https://x.com/dfinity'
|
|
22164
|
+
}
|
|
22364
22165
|
},
|
|
22365
22166
|
{
|
|
22366
22167
|
description: 'Drop staked TIA',
|
|
@@ -22408,44 +22209,574 @@ const assets = {
|
|
|
22408
22209
|
}]
|
|
22409
22210
|
},
|
|
22410
22211
|
{
|
|
22411
|
-
description: 'A
|
|
22412
|
-
extended_description: 'Chain-key Dogecoin (ckDOGE) is a bridge token that is backed 1:1 by DOGE held 100% on the ICP mainnet. ckDOGE does not rely on a centralized bridge to facilitate the conversion between DOGE and ckDOGE, which makes it substantially more secure when compared to other traditional \'wrapped\' tokens.',
|
|
22212
|
+
description: 'A receipt token for lent USDT issued by the Neptune Protocol.',
|
|
22413
22213
|
denom_units: [{
|
|
22414
|
-
denom: '
|
|
22214
|
+
denom: 'ibc/6569248F0ADF74C0751A48AE8D19F28B40565629265956DA4BEBFBFD73F72F0A',
|
|
22415
22215
|
exponent: 0,
|
|
22416
|
-
aliases: ['
|
|
22216
|
+
aliases: ['inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s']
|
|
22417
22217
|
}, {
|
|
22418
|
-
denom: '
|
|
22419
|
-
exponent:
|
|
22218
|
+
denom: 'nUSDT',
|
|
22219
|
+
exponent: 6
|
|
22420
22220
|
}],
|
|
22421
|
-
type_asset: '
|
|
22422
|
-
base: '
|
|
22423
|
-
name: '
|
|
22424
|
-
display: '
|
|
22425
|
-
symbol: '
|
|
22221
|
+
type_asset: 'ics20',
|
|
22222
|
+
base: 'ibc/6569248F0ADF74C0751A48AE8D19F28B40565629265956DA4BEBFBFD73F72F0A',
|
|
22223
|
+
name: 'Neptune Receipt USDT',
|
|
22224
|
+
display: 'nUSDT',
|
|
22225
|
+
symbol: 'nUSDT',
|
|
22426
22226
|
traces: [{
|
|
22427
|
-
type: '
|
|
22227
|
+
type: 'ibc',
|
|
22428
22228
|
counterparty: {
|
|
22429
|
-
chain_name: '
|
|
22430
|
-
base_denom: '
|
|
22229
|
+
chain_name: 'injective',
|
|
22230
|
+
base_denom: 'inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s',
|
|
22231
|
+
channel_id: 'channel-8'
|
|
22431
22232
|
},
|
|
22432
|
-
|
|
22233
|
+
chain: {
|
|
22234
|
+
channel_id: 'channel-122',
|
|
22235
|
+
path: 'transfer/channel-122/inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s'
|
|
22236
|
+
}
|
|
22433
22237
|
}],
|
|
22238
|
+
logo_URIs: {
|
|
22239
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nusdt.png'
|
|
22240
|
+
},
|
|
22434
22241
|
images: [{
|
|
22435
|
-
|
|
22436
|
-
|
|
22242
|
+
image_sync: {
|
|
22243
|
+
chain_name: 'injective',
|
|
22244
|
+
base_denom: 'inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s'
|
|
22245
|
+
},
|
|
22246
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nusdt.png',
|
|
22247
|
+
theme: {
|
|
22248
|
+
primary_color_hex: '#54ac94'
|
|
22249
|
+
}
|
|
22250
|
+
}]
|
|
22251
|
+
},
|
|
22252
|
+
{
|
|
22253
|
+
description: 'A receipt token for lent USDC issued by the Neptune Protocol.',
|
|
22254
|
+
denom_units: [{
|
|
22255
|
+
denom: 'ibc/7D22B3B8C52261AB0A5F8360B5F472C9A14A05ADFEF858C3573D09AFF10CE1BE',
|
|
22256
|
+
exponent: 0,
|
|
22257
|
+
aliases: ['inj1dafy7fv7qczzatd98dv8hekx6ssckrflswpjaz']
|
|
22437
22258
|
}, {
|
|
22259
|
+
denom: 'nUSDC',
|
|
22260
|
+
exponent: 6
|
|
22261
|
+
}],
|
|
22262
|
+
type_asset: 'ics20',
|
|
22263
|
+
base: 'ibc/7D22B3B8C52261AB0A5F8360B5F472C9A14A05ADFEF858C3573D09AFF10CE1BE',
|
|
22264
|
+
name: 'Neptune Receipt USDC',
|
|
22265
|
+
display: 'nUSDC',
|
|
22266
|
+
symbol: 'nUSDC',
|
|
22267
|
+
traces: [
|
|
22268
|
+
{
|
|
22269
|
+
type: 'synthetic',
|
|
22270
|
+
counterparty: {
|
|
22271
|
+
chain_name: 'forex',
|
|
22272
|
+
base_denom: 'USD'
|
|
22273
|
+
},
|
|
22274
|
+
provider: 'Circle'
|
|
22275
|
+
},
|
|
22276
|
+
{
|
|
22277
|
+
type: 'additional-mintage',
|
|
22278
|
+
counterparty: {
|
|
22279
|
+
chain_name: 'ethereum',
|
|
22280
|
+
base_denom: '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48'
|
|
22281
|
+
},
|
|
22282
|
+
provider: 'Circle'
|
|
22283
|
+
},
|
|
22284
|
+
{
|
|
22285
|
+
type: 'ibc',
|
|
22286
|
+
counterparty: {
|
|
22287
|
+
chain_name: 'noble',
|
|
22288
|
+
base_denom: 'uusdc',
|
|
22289
|
+
channel_id: 'channel-31'
|
|
22290
|
+
},
|
|
22291
|
+
chain: {
|
|
22292
|
+
channel_id: 'channel-148',
|
|
22293
|
+
path: 'transfer/channel-148/uusdc'
|
|
22294
|
+
}
|
|
22295
|
+
},
|
|
22296
|
+
{
|
|
22297
|
+
type: 'synthetic',
|
|
22298
|
+
counterparty: {
|
|
22299
|
+
chain_name: 'injective',
|
|
22300
|
+
base_denom: 'ibc/2CBC2EA121AE42563B08028466F37B600F2D7D4282342DE938283CC3FB2BC00E',
|
|
22301
|
+
contract: 'inj1nc7gjkf2mhp34a6gquhurg8qahnw5kxs5u3s4u'
|
|
22302
|
+
},
|
|
22303
|
+
provider: 'Neptune'
|
|
22304
|
+
},
|
|
22305
|
+
{
|
|
22306
|
+
type: 'ibc',
|
|
22307
|
+
counterparty: {
|
|
22308
|
+
chain_name: 'injective',
|
|
22309
|
+
base_denom: 'inj1dafy7fv7qczzatd98dv8hekx6ssckrflswpjaz',
|
|
22310
|
+
channel_id: 'channel-8'
|
|
22311
|
+
},
|
|
22312
|
+
chain: {
|
|
22313
|
+
channel_id: 'channel-122',
|
|
22314
|
+
path: 'transfer/channel-122/inj1dafy7fv7qczzatd98dv8hekx6ssckrflswpjaz'
|
|
22315
|
+
}
|
|
22316
|
+
}
|
|
22317
|
+
],
|
|
22318
|
+
logo_URIs: {
|
|
22319
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nusdc.png'
|
|
22320
|
+
},
|
|
22321
|
+
images: [{
|
|
22438
22322
|
image_sync: {
|
|
22439
|
-
chain_name: '
|
|
22440
|
-
base_denom: '
|
|
22323
|
+
chain_name: 'injective',
|
|
22324
|
+
base_denom: 'inj1dafy7fv7qczzatd98dv8hekx6ssckrflswpjaz'
|
|
22441
22325
|
},
|
|
22442
|
-
|
|
22443
|
-
|
|
22326
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nusdc.png',
|
|
22327
|
+
theme: {
|
|
22328
|
+
primary_color_hex: '#2775ca'
|
|
22329
|
+
}
|
|
22330
|
+
}]
|
|
22331
|
+
},
|
|
22332
|
+
{
|
|
22333
|
+
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.',
|
|
22334
|
+
denom_units: [{
|
|
22335
|
+
denom: 'ibc/A6712952E566B8A9F29D0A533F043C3CE3CF9870B01A2180E390133119C14A71',
|
|
22336
|
+
exponent: 0,
|
|
22337
|
+
aliases: ['uKIMA']
|
|
22338
|
+
}, {
|
|
22339
|
+
denom: 'KIMA',
|
|
22340
|
+
exponent: 6
|
|
22444
22341
|
}],
|
|
22445
|
-
|
|
22446
|
-
|
|
22447
|
-
|
|
22448
|
-
|
|
22342
|
+
type_asset: 'ics20',
|
|
22343
|
+
base: 'ibc/A6712952E566B8A9F29D0A533F043C3CE3CF9870B01A2180E390133119C14A71',
|
|
22344
|
+
name: 'Kima Network',
|
|
22345
|
+
display: 'KIMA',
|
|
22346
|
+
symbol: 'KIMA',
|
|
22347
|
+
traces: [{
|
|
22348
|
+
type: 'ibc',
|
|
22349
|
+
counterparty: {
|
|
22350
|
+
chain_name: 'kimanetwork',
|
|
22351
|
+
base_denom: 'uKIMA',
|
|
22352
|
+
channel_id: 'channel-0'
|
|
22353
|
+
},
|
|
22354
|
+
chain: {
|
|
22355
|
+
channel_id: 'channel-83350',
|
|
22356
|
+
path: 'transfer/channel-83350/uKIMA'
|
|
22357
|
+
}
|
|
22358
|
+
}],
|
|
22359
|
+
logo_URIs: {
|
|
22360
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png',
|
|
22361
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg'
|
|
22362
|
+
},
|
|
22363
|
+
images: [{
|
|
22364
|
+
image_sync: {
|
|
22365
|
+
chain_name: 'kimanetwork',
|
|
22366
|
+
base_denom: 'uKIMA'
|
|
22367
|
+
},
|
|
22368
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png',
|
|
22369
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg'
|
|
22370
|
+
}]
|
|
22371
|
+
},
|
|
22372
|
+
{
|
|
22373
|
+
description: 'The native token of Furya',
|
|
22374
|
+
denom_units: [{
|
|
22375
|
+
denom: 'ibc/42D0FBF9DDC72D7359D309A93A6DF9F6FDEE3987EA1C5B3CDE95C06FCE183F12',
|
|
22376
|
+
exponent: 0,
|
|
22377
|
+
aliases: ['ufury']
|
|
22378
|
+
}, {
|
|
22379
|
+
denom: 'fury',
|
|
22380
|
+
exponent: 6
|
|
22381
|
+
}],
|
|
22382
|
+
type_asset: 'ics20',
|
|
22383
|
+
base: 'ibc/42D0FBF9DDC72D7359D309A93A6DF9F6FDEE3987EA1C5B3CDE95C06FCE183F12',
|
|
22384
|
+
name: 'furya',
|
|
22385
|
+
display: 'fury',
|
|
22386
|
+
symbol: 'FURY',
|
|
22387
|
+
traces: [{
|
|
22388
|
+
type: 'ibc',
|
|
22389
|
+
counterparty: {
|
|
22390
|
+
chain_name: 'furya',
|
|
22391
|
+
base_denom: 'ufury',
|
|
22392
|
+
channel_id: 'channel-3'
|
|
22393
|
+
},
|
|
22394
|
+
chain: {
|
|
22395
|
+
channel_id: 'channel-8690',
|
|
22396
|
+
path: 'transfer/channel-8690/ufury'
|
|
22397
|
+
}
|
|
22398
|
+
}],
|
|
22399
|
+
logo_URIs: {
|
|
22400
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.png',
|
|
22401
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg'
|
|
22402
|
+
},
|
|
22403
|
+
images: [{
|
|
22404
|
+
image_sync: {
|
|
22405
|
+
chain_name: 'furya',
|
|
22406
|
+
base_denom: 'ufury'
|
|
22407
|
+
},
|
|
22408
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.png',
|
|
22409
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg',
|
|
22410
|
+
theme: {
|
|
22411
|
+
primary_color_hex: '#040404'
|
|
22412
|
+
}
|
|
22413
|
+
}],
|
|
22414
|
+
keywords: ['gaming', 'staking']
|
|
22415
|
+
},
|
|
22416
|
+
{
|
|
22417
|
+
description: 'PUNDIX token is the native token that functions within the Pundi X ecosystem, including PundiX Chain and XPOS.',
|
|
22418
|
+
denom_units: [{
|
|
22419
|
+
denom: 'ibc/2EB516F83C9FF44AB6826F269CA98A5622608C6C955E12112E58F23A324FEE07',
|
|
22420
|
+
exponent: 0,
|
|
22421
|
+
aliases: ['ibc/55367B7B6572631B78A93C66EF9FDFCE87CDE372CC4ED7848DA78C1EB1DCDD78']
|
|
22422
|
+
}, {
|
|
22423
|
+
denom: 'PUNDIX',
|
|
22424
|
+
exponent: 18
|
|
22425
|
+
}],
|
|
22426
|
+
type_asset: 'ics20',
|
|
22427
|
+
base: 'ibc/2EB516F83C9FF44AB6826F269CA98A5622608C6C955E12112E58F23A324FEE07',
|
|
22428
|
+
name: 'Pundi X Token',
|
|
22429
|
+
display: 'PUNDIX',
|
|
22430
|
+
symbol: 'PUNDIX',
|
|
22431
|
+
traces: [{
|
|
22432
|
+
type: 'ibc',
|
|
22433
|
+
counterparty: {
|
|
22434
|
+
chain_name: 'fxcore',
|
|
22435
|
+
base_denom: 'eth0x0FD10b9899882a6f2fcb5c371E17e70FdEe00C38',
|
|
22436
|
+
channel_id: 'channel-0'
|
|
22437
|
+
},
|
|
22438
|
+
chain: {
|
|
22439
|
+
channel_id: 'channel-0',
|
|
22440
|
+
path: 'transfer/channel-0/eth0x0FD10b9899882a6f2fcb5c371E17e70FdEe00C38'
|
|
22441
|
+
}
|
|
22442
|
+
}, {
|
|
22443
|
+
type: 'ibc',
|
|
22444
|
+
counterparty: {
|
|
22445
|
+
chain_name: 'pundix',
|
|
22446
|
+
base_denom: 'ibc/55367B7B6572631B78A93C66EF9FDFCE87CDE372CC4ED7848DA78C1EB1DCDD78',
|
|
22447
|
+
channel_id: 'channel-1'
|
|
22448
|
+
},
|
|
22449
|
+
chain: {
|
|
22450
|
+
channel_id: 'channel-12618',
|
|
22451
|
+
path: 'transfer/channel-12618/transfer/channel-0/eth0x0FD10b9899882a6f2fcb5c371E17e70FdEe00C38'
|
|
22452
|
+
}
|
|
22453
|
+
}],
|
|
22454
|
+
logo_URIs: {
|
|
22455
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pundix.png'
|
|
22456
|
+
},
|
|
22457
|
+
images: [{
|
|
22458
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pundix.png',
|
|
22459
|
+
theme: {
|
|
22460
|
+
primary_color_hex: '#f1d20c'
|
|
22461
|
+
}
|
|
22462
|
+
}],
|
|
22463
|
+
keywords: ['osmosis_unlisted']
|
|
22464
|
+
},
|
|
22465
|
+
{
|
|
22466
|
+
description: 'The native token of dHealth',
|
|
22467
|
+
denom_units: [{
|
|
22468
|
+
denom: 'ibc/320F8D6EC17E14436D19C6D844BB9A5AE9B9A209F6D18364A2191FF08E8732A9',
|
|
22469
|
+
exponent: 0,
|
|
22470
|
+
aliases: ['udhp']
|
|
22471
|
+
}, {
|
|
22472
|
+
denom: 'dhp',
|
|
22473
|
+
exponent: 6
|
|
22474
|
+
}],
|
|
22475
|
+
type_asset: 'ics20',
|
|
22476
|
+
base: 'ibc/320F8D6EC17E14436D19C6D844BB9A5AE9B9A209F6D18364A2191FF08E8732A9',
|
|
22477
|
+
name: 'dHealth',
|
|
22478
|
+
display: 'dhp',
|
|
22479
|
+
symbol: 'DHP',
|
|
22480
|
+
traces: [{
|
|
22481
|
+
type: 'ibc',
|
|
22482
|
+
counterparty: {
|
|
22483
|
+
chain_name: 'dhealth',
|
|
22484
|
+
base_denom: 'udhp',
|
|
22485
|
+
channel_id: 'channel-1'
|
|
22486
|
+
},
|
|
22487
|
+
chain: {
|
|
22488
|
+
channel_id: 'channel-38776',
|
|
22489
|
+
path: 'transfer/channel-38776/udhp'
|
|
22490
|
+
}
|
|
22491
|
+
}],
|
|
22492
|
+
logo_URIs: {
|
|
22493
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.png',
|
|
22494
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.svg'
|
|
22495
|
+
},
|
|
22496
|
+
images: [{
|
|
22497
|
+
image_sync: {
|
|
22498
|
+
chain_name: 'dhealth',
|
|
22499
|
+
base_denom: 'udhp'
|
|
22500
|
+
},
|
|
22501
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.png',
|
|
22502
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.svg',
|
|
22503
|
+
theme: {
|
|
22504
|
+
primary_color_hex: '#140c7c'
|
|
22505
|
+
}
|
|
22506
|
+
}],
|
|
22507
|
+
keywords: ['osmosis_unlisted']
|
|
22508
|
+
},
|
|
22509
|
+
{
|
|
22510
|
+
denom_units: [{
|
|
22511
|
+
denom: 'ibc/0B3C3D06228578334B66B57FBFBA4033216CEB8119B27ACDEE18D92DA5B28D43',
|
|
22512
|
+
exponent: 0,
|
|
22513
|
+
aliases: ['avalanche-uusdc']
|
|
22514
|
+
}, {
|
|
22515
|
+
denom: 'avalanche-usdc',
|
|
22516
|
+
exponent: 6
|
|
22517
|
+
}],
|
|
22518
|
+
type_asset: 'ics20',
|
|
22519
|
+
base: 'ibc/0B3C3D06228578334B66B57FBFBA4033216CEB8119B27ACDEE18D92DA5B28D43',
|
|
22520
|
+
name: 'Wormhole USDC(Avalanche)',
|
|
22521
|
+
display: 'avalanche-usdc',
|
|
22522
|
+
symbol: 'avalanche.USDC.wh',
|
|
22523
|
+
traces: [{
|
|
22524
|
+
type: 'ibc',
|
|
22525
|
+
counterparty: {
|
|
22526
|
+
chain_name: 'gateway',
|
|
22527
|
+
base_denom: 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5ZLmAZpcbaP4EGyihSmpfwryzDr84h51tboV392BCjW4',
|
|
22528
|
+
channel_id: 'channel-3'
|
|
22529
|
+
},
|
|
22530
|
+
chain: {
|
|
22531
|
+
channel_id: 'channel-2186',
|
|
22532
|
+
path: 'transfer/channel-2186/factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5ZLmAZpcbaP4EGyihSmpfwryzDr84h51tboV392BCjW4'
|
|
22533
|
+
}
|
|
22534
|
+
}],
|
|
22535
|
+
images: [{
|
|
22536
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.hole.png',
|
|
22537
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.hole.svg',
|
|
22538
|
+
theme: {
|
|
22539
|
+
primary_color_hex: '#2474cb'
|
|
22540
|
+
}
|
|
22541
|
+
}],
|
|
22542
|
+
logo_URIs: {
|
|
22543
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.hole.png',
|
|
22544
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.hole.svg'
|
|
22545
|
+
}
|
|
22546
|
+
},
|
|
22547
|
+
{
|
|
22548
|
+
description: 'Nomic\'s native token.',
|
|
22549
|
+
denom_units: [{
|
|
22550
|
+
denom: 'ibc/F49DFB3BC8105C57EE7F17EC2402438825B31212CFDD81681EB87911E934F32C',
|
|
22551
|
+
exponent: 0,
|
|
22552
|
+
aliases: ['unom']
|
|
22553
|
+
}, {
|
|
22554
|
+
denom: 'nom',
|
|
22555
|
+
exponent: 6
|
|
22556
|
+
}],
|
|
22557
|
+
type_asset: 'ics20',
|
|
22558
|
+
base: 'ibc/F49DFB3BC8105C57EE7F17EC2402438825B31212CFDD81681EB87911E934F32C',
|
|
22559
|
+
name: 'Nomic',
|
|
22560
|
+
display: 'nom',
|
|
22561
|
+
symbol: 'nomic.NOM',
|
|
22562
|
+
traces: [{
|
|
22563
|
+
type: 'ibc',
|
|
22564
|
+
counterparty: {
|
|
22565
|
+
chain_name: 'nomic',
|
|
22566
|
+
base_denom: 'unom',
|
|
22567
|
+
channel_id: 'channel-1'
|
|
22568
|
+
},
|
|
22569
|
+
chain: {
|
|
22570
|
+
channel_id: 'channel-6897',
|
|
22571
|
+
path: 'transfer/channel-6897/unom'
|
|
22572
|
+
}
|
|
22573
|
+
}],
|
|
22574
|
+
images: [{
|
|
22575
|
+
image_sync: {
|
|
22576
|
+
chain_name: 'nomic',
|
|
22577
|
+
base_denom: 'unom'
|
|
22578
|
+
},
|
|
22579
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.png',
|
|
22580
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.svg',
|
|
22581
|
+
theme: {
|
|
22582
|
+
primary_color_hex: '#6404fc'
|
|
22583
|
+
}
|
|
22584
|
+
}],
|
|
22585
|
+
logo_URIs: {
|
|
22586
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.png',
|
|
22587
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.svg'
|
|
22588
|
+
}
|
|
22589
|
+
},
|
|
22590
|
+
{
|
|
22591
|
+
description: 'The governance and utility token of Yieldmos, the Interchain Automation Protocol',
|
|
22592
|
+
denom_units: [{
|
|
22593
|
+
denom: 'factory/osmo1vdvnznwg597qngrq9mnfcfk0am9jdc9y446jewhcqdreqz4r75xq5j5zvy/ymos',
|
|
22594
|
+
exponent: 0
|
|
22595
|
+
}, {
|
|
22596
|
+
denom: 'ymos',
|
|
22597
|
+
exponent: 6
|
|
22598
|
+
}],
|
|
22599
|
+
type_asset: 'sdk.coin',
|
|
22600
|
+
address: 'osmo1vdvnznwg597qngrq9mnfcfk0am9jdc9y446jewhcqdreqz4r75xq5j5zvy',
|
|
22601
|
+
base: 'factory/osmo1vdvnznwg597qngrq9mnfcfk0am9jdc9y446jewhcqdreqz4r75xq5j5zvy/ymos',
|
|
22602
|
+
name: 'Yieldmos Coin',
|
|
22603
|
+
display: 'ymos',
|
|
22604
|
+
symbol: 'YMOS',
|
|
22605
|
+
logo_URIs: {
|
|
22606
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ymos.png'
|
|
22607
|
+
},
|
|
22608
|
+
images: [{
|
|
22609
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ymos.png',
|
|
22610
|
+
theme: {
|
|
22611
|
+
primary_color_hex: '#2c3554'
|
|
22612
|
+
}
|
|
22613
|
+
}]
|
|
22614
|
+
},
|
|
22615
|
+
{
|
|
22616
|
+
description: 'Memecoin for The International Brane Wave',
|
|
22617
|
+
denom_units: [{
|
|
22618
|
+
denom: 'factory/osmo13gu58hzw3e9aqpj25h67m7snwcjuccd7v4p55w/brnz',
|
|
22619
|
+
exponent: 0,
|
|
22620
|
+
aliases: ['brnz']
|
|
22621
|
+
}],
|
|
22622
|
+
type_asset: 'sdk.coin',
|
|
22623
|
+
base: 'factory/osmo13gu58hzw3e9aqpj25h67m7snwcjuccd7v4p55w/brnz',
|
|
22624
|
+
name: 'Branez',
|
|
22625
|
+
display: 'factory/osmo13gu58hzw3e9aqpj25h67m7snwcjuccd7v4p55w/brnz',
|
|
22626
|
+
symbol: 'BRNZ',
|
|
22627
|
+
logo_URIs: {
|
|
22628
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/BRNZ.svg'
|
|
22629
|
+
},
|
|
22630
|
+
images: [{
|
|
22631
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/BRNZ.svg'
|
|
22632
|
+
}]
|
|
22633
|
+
},
|
|
22634
|
+
{
|
|
22635
|
+
description: 'ashLAB - Burned LAB',
|
|
22636
|
+
extended_description: 'ashLAB - receipt token recieved when burning LAB via ASH DAOs Furnace',
|
|
22637
|
+
denom_units: [{
|
|
22638
|
+
denom: 'factory/osmo1svj5kd8kzj7xxtrd6ftjk0856ffpyj4egz7f9pd9dge5wr4kwansmefq07/lab.ash',
|
|
22639
|
+
exponent: 0
|
|
22640
|
+
}, {
|
|
22641
|
+
denom: 'ashLAB',
|
|
22642
|
+
exponent: 6
|
|
22643
|
+
}],
|
|
22644
|
+
type_asset: 'sdk.coin',
|
|
22645
|
+
address: 'osmo1svj5kd8kzj7xxtrd6ftjk0856ffpyj4egz7f9pd9dge5wr4kwansmefq07',
|
|
22646
|
+
base: 'factory/osmo1svj5kd8kzj7xxtrd6ftjk0856ffpyj4egz7f9pd9dge5wr4kwansmefq07/lab.ash',
|
|
22647
|
+
name: 'Burned LAB',
|
|
22648
|
+
display: 'ashLAB',
|
|
22649
|
+
symbol: 'ashLAB',
|
|
22650
|
+
logo_URIs: {
|
|
22651
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ashLAB.png'
|
|
22652
|
+
},
|
|
22653
|
+
images: [{
|
|
22654
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ashLAB.png',
|
|
22655
|
+
theme: {
|
|
22656
|
+
primary_color_hex: '#ebb093'
|
|
22657
|
+
}
|
|
22658
|
+
}]
|
|
22659
|
+
},
|
|
22660
|
+
{
|
|
22661
|
+
description: 'GRAC is the official token of Racoon.Bet\'s gaming platform.',
|
|
22662
|
+
denom_units: [{
|
|
22663
|
+
denom: 'ibc/58E4261D2E21FE3A459C290A9F97F3DCD257B28F48AAE828298B38E048804829',
|
|
22664
|
+
exponent: 0,
|
|
22665
|
+
aliases: ['factory/migaloo1eqntnl6tzcj9h86psg4y4h6hh05g2h9nj8e09l/ugrac']
|
|
22666
|
+
}, {
|
|
22667
|
+
denom: 'grac',
|
|
22668
|
+
exponent: 6
|
|
22669
|
+
}],
|
|
22670
|
+
type_asset: 'ics20',
|
|
22671
|
+
base: 'ibc/58E4261D2E21FE3A459C290A9F97F3DCD257B28F48AAE828298B38E048804829',
|
|
22672
|
+
name: 'Gaming RAC Token',
|
|
22673
|
+
display: 'grac',
|
|
22674
|
+
symbol: 'GRAC',
|
|
22675
|
+
traces: [{
|
|
22676
|
+
type: 'ibc',
|
|
22677
|
+
counterparty: {
|
|
22678
|
+
chain_name: 'migaloo',
|
|
22679
|
+
base_denom: 'factory/migaloo1eqntnl6tzcj9h86psg4y4h6hh05g2h9nj8e09l/ugrac',
|
|
22680
|
+
channel_id: 'channel-5'
|
|
22681
|
+
},
|
|
22682
|
+
chain: {
|
|
22683
|
+
channel_id: 'channel-642',
|
|
22684
|
+
path: 'transfer/channel-642/factory/migaloo1eqntnl6tzcj9h86psg4y4h6hh05g2h9nj8e09l/ugrac'
|
|
22685
|
+
}
|
|
22686
|
+
}],
|
|
22687
|
+
logo_URIs: {
|
|
22688
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/grac.png'
|
|
22689
|
+
},
|
|
22690
|
+
images: [{
|
|
22691
|
+
image_sync: {
|
|
22692
|
+
chain_name: 'migaloo',
|
|
22693
|
+
base_denom: 'factory/migaloo1eqntnl6tzcj9h86psg4y4h6hh05g2h9nj8e09l/ugrac'
|
|
22694
|
+
},
|
|
22695
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/grac.png',
|
|
22696
|
+
theme: {
|
|
22697
|
+
primary_color_hex: '#f5bf09'
|
|
22698
|
+
}
|
|
22699
|
+
}]
|
|
22700
|
+
},
|
|
22701
|
+
{
|
|
22702
|
+
description: 'USDC supplied on Mars looped using Membrane by a vault that also has an entry fee',
|
|
22703
|
+
denom_units: [{
|
|
22704
|
+
denom: 'factory/osmo1vf6e300hv2qe7r5rln8deft45ewgyytjnwfrdfcv5rgzrfy0s6cswjqf9r/mars-usdc-looped',
|
|
22705
|
+
exponent: 0
|
|
22706
|
+
}, {
|
|
22707
|
+
denom: 'earnUSDC',
|
|
22708
|
+
exponent: 6
|
|
22709
|
+
}],
|
|
22710
|
+
type_asset: 'sdk.coin',
|
|
22711
|
+
base: 'factory/osmo1vf6e300hv2qe7r5rln8deft45ewgyytjnwfrdfcv5rgzrfy0s6cswjqf9r/mars-usdc-looped',
|
|
22712
|
+
name: 'Mars Looped USDC Vault',
|
|
22713
|
+
display: 'earnUSDC',
|
|
22714
|
+
symbol: 'earnUSDC'
|
|
22715
|
+
},
|
|
22716
|
+
{
|
|
22717
|
+
description: 'Auto-compounding vault for Membrane\'s Stability Pool used to ease the UX of compounding CDT',
|
|
22718
|
+
denom_units: [{
|
|
22719
|
+
denom: 'factory/osmo1jw6r68y0uhfmqagc7uhtdddctc7wq95pncvrqnvtd47w4hx46p7se9nju5/earn-cdt',
|
|
22720
|
+
exponent: 0
|
|
22721
|
+
}, {
|
|
22722
|
+
denom: 'earnCDT',
|
|
22723
|
+
exponent: 6
|
|
22724
|
+
}],
|
|
22725
|
+
type_asset: 'sdk.coin',
|
|
22726
|
+
base: 'factory/osmo1jw6r68y0uhfmqagc7uhtdddctc7wq95pncvrqnvtd47w4hx46p7se9nju5/earn-cdt',
|
|
22727
|
+
name: 'Earn CDT Vault',
|
|
22728
|
+
display: 'earnCDT',
|
|
22729
|
+
symbol: 'earnCDT'
|
|
22730
|
+
},
|
|
22731
|
+
{
|
|
22732
|
+
description: 'ashION - Burned ION',
|
|
22733
|
+
extended_description: 'ashION - receipt token recieved when burning ION via ASH DAOs Furnace',
|
|
22734
|
+
denom_units: [{
|
|
22735
|
+
denom: 'factory/osmo1svj5kd8kzj7xxtrd6ftjk0856ffpyj4egz7f9pd9dge5wr4kwansmefq07/ion.ash',
|
|
22736
|
+
exponent: 0
|
|
22737
|
+
}, {
|
|
22738
|
+
denom: 'ashION',
|
|
22739
|
+
exponent: 6
|
|
22740
|
+
}],
|
|
22741
|
+
type_asset: 'sdk.coin',
|
|
22742
|
+
address: 'osmo1svj5kd8kzj7xxtrd6ftjk0856ffpyj4egz7f9pd9dge5wr4kwansmefq07',
|
|
22743
|
+
base: 'factory/osmo1svj5kd8kzj7xxtrd6ftjk0856ffpyj4egz7f9pd9dge5wr4kwansmefq07/ion.ash',
|
|
22744
|
+
name: 'Burned ION',
|
|
22745
|
+
display: 'ashION',
|
|
22746
|
+
symbol: 'ashION',
|
|
22747
|
+
logo_URIs: {
|
|
22748
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ashion.png'
|
|
22749
|
+
},
|
|
22750
|
+
images: [{
|
|
22751
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ashion.png',
|
|
22752
|
+
theme: {
|
|
22753
|
+
primary_color_hex: '#ebb093'
|
|
22754
|
+
}
|
|
22755
|
+
}]
|
|
22756
|
+
},
|
|
22757
|
+
{
|
|
22758
|
+
description: 'CULT - Less Brainwashing, More Utility',
|
|
22759
|
+
extended_description: 'CULT - Less Brainwashing, More Utility\n\n$CULT is more than a token; it\'s your key to ascend within the Order of Architects. Each token empowers you to mint and upgrade Architect NFTs, navigating through rites that elevate their mystical powers. Engage directly in our unique Streamswap process, beginning with a USDC deposit, transitioning smoothly into $CULT.\n\nFair Launch: Our token launch excludes whitelists and bots, ensuring a transparent and equitable distribution for all. Streamswap Mechanics: Deposit $USDC during the 72-hour Bootstrapping Phase, followed by a 1-hour Streaming Phase to convert into $CULT, ensuring a smooth and fair token distribution.',
|
|
22760
|
+
denom_units: [{
|
|
22761
|
+
denom: 'factory/osmo1qdvwftqd8ml6t9w6dmj97m03ck5ghqqmd8y7cm/cult',
|
|
22762
|
+
exponent: 0,
|
|
22763
|
+
aliases: ['ucult']
|
|
22764
|
+
}, {
|
|
22765
|
+
denom: 'CULT',
|
|
22766
|
+
exponent: 6
|
|
22767
|
+
}],
|
|
22768
|
+
type_asset: 'sdk.coin',
|
|
22769
|
+
address: 'osmo1qdvwftqd8ml6t9w6dmj97m03ck5ghqqmd8y7cm',
|
|
22770
|
+
base: 'factory/osmo1qdvwftqd8ml6t9w6dmj97m03ck5ghqqmd8y7cm/cult',
|
|
22771
|
+
name: 'CULT',
|
|
22772
|
+
display: 'CULT',
|
|
22773
|
+
symbol: 'CULT',
|
|
22774
|
+
logo_URIs: {
|
|
22775
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/cult.png'
|
|
22776
|
+
},
|
|
22777
|
+
images: [{
|
|
22778
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/cult.png'
|
|
22779
|
+
}]
|
|
22449
22780
|
},
|
|
22450
22781
|
{
|
|
22451
22782
|
description: 'Tek ovah!',
|