Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
pyramation committed Jul 16, 2023
1 parent 6660513 commit 8a7ed67
Show file tree
Hide file tree
Showing 8 changed files with 43,174 additions and 22,510 deletions.
63,406 changes: 41,032 additions & 22,374 deletions packages/assets/src/asset_lists.ts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/chain-registry/chain-registry
Submodule chain-registry updated 81 files
+31 −0 _IBC/agoric-composable.json
+7 −7 _IBC/agoric-evmos.json
+31 −0 _IBC/canto-composable.json
+31 −0 _IBC/composable-crescent.json
+31 −0 _IBC/composable-evmos.json
+31 −0 _IBC/composable-injective.json
+31 −0 _IBC/composable-juno.json
+31 −0 _IBC/composable-neutron.json
+1 −1 _IBC/composable-osmosis.json
+31 −0 _IBC/composable-quicksilver.json
+31 −0 _IBC/composable-secretnetwork.json
+31 −0 _IBC/composable-stargaze.json
+31 −0 _IBC/composable-stride.json
+6 −1 akash/chain.json
+25 −3 archway/assetlist.json
+39 −0 archway/chain.json
+ archway/images/amp.arch.png
+6 −1 assetmantle/chain.json
+24 −2 aura/chain.json
+12 −0 axelar/chain.json
+32 −0 bitcanna/chain.json
+2 −2 cheqd/chain.json
+2 −2 chihuahua/chain.json
+2 −2 comdex/chain.json
+17 −0 composable/chain.json
+10 −0 coreum/chain.json
+36 −2 cosmoshub/chain.json
+2 −2 cronos/chain.json
+2 −2 cryptoorgchain/chain.json
+22 −0 decentr/chain.json
+52 −2 empowerchain/chain.json
+64 −14 evmos/chain.json
+2 −2 fetchhub/chain.json
+35 −0 gitopia/chain.json
+28 −0 haqq/assetlist.json
+187 −0 haqq/chain.json
+ haqq/images/haqq.png
+63 −0 haqq/images/haqq.svg
+ haqq/images/islm.png
+16 −0 haqq/images/islm.svg
+7 −5 injective/chain.json
+6 −1 irisnet/chain.json
+26 −19 jackal/chain.json
+2 −2 juno/chain.json
+10 −0 kava/chain.json
+28 −1 kujira/chain.json
+23 −1 kyve/chain.json
+19 −0 loyal/chain.json
+2 −2 mars/chain.json
+57 −37 migaloo/assetlist.json
+9 −0 migaloo/images/ash.svg
+14 −2 neutron/chain.json
+10 −2 nolus/chain.json
+24 −0 oraichain/chain.json
+21 −0 osmosis/assetlist.json
+33 −1 osmosis/chain.json
+ osmosis/images/amp.osmo.png
+6 −1 passage/chain.json
+2 −2 persistence/chain.json
+2 −2 quasar/chain.json
+25 −3 quicksilver/chain.json
+17 −0 qwoyn/chain.json
+22 −0 realio/chain.json
+2 −2 rebus/chain.json
+6 −1 regen/chain.json
+27 −2 rizon/chain.json
+2 −2 sentinel/chain.json
+2 −2 shentu/chain.json
+6 −1 sifchain/chain.json
+6 −1 stargaze/chain.json
+2 −2 stride/chain.json
+10 −0 tenet/chain.json
+12 −2 teritori/chain.json
+3 −3 terra/chain.json
+2 −2 terra2/chain.json
+13 −13 testnets/celestiatestnet2/chain.json
+10 −10 testnets/celestiatestnet3/chain.json
+2 −2 testnets/cheqdtestnet/chain.json
+36 −6 testnets/injectivetestnet/chain.json
+23 −1 umee/chain.json
+22 −0 uptick/chain.json
97 changes: 97 additions & 0 deletions packages/chain-registry/src/assets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2145,6 +2145,30 @@ const assets: AssetList[] = [
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.svg'
},
coingecko_id: 'archway'
},
{
description: 'ERIS liquid staked ARCH',
type_asset: 'cw20',
address:
'archway1fwurjg7ah4v7hhs6xsc3wutqpvmahrfhns285s0lt34tgfdhplxq6m8xg5',
denom_units: [
{
denom:
'cw20:archway1fwurjg7ah4v7hhs6xsc3wutqpvmahrfhns285s0lt34tgfdhplxq6m8xg5',
exponent: 0
},
{
denom: 'ampARCH',
exponent: 6
}
],
base: 'cw20:archway1fwurjg7ah4v7hhs6xsc3wutqpvmahrfhns285s0lt34tgfdhplxq6m8xg5',
name: 'ERIS Amplified ARCH',
display: 'ampARCH',
symbol: 'ampARCH',
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/amp.arch.png'
}
}
]
},
Expand Down Expand Up @@ -5857,6 +5881,35 @@ const assets: AssetList[] = [
}
]
},
{
$schema: '../assetlist.schema.json',
chain_name: 'haqq',
assets: [
{
description:
'The native EVM, governance and staking token of the Haqq Network',
denom_units: [
{
denom: 'aISLM',
exponent: 0
},
{
denom: 'ISLM',
exponent: 18
}
],
base: 'aISLM',
name: 'Islamic Coin',
display: 'ISLM',
symbol: 'ISLM',
logo_URIs: {
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.svg',
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.png'
},
coingecko_id: ''
}
]
},
{
$schema: '../assetlist.schema.json',
chain_name: 'idep',
Expand Down Expand Up @@ -8430,6 +8483,27 @@ const assets: AssetList[] = [
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rac.svg',
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rac.png'
}
},
{
description: 'ASH',
denom_units: [
{
denom:
'factory/migaloo1erul6xyq0gk6ws98ncj7lnq9l4jn4gnnu9we73gdz78yyl2lr7qqrvcgup/ash',
exponent: 0
},
{
denom: 'ASH',
exponent: 6
}
],
base: 'factory/migaloo1erul6xyq0gk6ws98ncj7lnq9l4jn4gnnu9we73gdz78yyl2lr7qqrvcgup/ash',
name: 'ASH',
display: 'ASH',
symbol: 'ASH',
logo_URIs: {
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/ash.svg'
}
}
]
},
Expand Down Expand Up @@ -9526,6 +9600,29 @@ const assets: AssetList[] = [
}
}
]
},
{
description: 'ERIS liquid staked OSMO',
denom_units: [
{
denom:
'factory/osmo1dv8wz09tckslr2wy5z86r46dxvegylhpt97r9yd6qc3kyc6tv42qa89dr9/ampOSMO',
exponent: 0
},
{
denom: 'ampOSMO',
exponent: 6
}
],
address:
'osmo1dv8wz09tckslr2wy5z86r46dxvegylhpt97r9yd6qc3kyc6tv42qa89dr9',
base: 'factory/osmo1dv8wz09tckslr2wy5z86r46dxvegylhpt97r9yd6qc3kyc6tv42qa89dr9/ampOSMO',
name: 'ERIS Amplified OSMO',
display: 'ampOSMO',
symbol: 'ampOSMO',
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/amp.osmo.png'
}
}
]
},
Expand Down
Loading

0 comments on commit 8a7ed67

Please sign in to comment.