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