@chain-registry/osmosis 1.41.0 → 1.42.0
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 +96 -20
- package/assets.js +147 -1
- package/esm/asset_list.js +96 -20
- package/esm/assets.js +147 -1
- package/package.json +3 -3
package/asset_list.js
CHANGED
|
@@ -11221,6 +11221,7 @@ const asset_list = {
|
|
|
11221
11221
|
},
|
|
11222
11222
|
{
|
|
11223
11223
|
description: 'Staking and governance coin for the Unification Blockchain',
|
|
11224
|
+
extended_description: 'Fundamentally, the Unification Blockchain Toolkit comprises two core branches: Blockchain Business products, to welcome traditional enterprises into the Web3 economy; and Permissionless Products, an open-access toolkit to power and enrich Dapps on Ethereum/EVM networks',
|
|
11224
11225
|
denom_units: [{
|
|
11225
11226
|
denom: 'ibc/608EF5C0CE64FEA097500DB39657BDD36CA708CC5DCC2E250A024B6981DD36BC',
|
|
11226
11227
|
exponent: 0,
|
|
@@ -11241,6 +11242,10 @@ const asset_list = {
|
|
|
11241
11242
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.png',
|
|
11242
11243
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.svg'
|
|
11243
11244
|
},
|
|
11245
|
+
socials: {
|
|
11246
|
+
website: 'https://unification.com',
|
|
11247
|
+
twitter: 'https://twitter.com/UnificationUND'
|
|
11248
|
+
},
|
|
11244
11249
|
coingecko_id: 'unification',
|
|
11245
11250
|
traces: [{
|
|
11246
11251
|
type: 'ibc',
|
|
@@ -13764,6 +13769,7 @@ const asset_list = {
|
|
|
13764
13769
|
},
|
|
13765
13770
|
{
|
|
13766
13771
|
description: 'Staking and governance coin for the Unification Blockchain',
|
|
13772
|
+
extended_description: 'Fundamentally, the Unification Blockchain Toolkit comprises two core branches: Blockchain Business products, to welcome traditional enterprises into the Web3 economy; and Permissionless Products, an open-access toolkit to power and enrich Dapps on Ethereum/EVM networks',
|
|
13767
13773
|
denom_units: [{
|
|
13768
13774
|
denom: 'ibc/608EF5C0CE64FEA097500DB39657BDD36CA708CC5DCC2E250A024B6981DD36BC',
|
|
13769
13775
|
exponent: 0,
|
|
@@ -13784,6 +13790,10 @@ const asset_list = {
|
|
|
13784
13790
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.png',
|
|
13785
13791
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.svg'
|
|
13786
13792
|
},
|
|
13793
|
+
socials: {
|
|
13794
|
+
website: 'https://unification.com',
|
|
13795
|
+
twitter: 'https://twitter.com/UnificationUND'
|
|
13796
|
+
},
|
|
13787
13797
|
coingecko_id: 'unification',
|
|
13788
13798
|
traces: [{
|
|
13789
13799
|
type: 'ibc',
|
|
@@ -19516,26 +19526,23 @@ const asset_list = {
|
|
|
19516
19526
|
exponent: 0,
|
|
19517
19527
|
aliases: ['cw20:terra1nsuqsk6kh58ulczatwev87ttq2z6r3pusulg9r24mfj2fvtzd4uq3exn26']
|
|
19518
19528
|
}, {
|
|
19519
|
-
denom: 'astro',
|
|
19529
|
+
denom: 'astro.cw20',
|
|
19520
19530
|
exponent: 6
|
|
19521
19531
|
}],
|
|
19522
19532
|
type_asset: 'cw20',
|
|
19523
19533
|
address: 'terra1nsuqsk6kh58ulczatwev87ttq2z6r3pusulg9r24mfj2fvtzd4uq3exn26',
|
|
19524
19534
|
base: 'ibc/8410580A4F5421DFDBD888212624591E92A9E3B5C87D3C58913CE16ABD98B9B4',
|
|
19525
|
-
name: 'Astroport',
|
|
19526
|
-
display: 'astro',
|
|
19527
|
-
symbol: 'ASTRO',
|
|
19535
|
+
name: 'Astroport CW20 Token',
|
|
19536
|
+
display: 'astro.cw20',
|
|
19537
|
+
symbol: 'ASTRO.cw20',
|
|
19528
19538
|
logo_URIs: {
|
|
19529
|
-
|
|
19530
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro.svg'
|
|
19539
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
|
|
19531
19540
|
},
|
|
19532
|
-
coingecko_id: 'astroport-fi',
|
|
19533
19541
|
images: [{
|
|
19534
|
-
|
|
19535
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro.svg'
|
|
19542
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
|
|
19536
19543
|
}],
|
|
19537
19544
|
socials: {
|
|
19538
|
-
website: 'https://astroport.
|
|
19545
|
+
website: 'https://astroport.fi/',
|
|
19539
19546
|
twitter: 'https://twitter.com/astroport_fi'
|
|
19540
19547
|
},
|
|
19541
19548
|
traces: [{
|
|
@@ -20454,6 +20461,42 @@ const asset_list = {
|
|
|
20454
20461
|
}
|
|
20455
20462
|
}]
|
|
20456
20463
|
},
|
|
20464
|
+
{
|
|
20465
|
+
description: 'ClonEliteFund invests in Cosmos ecosystem projects, focusing on scalability, security, and interoperability to maximize returns.',
|
|
20466
|
+
type_asset: 'cw20',
|
|
20467
|
+
address: 'terra164ssz60yvsxey0ku9mtcaegdeyxwzuwwqyrp238nvflwqve0pvxsra7fa2',
|
|
20468
|
+
denom_units: [{
|
|
20469
|
+
denom: 'ibc/CBD4AB7EA218D56F69E3440359392D2EFA0F46C9DD5BE145C36CA36D699A8827',
|
|
20470
|
+
exponent: 0,
|
|
20471
|
+
aliases: ['cw20:terra164ssz60yvsxey0ku9mtcaegdeyxwzuwwqyrp238nvflwqve0pvxsra7fa2']
|
|
20472
|
+
}, {
|
|
20473
|
+
denom: 'CLON',
|
|
20474
|
+
exponent: 6
|
|
20475
|
+
}],
|
|
20476
|
+
base: 'ibc/CBD4AB7EA218D56F69E3440359392D2EFA0F46C9DD5BE145C36CA36D699A8827',
|
|
20477
|
+
name: 'CLON',
|
|
20478
|
+
display: 'CLON',
|
|
20479
|
+
symbol: 'CLON',
|
|
20480
|
+
logo_URIs: {
|
|
20481
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/clon1.png'
|
|
20482
|
+
},
|
|
20483
|
+
images: [{
|
|
20484
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/clon1.png'
|
|
20485
|
+
}],
|
|
20486
|
+
traces: [{
|
|
20487
|
+
type: 'ibc-cw20',
|
|
20488
|
+
counterparty: {
|
|
20489
|
+
port: 'wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x',
|
|
20490
|
+
channel_id: 'channel-85',
|
|
20491
|
+
base_denom: 'cw20:terra164ssz60yvsxey0ku9mtcaegdeyxwzuwwqyrp238nvflwqve0pvxsra7fa2',
|
|
20492
|
+
chain_name: 'terra2'
|
|
20493
|
+
},
|
|
20494
|
+
chain: {
|
|
20495
|
+
port: 'transfer',
|
|
20496
|
+
channel_id: 'channel-559'
|
|
20497
|
+
}
|
|
20498
|
+
}]
|
|
20499
|
+
},
|
|
20457
20500
|
{
|
|
20458
20501
|
description: 'The native token cw20 for SIENNA on Secret Network',
|
|
20459
20502
|
denom_units: [{
|
|
@@ -20805,26 +20848,23 @@ const asset_list = {
|
|
|
20805
20848
|
exponent: 0,
|
|
20806
20849
|
aliases: ['cw20:terra1nsuqsk6kh58ulczatwev87ttq2z6r3pusulg9r24mfj2fvtzd4uq3exn26']
|
|
20807
20850
|
}, {
|
|
20808
|
-
denom: 'astro',
|
|
20851
|
+
denom: 'astro.cw20',
|
|
20809
20852
|
exponent: 6
|
|
20810
20853
|
}],
|
|
20811
20854
|
type_asset: 'cw20',
|
|
20812
20855
|
address: 'terra1nsuqsk6kh58ulczatwev87ttq2z6r3pusulg9r24mfj2fvtzd4uq3exn26',
|
|
20813
20856
|
base: 'ibc/8410580A4F5421DFDBD888212624591E92A9E3B5C87D3C58913CE16ABD98B9B4',
|
|
20814
|
-
name: 'Astroport',
|
|
20815
|
-
display: 'astro',
|
|
20816
|
-
symbol: 'ASTRO',
|
|
20857
|
+
name: 'Astroport CW20 Token',
|
|
20858
|
+
display: 'astro.cw20',
|
|
20859
|
+
symbol: 'ASTRO.cw20',
|
|
20817
20860
|
logo_URIs: {
|
|
20818
|
-
|
|
20819
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro.svg'
|
|
20861
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
|
|
20820
20862
|
},
|
|
20821
|
-
coingecko_id: 'astroport-fi',
|
|
20822
20863
|
images: [{
|
|
20823
|
-
|
|
20824
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro.svg'
|
|
20864
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
|
|
20825
20865
|
}],
|
|
20826
20866
|
socials: {
|
|
20827
|
-
website: 'https://astroport.
|
|
20867
|
+
website: 'https://astroport.fi/',
|
|
20828
20868
|
twitter: 'https://twitter.com/astroport_fi'
|
|
20829
20869
|
},
|
|
20830
20870
|
traces: [{
|
|
@@ -21742,6 +21782,42 @@ const asset_list = {
|
|
|
21742
21782
|
channel_id: 'channel-559'
|
|
21743
21783
|
}
|
|
21744
21784
|
}]
|
|
21785
|
+
},
|
|
21786
|
+
{
|
|
21787
|
+
description: 'ClonEliteFund invests in Cosmos ecosystem projects, focusing on scalability, security, and interoperability to maximize returns.',
|
|
21788
|
+
type_asset: 'cw20',
|
|
21789
|
+
address: 'terra164ssz60yvsxey0ku9mtcaegdeyxwzuwwqyrp238nvflwqve0pvxsra7fa2',
|
|
21790
|
+
denom_units: [{
|
|
21791
|
+
denom: 'ibc/CBD4AB7EA218D56F69E3440359392D2EFA0F46C9DD5BE145C36CA36D699A8827',
|
|
21792
|
+
exponent: 0,
|
|
21793
|
+
aliases: ['cw20:terra164ssz60yvsxey0ku9mtcaegdeyxwzuwwqyrp238nvflwqve0pvxsra7fa2']
|
|
21794
|
+
}, {
|
|
21795
|
+
denom: 'CLON',
|
|
21796
|
+
exponent: 6
|
|
21797
|
+
}],
|
|
21798
|
+
base: 'ibc/CBD4AB7EA218D56F69E3440359392D2EFA0F46C9DD5BE145C36CA36D699A8827',
|
|
21799
|
+
name: 'CLON',
|
|
21800
|
+
display: 'CLON',
|
|
21801
|
+
symbol: 'CLON',
|
|
21802
|
+
logo_URIs: {
|
|
21803
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/clon1.png'
|
|
21804
|
+
},
|
|
21805
|
+
images: [{
|
|
21806
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/clon1.png'
|
|
21807
|
+
}],
|
|
21808
|
+
traces: [{
|
|
21809
|
+
type: 'ibc-cw20',
|
|
21810
|
+
counterparty: {
|
|
21811
|
+
port: 'wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x',
|
|
21812
|
+
channel_id: 'channel-85',
|
|
21813
|
+
base_denom: 'cw20:terra164ssz60yvsxey0ku9mtcaegdeyxwzuwwqyrp238nvflwqve0pvxsra7fa2',
|
|
21814
|
+
chain_name: 'terra2'
|
|
21815
|
+
},
|
|
21816
|
+
chain: {
|
|
21817
|
+
port: 'transfer',
|
|
21818
|
+
channel_id: 'channel-559'
|
|
21819
|
+
}
|
|
21820
|
+
}]
|
|
21745
21821
|
}
|
|
21746
21822
|
]
|
|
21747
21823
|
};
|
package/assets.js
CHANGED
|
@@ -11631,7 +11631,10 @@ const assets = {
|
|
|
11631
11631
|
symbol: 'BRNZ',
|
|
11632
11632
|
logo_URIs: {
|
|
11633
11633
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/BRNZ.svg'
|
|
11634
|
-
}
|
|
11634
|
+
},
|
|
11635
|
+
images: [{
|
|
11636
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/BRNZ.svg'
|
|
11637
|
+
}]
|
|
11635
11638
|
},
|
|
11636
11639
|
{
|
|
11637
11640
|
description: 'Cvn is a Layer-1 blockchain built to deliver on the promise of DeFi',
|
|
@@ -11712,6 +11715,49 @@ const assets = {
|
|
|
11712
11715
|
socials: {
|
|
11713
11716
|
webiste: 'https://www.ibcmeme.wtf',
|
|
11714
11717
|
twitter: 'https://twitter.com/IBCmemecoin'
|
|
11718
|
+
},
|
|
11719
|
+
images: [{
|
|
11720
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ibc.png'
|
|
11721
|
+
}]
|
|
11722
|
+
},
|
|
11723
|
+
{
|
|
11724
|
+
description: 'Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.',
|
|
11725
|
+
denom_units: [{
|
|
11726
|
+
denom: 'ibc/B8C608CEE08C4F30A15A7955306F2EDAF4A02BB191CABC4185C1A57FD978DA1B',
|
|
11727
|
+
exponent: 0,
|
|
11728
|
+
aliases: ['uastro']
|
|
11729
|
+
}, {
|
|
11730
|
+
denom: 'astro',
|
|
11731
|
+
exponent: 6
|
|
11732
|
+
}],
|
|
11733
|
+
type_asset: 'ics20',
|
|
11734
|
+
base: 'ibc/B8C608CEE08C4F30A15A7955306F2EDAF4A02BB191CABC4185C1A57FD978DA1B',
|
|
11735
|
+
name: 'Astroport token',
|
|
11736
|
+
display: 'astro',
|
|
11737
|
+
symbol: 'ASTRO',
|
|
11738
|
+
traces: [{
|
|
11739
|
+
type: 'ibc',
|
|
11740
|
+
counterparty: {
|
|
11741
|
+
chain_name: 'neutron',
|
|
11742
|
+
base_denom: 'factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro',
|
|
11743
|
+
channel_id: 'channel-10'
|
|
11744
|
+
},
|
|
11745
|
+
chain: {
|
|
11746
|
+
channel_id: 'channel-874',
|
|
11747
|
+
path: 'transfer/channel-874/factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro'
|
|
11748
|
+
}
|
|
11749
|
+
}],
|
|
11750
|
+
images: [{
|
|
11751
|
+
image_sync: {
|
|
11752
|
+
chain_name: 'neutron',
|
|
11753
|
+
base_denom: 'factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro'
|
|
11754
|
+
},
|
|
11755
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png',
|
|
11756
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg'
|
|
11757
|
+
}],
|
|
11758
|
+
logo_URIs: {
|
|
11759
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png',
|
|
11760
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg'
|
|
11715
11761
|
}
|
|
11716
11762
|
},
|
|
11717
11763
|
{
|
|
@@ -11769,6 +11815,106 @@ const assets = {
|
|
|
11769
11815
|
images: [{
|
|
11770
11816
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tinkernet/images/tnkr.svg'
|
|
11771
11817
|
}]
|
|
11818
|
+
},
|
|
11819
|
+
{
|
|
11820
|
+
denom_units: [{
|
|
11821
|
+
denom: 'ibc/04FAC73DFF7F1DD59395948F2F043B0BBF978AD4533EE37E811340F501A08FFB',
|
|
11822
|
+
exponent: 0,
|
|
11823
|
+
aliases: ['factory/migaloo1d0uma9qzcts4fzt7ml39xp44aut5k6qyjfzz4asalnecppppr3rsl52vvv/rstk']
|
|
11824
|
+
}, {
|
|
11825
|
+
denom: 'rstk',
|
|
11826
|
+
exponent: 6
|
|
11827
|
+
}],
|
|
11828
|
+
type_asset: 'ics20',
|
|
11829
|
+
base: 'ibc/04FAC73DFF7F1DD59395948F2F043B0BBF978AD4533EE37E811340F501A08FFB',
|
|
11830
|
+
name: 'Restake DAO Token',
|
|
11831
|
+
display: 'rstk',
|
|
11832
|
+
symbol: 'RSTK',
|
|
11833
|
+
traces: [{
|
|
11834
|
+
type: 'ibc',
|
|
11835
|
+
counterparty: {
|
|
11836
|
+
chain_name: 'migaloo',
|
|
11837
|
+
base_denom: 'factory/migaloo1d0uma9qzcts4fzt7ml39xp44aut5k6qyjfzz4asalnecppppr3rsl52vvv/rstk',
|
|
11838
|
+
channel_id: 'channel-5'
|
|
11839
|
+
},
|
|
11840
|
+
chain: {
|
|
11841
|
+
channel_id: 'channel-642',
|
|
11842
|
+
path: 'transfer/channel-642/factory/migaloo1d0uma9qzcts4fzt7ml39xp44aut5k6qyjfzz4asalnecppppr3rsl52vvv/rstk'
|
|
11843
|
+
}
|
|
11844
|
+
}],
|
|
11845
|
+
images: [{
|
|
11846
|
+
image_sync: {
|
|
11847
|
+
chain_name: 'migaloo',
|
|
11848
|
+
base_denom: 'factory/migaloo1d0uma9qzcts4fzt7ml39xp44aut5k6qyjfzz4asalnecppppr3rsl52vvv/rstk'
|
|
11849
|
+
},
|
|
11850
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.png',
|
|
11851
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg'
|
|
11852
|
+
}],
|
|
11853
|
+
logo_URIs: {
|
|
11854
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.png',
|
|
11855
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg'
|
|
11856
|
+
}
|
|
11857
|
+
},
|
|
11858
|
+
{
|
|
11859
|
+
description: 'Gravity Bridge Paxos Gold',
|
|
11860
|
+
denom_units: [{
|
|
11861
|
+
denom: 'ibc/A5CCD24BA902843B1003A7EEE5F937C632808B9CF4925601241B15C5A0A51A53',
|
|
11862
|
+
exponent: 0,
|
|
11863
|
+
aliases: ['gravity0x45804880De22913dAFE09f4980848ECE6EcbAf78']
|
|
11864
|
+
}, {
|
|
11865
|
+
denom: 'gpaxg',
|
|
11866
|
+
exponent: 18
|
|
11867
|
+
}],
|
|
11868
|
+
type_asset: 'ics20',
|
|
11869
|
+
base: 'ibc/A5CCD24BA902843B1003A7EEE5F937C632808B9CF4925601241B15C5A0A51A53',
|
|
11870
|
+
name: 'Paxos Gold (Gravity Bridge)',
|
|
11871
|
+
display: 'gpaxg',
|
|
11872
|
+
symbol: 'PAXG.grv',
|
|
11873
|
+
traces: [
|
|
11874
|
+
{
|
|
11875
|
+
type: 'synthetic',
|
|
11876
|
+
counterparty: {
|
|
11877
|
+
chain_name: 'comex',
|
|
11878
|
+
base_denom: 'XAU'
|
|
11879
|
+
},
|
|
11880
|
+
provider: 'Paxos'
|
|
11881
|
+
},
|
|
11882
|
+
{
|
|
11883
|
+
type: 'bridge',
|
|
11884
|
+
counterparty: {
|
|
11885
|
+
chain_name: 'ethereum',
|
|
11886
|
+
base_denom: '0x45804880De22913dAFE09f4980848ECE6EcbAf78'
|
|
11887
|
+
},
|
|
11888
|
+
provider: 'Gravity Bridge'
|
|
11889
|
+
},
|
|
11890
|
+
{
|
|
11891
|
+
type: 'ibc',
|
|
11892
|
+
counterparty: {
|
|
11893
|
+
chain_name: 'gravitybridge',
|
|
11894
|
+
base_denom: 'gravity0x45804880De22913dAFE09f4980848ECE6EcbAf78',
|
|
11895
|
+
channel_id: 'channel-10'
|
|
11896
|
+
},
|
|
11897
|
+
chain: {
|
|
11898
|
+
channel_id: 'channel-144',
|
|
11899
|
+
path: 'transfer/channel-144/gravity0x45804880De22913dAFE09f4980848ECE6EcbAf78'
|
|
11900
|
+
}
|
|
11901
|
+
}
|
|
11902
|
+
],
|
|
11903
|
+
logo_URIs: {
|
|
11904
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/paxg.grv.png',
|
|
11905
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/paxg.grv.svg'
|
|
11906
|
+
},
|
|
11907
|
+
images: [{
|
|
11908
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/paxg.grv.png',
|
|
11909
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/paxg.grv.svg'
|
|
11910
|
+
}, {
|
|
11911
|
+
image_sync: {
|
|
11912
|
+
chain_name: 'gravitybridge',
|
|
11913
|
+
base_denom: 'gravity0x45804880De22913dAFE09f4980848ECE6EcbAf78'
|
|
11914
|
+
},
|
|
11915
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.png',
|
|
11916
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.svg'
|
|
11917
|
+
}]
|
|
11772
11918
|
}
|
|
11773
11919
|
]
|
|
11774
11920
|
};
|
package/esm/asset_list.js
CHANGED
|
@@ -11219,6 +11219,7 @@ const asset_list = {
|
|
|
11219
11219
|
},
|
|
11220
11220
|
{
|
|
11221
11221
|
description: 'Staking and governance coin for the Unification Blockchain',
|
|
11222
|
+
extended_description: 'Fundamentally, the Unification Blockchain Toolkit comprises two core branches: Blockchain Business products, to welcome traditional enterprises into the Web3 economy; and Permissionless Products, an open-access toolkit to power and enrich Dapps on Ethereum/EVM networks',
|
|
11222
11223
|
denom_units: [{
|
|
11223
11224
|
denom: 'ibc/608EF5C0CE64FEA097500DB39657BDD36CA708CC5DCC2E250A024B6981DD36BC',
|
|
11224
11225
|
exponent: 0,
|
|
@@ -11239,6 +11240,10 @@ const asset_list = {
|
|
|
11239
11240
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.png',
|
|
11240
11241
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.svg'
|
|
11241
11242
|
},
|
|
11243
|
+
socials: {
|
|
11244
|
+
website: 'https://unification.com',
|
|
11245
|
+
twitter: 'https://twitter.com/UnificationUND'
|
|
11246
|
+
},
|
|
11242
11247
|
coingecko_id: 'unification',
|
|
11243
11248
|
traces: [{
|
|
11244
11249
|
type: 'ibc',
|
|
@@ -13762,6 +13767,7 @@ const asset_list = {
|
|
|
13762
13767
|
},
|
|
13763
13768
|
{
|
|
13764
13769
|
description: 'Staking and governance coin for the Unification Blockchain',
|
|
13770
|
+
extended_description: 'Fundamentally, the Unification Blockchain Toolkit comprises two core branches: Blockchain Business products, to welcome traditional enterprises into the Web3 economy; and Permissionless Products, an open-access toolkit to power and enrich Dapps on Ethereum/EVM networks',
|
|
13765
13771
|
denom_units: [{
|
|
13766
13772
|
denom: 'ibc/608EF5C0CE64FEA097500DB39657BDD36CA708CC5DCC2E250A024B6981DD36BC',
|
|
13767
13773
|
exponent: 0,
|
|
@@ -13782,6 +13788,10 @@ const asset_list = {
|
|
|
13782
13788
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.png',
|
|
13783
13789
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.svg'
|
|
13784
13790
|
},
|
|
13791
|
+
socials: {
|
|
13792
|
+
website: 'https://unification.com',
|
|
13793
|
+
twitter: 'https://twitter.com/UnificationUND'
|
|
13794
|
+
},
|
|
13785
13795
|
coingecko_id: 'unification',
|
|
13786
13796
|
traces: [{
|
|
13787
13797
|
type: 'ibc',
|
|
@@ -19514,26 +19524,23 @@ const asset_list = {
|
|
|
19514
19524
|
exponent: 0,
|
|
19515
19525
|
aliases: ['cw20:terra1nsuqsk6kh58ulczatwev87ttq2z6r3pusulg9r24mfj2fvtzd4uq3exn26']
|
|
19516
19526
|
}, {
|
|
19517
|
-
denom: 'astro',
|
|
19527
|
+
denom: 'astro.cw20',
|
|
19518
19528
|
exponent: 6
|
|
19519
19529
|
}],
|
|
19520
19530
|
type_asset: 'cw20',
|
|
19521
19531
|
address: 'terra1nsuqsk6kh58ulczatwev87ttq2z6r3pusulg9r24mfj2fvtzd4uq3exn26',
|
|
19522
19532
|
base: 'ibc/8410580A4F5421DFDBD888212624591E92A9E3B5C87D3C58913CE16ABD98B9B4',
|
|
19523
|
-
name: 'Astroport',
|
|
19524
|
-
display: 'astro',
|
|
19525
|
-
symbol: 'ASTRO',
|
|
19533
|
+
name: 'Astroport CW20 Token',
|
|
19534
|
+
display: 'astro.cw20',
|
|
19535
|
+
symbol: 'ASTRO.cw20',
|
|
19526
19536
|
logo_URIs: {
|
|
19527
|
-
|
|
19528
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro.svg'
|
|
19537
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
|
|
19529
19538
|
},
|
|
19530
|
-
coingecko_id: 'astroport-fi',
|
|
19531
19539
|
images: [{
|
|
19532
|
-
|
|
19533
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro.svg'
|
|
19540
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
|
|
19534
19541
|
}],
|
|
19535
19542
|
socials: {
|
|
19536
|
-
website: 'https://astroport.
|
|
19543
|
+
website: 'https://astroport.fi/',
|
|
19537
19544
|
twitter: 'https://twitter.com/astroport_fi'
|
|
19538
19545
|
},
|
|
19539
19546
|
traces: [{
|
|
@@ -20452,6 +20459,42 @@ const asset_list = {
|
|
|
20452
20459
|
}
|
|
20453
20460
|
}]
|
|
20454
20461
|
},
|
|
20462
|
+
{
|
|
20463
|
+
description: 'ClonEliteFund invests in Cosmos ecosystem projects, focusing on scalability, security, and interoperability to maximize returns.',
|
|
20464
|
+
type_asset: 'cw20',
|
|
20465
|
+
address: 'terra164ssz60yvsxey0ku9mtcaegdeyxwzuwwqyrp238nvflwqve0pvxsra7fa2',
|
|
20466
|
+
denom_units: [{
|
|
20467
|
+
denom: 'ibc/CBD4AB7EA218D56F69E3440359392D2EFA0F46C9DD5BE145C36CA36D699A8827',
|
|
20468
|
+
exponent: 0,
|
|
20469
|
+
aliases: ['cw20:terra164ssz60yvsxey0ku9mtcaegdeyxwzuwwqyrp238nvflwqve0pvxsra7fa2']
|
|
20470
|
+
}, {
|
|
20471
|
+
denom: 'CLON',
|
|
20472
|
+
exponent: 6
|
|
20473
|
+
}],
|
|
20474
|
+
base: 'ibc/CBD4AB7EA218D56F69E3440359392D2EFA0F46C9DD5BE145C36CA36D699A8827',
|
|
20475
|
+
name: 'CLON',
|
|
20476
|
+
display: 'CLON',
|
|
20477
|
+
symbol: 'CLON',
|
|
20478
|
+
logo_URIs: {
|
|
20479
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/clon1.png'
|
|
20480
|
+
},
|
|
20481
|
+
images: [{
|
|
20482
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/clon1.png'
|
|
20483
|
+
}],
|
|
20484
|
+
traces: [{
|
|
20485
|
+
type: 'ibc-cw20',
|
|
20486
|
+
counterparty: {
|
|
20487
|
+
port: 'wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x',
|
|
20488
|
+
channel_id: 'channel-85',
|
|
20489
|
+
base_denom: 'cw20:terra164ssz60yvsxey0ku9mtcaegdeyxwzuwwqyrp238nvflwqve0pvxsra7fa2',
|
|
20490
|
+
chain_name: 'terra2'
|
|
20491
|
+
},
|
|
20492
|
+
chain: {
|
|
20493
|
+
port: 'transfer',
|
|
20494
|
+
channel_id: 'channel-559'
|
|
20495
|
+
}
|
|
20496
|
+
}]
|
|
20497
|
+
},
|
|
20455
20498
|
{
|
|
20456
20499
|
description: 'The native token cw20 for SIENNA on Secret Network',
|
|
20457
20500
|
denom_units: [{
|
|
@@ -20803,26 +20846,23 @@ const asset_list = {
|
|
|
20803
20846
|
exponent: 0,
|
|
20804
20847
|
aliases: ['cw20:terra1nsuqsk6kh58ulczatwev87ttq2z6r3pusulg9r24mfj2fvtzd4uq3exn26']
|
|
20805
20848
|
}, {
|
|
20806
|
-
denom: 'astro',
|
|
20849
|
+
denom: 'astro.cw20',
|
|
20807
20850
|
exponent: 6
|
|
20808
20851
|
}],
|
|
20809
20852
|
type_asset: 'cw20',
|
|
20810
20853
|
address: 'terra1nsuqsk6kh58ulczatwev87ttq2z6r3pusulg9r24mfj2fvtzd4uq3exn26',
|
|
20811
20854
|
base: 'ibc/8410580A4F5421DFDBD888212624591E92A9E3B5C87D3C58913CE16ABD98B9B4',
|
|
20812
|
-
name: 'Astroport',
|
|
20813
|
-
display: 'astro',
|
|
20814
|
-
symbol: 'ASTRO',
|
|
20855
|
+
name: 'Astroport CW20 Token',
|
|
20856
|
+
display: 'astro.cw20',
|
|
20857
|
+
symbol: 'ASTRO.cw20',
|
|
20815
20858
|
logo_URIs: {
|
|
20816
|
-
|
|
20817
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro.svg'
|
|
20859
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
|
|
20818
20860
|
},
|
|
20819
|
-
coingecko_id: 'astroport-fi',
|
|
20820
20861
|
images: [{
|
|
20821
|
-
|
|
20822
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro.svg'
|
|
20862
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
|
|
20823
20863
|
}],
|
|
20824
20864
|
socials: {
|
|
20825
|
-
website: 'https://astroport.
|
|
20865
|
+
website: 'https://astroport.fi/',
|
|
20826
20866
|
twitter: 'https://twitter.com/astroport_fi'
|
|
20827
20867
|
},
|
|
20828
20868
|
traces: [{
|
|
@@ -21740,6 +21780,42 @@ const asset_list = {
|
|
|
21740
21780
|
channel_id: 'channel-559'
|
|
21741
21781
|
}
|
|
21742
21782
|
}]
|
|
21783
|
+
},
|
|
21784
|
+
{
|
|
21785
|
+
description: 'ClonEliteFund invests in Cosmos ecosystem projects, focusing on scalability, security, and interoperability to maximize returns.',
|
|
21786
|
+
type_asset: 'cw20',
|
|
21787
|
+
address: 'terra164ssz60yvsxey0ku9mtcaegdeyxwzuwwqyrp238nvflwqve0pvxsra7fa2',
|
|
21788
|
+
denom_units: [{
|
|
21789
|
+
denom: 'ibc/CBD4AB7EA218D56F69E3440359392D2EFA0F46C9DD5BE145C36CA36D699A8827',
|
|
21790
|
+
exponent: 0,
|
|
21791
|
+
aliases: ['cw20:terra164ssz60yvsxey0ku9mtcaegdeyxwzuwwqyrp238nvflwqve0pvxsra7fa2']
|
|
21792
|
+
}, {
|
|
21793
|
+
denom: 'CLON',
|
|
21794
|
+
exponent: 6
|
|
21795
|
+
}],
|
|
21796
|
+
base: 'ibc/CBD4AB7EA218D56F69E3440359392D2EFA0F46C9DD5BE145C36CA36D699A8827',
|
|
21797
|
+
name: 'CLON',
|
|
21798
|
+
display: 'CLON',
|
|
21799
|
+
symbol: 'CLON',
|
|
21800
|
+
logo_URIs: {
|
|
21801
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/clon1.png'
|
|
21802
|
+
},
|
|
21803
|
+
images: [{
|
|
21804
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/clon1.png'
|
|
21805
|
+
}],
|
|
21806
|
+
traces: [{
|
|
21807
|
+
type: 'ibc-cw20',
|
|
21808
|
+
counterparty: {
|
|
21809
|
+
port: 'wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x',
|
|
21810
|
+
channel_id: 'channel-85',
|
|
21811
|
+
base_denom: 'cw20:terra164ssz60yvsxey0ku9mtcaegdeyxwzuwwqyrp238nvflwqve0pvxsra7fa2',
|
|
21812
|
+
chain_name: 'terra2'
|
|
21813
|
+
},
|
|
21814
|
+
chain: {
|
|
21815
|
+
port: 'transfer',
|
|
21816
|
+
channel_id: 'channel-559'
|
|
21817
|
+
}
|
|
21818
|
+
}]
|
|
21743
21819
|
}
|
|
21744
21820
|
]
|
|
21745
21821
|
};
|
package/esm/assets.js
CHANGED
|
@@ -11629,7 +11629,10 @@ const assets = {
|
|
|
11629
11629
|
symbol: 'BRNZ',
|
|
11630
11630
|
logo_URIs: {
|
|
11631
11631
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/BRNZ.svg'
|
|
11632
|
-
}
|
|
11632
|
+
},
|
|
11633
|
+
images: [{
|
|
11634
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/BRNZ.svg'
|
|
11635
|
+
}]
|
|
11633
11636
|
},
|
|
11634
11637
|
{
|
|
11635
11638
|
description: 'Cvn is a Layer-1 blockchain built to deliver on the promise of DeFi',
|
|
@@ -11710,6 +11713,49 @@ const assets = {
|
|
|
11710
11713
|
socials: {
|
|
11711
11714
|
webiste: 'https://www.ibcmeme.wtf',
|
|
11712
11715
|
twitter: 'https://twitter.com/IBCmemecoin'
|
|
11716
|
+
},
|
|
11717
|
+
images: [{
|
|
11718
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ibc.png'
|
|
11719
|
+
}]
|
|
11720
|
+
},
|
|
11721
|
+
{
|
|
11722
|
+
description: 'Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.',
|
|
11723
|
+
denom_units: [{
|
|
11724
|
+
denom: 'ibc/B8C608CEE08C4F30A15A7955306F2EDAF4A02BB191CABC4185C1A57FD978DA1B',
|
|
11725
|
+
exponent: 0,
|
|
11726
|
+
aliases: ['uastro']
|
|
11727
|
+
}, {
|
|
11728
|
+
denom: 'astro',
|
|
11729
|
+
exponent: 6
|
|
11730
|
+
}],
|
|
11731
|
+
type_asset: 'ics20',
|
|
11732
|
+
base: 'ibc/B8C608CEE08C4F30A15A7955306F2EDAF4A02BB191CABC4185C1A57FD978DA1B',
|
|
11733
|
+
name: 'Astroport token',
|
|
11734
|
+
display: 'astro',
|
|
11735
|
+
symbol: 'ASTRO',
|
|
11736
|
+
traces: [{
|
|
11737
|
+
type: 'ibc',
|
|
11738
|
+
counterparty: {
|
|
11739
|
+
chain_name: 'neutron',
|
|
11740
|
+
base_denom: 'factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro',
|
|
11741
|
+
channel_id: 'channel-10'
|
|
11742
|
+
},
|
|
11743
|
+
chain: {
|
|
11744
|
+
channel_id: 'channel-874',
|
|
11745
|
+
path: 'transfer/channel-874/factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro'
|
|
11746
|
+
}
|
|
11747
|
+
}],
|
|
11748
|
+
images: [{
|
|
11749
|
+
image_sync: {
|
|
11750
|
+
chain_name: 'neutron',
|
|
11751
|
+
base_denom: 'factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro'
|
|
11752
|
+
},
|
|
11753
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png',
|
|
11754
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg'
|
|
11755
|
+
}],
|
|
11756
|
+
logo_URIs: {
|
|
11757
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png',
|
|
11758
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg'
|
|
11713
11759
|
}
|
|
11714
11760
|
},
|
|
11715
11761
|
{
|
|
@@ -11767,6 +11813,106 @@ const assets = {
|
|
|
11767
11813
|
images: [{
|
|
11768
11814
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tinkernet/images/tnkr.svg'
|
|
11769
11815
|
}]
|
|
11816
|
+
},
|
|
11817
|
+
{
|
|
11818
|
+
denom_units: [{
|
|
11819
|
+
denom: 'ibc/04FAC73DFF7F1DD59395948F2F043B0BBF978AD4533EE37E811340F501A08FFB',
|
|
11820
|
+
exponent: 0,
|
|
11821
|
+
aliases: ['factory/migaloo1d0uma9qzcts4fzt7ml39xp44aut5k6qyjfzz4asalnecppppr3rsl52vvv/rstk']
|
|
11822
|
+
}, {
|
|
11823
|
+
denom: 'rstk',
|
|
11824
|
+
exponent: 6
|
|
11825
|
+
}],
|
|
11826
|
+
type_asset: 'ics20',
|
|
11827
|
+
base: 'ibc/04FAC73DFF7F1DD59395948F2F043B0BBF978AD4533EE37E811340F501A08FFB',
|
|
11828
|
+
name: 'Restake DAO Token',
|
|
11829
|
+
display: 'rstk',
|
|
11830
|
+
symbol: 'RSTK',
|
|
11831
|
+
traces: [{
|
|
11832
|
+
type: 'ibc',
|
|
11833
|
+
counterparty: {
|
|
11834
|
+
chain_name: 'migaloo',
|
|
11835
|
+
base_denom: 'factory/migaloo1d0uma9qzcts4fzt7ml39xp44aut5k6qyjfzz4asalnecppppr3rsl52vvv/rstk',
|
|
11836
|
+
channel_id: 'channel-5'
|
|
11837
|
+
},
|
|
11838
|
+
chain: {
|
|
11839
|
+
channel_id: 'channel-642',
|
|
11840
|
+
path: 'transfer/channel-642/factory/migaloo1d0uma9qzcts4fzt7ml39xp44aut5k6qyjfzz4asalnecppppr3rsl52vvv/rstk'
|
|
11841
|
+
}
|
|
11842
|
+
}],
|
|
11843
|
+
images: [{
|
|
11844
|
+
image_sync: {
|
|
11845
|
+
chain_name: 'migaloo',
|
|
11846
|
+
base_denom: 'factory/migaloo1d0uma9qzcts4fzt7ml39xp44aut5k6qyjfzz4asalnecppppr3rsl52vvv/rstk'
|
|
11847
|
+
},
|
|
11848
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.png',
|
|
11849
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg'
|
|
11850
|
+
}],
|
|
11851
|
+
logo_URIs: {
|
|
11852
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.png',
|
|
11853
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg'
|
|
11854
|
+
}
|
|
11855
|
+
},
|
|
11856
|
+
{
|
|
11857
|
+
description: 'Gravity Bridge Paxos Gold',
|
|
11858
|
+
denom_units: [{
|
|
11859
|
+
denom: 'ibc/A5CCD24BA902843B1003A7EEE5F937C632808B9CF4925601241B15C5A0A51A53',
|
|
11860
|
+
exponent: 0,
|
|
11861
|
+
aliases: ['gravity0x45804880De22913dAFE09f4980848ECE6EcbAf78']
|
|
11862
|
+
}, {
|
|
11863
|
+
denom: 'gpaxg',
|
|
11864
|
+
exponent: 18
|
|
11865
|
+
}],
|
|
11866
|
+
type_asset: 'ics20',
|
|
11867
|
+
base: 'ibc/A5CCD24BA902843B1003A7EEE5F937C632808B9CF4925601241B15C5A0A51A53',
|
|
11868
|
+
name: 'Paxos Gold (Gravity Bridge)',
|
|
11869
|
+
display: 'gpaxg',
|
|
11870
|
+
symbol: 'PAXG.grv',
|
|
11871
|
+
traces: [
|
|
11872
|
+
{
|
|
11873
|
+
type: 'synthetic',
|
|
11874
|
+
counterparty: {
|
|
11875
|
+
chain_name: 'comex',
|
|
11876
|
+
base_denom: 'XAU'
|
|
11877
|
+
},
|
|
11878
|
+
provider: 'Paxos'
|
|
11879
|
+
},
|
|
11880
|
+
{
|
|
11881
|
+
type: 'bridge',
|
|
11882
|
+
counterparty: {
|
|
11883
|
+
chain_name: 'ethereum',
|
|
11884
|
+
base_denom: '0x45804880De22913dAFE09f4980848ECE6EcbAf78'
|
|
11885
|
+
},
|
|
11886
|
+
provider: 'Gravity Bridge'
|
|
11887
|
+
},
|
|
11888
|
+
{
|
|
11889
|
+
type: 'ibc',
|
|
11890
|
+
counterparty: {
|
|
11891
|
+
chain_name: 'gravitybridge',
|
|
11892
|
+
base_denom: 'gravity0x45804880De22913dAFE09f4980848ECE6EcbAf78',
|
|
11893
|
+
channel_id: 'channel-10'
|
|
11894
|
+
},
|
|
11895
|
+
chain: {
|
|
11896
|
+
channel_id: 'channel-144',
|
|
11897
|
+
path: 'transfer/channel-144/gravity0x45804880De22913dAFE09f4980848ECE6EcbAf78'
|
|
11898
|
+
}
|
|
11899
|
+
}
|
|
11900
|
+
],
|
|
11901
|
+
logo_URIs: {
|
|
11902
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/paxg.grv.png',
|
|
11903
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/paxg.grv.svg'
|
|
11904
|
+
},
|
|
11905
|
+
images: [{
|
|
11906
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/paxg.grv.png',
|
|
11907
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/paxg.grv.svg'
|
|
11908
|
+
}, {
|
|
11909
|
+
image_sync: {
|
|
11910
|
+
chain_name: 'gravitybridge',
|
|
11911
|
+
base_denom: 'gravity0x45804880De22913dAFE09f4980848ECE6EcbAf78'
|
|
11912
|
+
},
|
|
11913
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.png',
|
|
11914
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.svg'
|
|
11915
|
+
}]
|
|
11770
11916
|
}
|
|
11771
11917
|
]
|
|
11772
11918
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/osmosis",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.42.0",
|
|
4
4
|
"description": "Chain Registry info for Osmosis",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/cosmology-tech/chain-registry",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"test:watch": "jest --watch"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@chain-registry/types": "^0.
|
|
33
|
+
"@chain-registry/types": "^0.25.0"
|
|
34
34
|
},
|
|
35
35
|
"keywords": [
|
|
36
36
|
"chain-registry",
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"interchain",
|
|
40
40
|
"osmosis"
|
|
41
41
|
],
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "6de25a32ebe55ddbf2df54b7c11a482218bbcd40"
|
|
43
43
|
}
|