Skip to content

Commit

Permalink
build 🛠 build-20241219-022542
Browse files Browse the repository at this point in the history
  • Loading branch information
pyramation committed Dec 19, 2024
1 parent 8101e17 commit e4c2eb4
Show file tree
Hide file tree
Showing 47 changed files with 15,880 additions and 964 deletions.
170 changes: 170 additions & 0 deletions v1/packages/assets/src/mainnet/akash.ts
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,91 @@ const assets: AssetList = {
}
}]
},
{
description: 'The native token of Elys Network',
denom_units: [
{
denom: 'ibc/1ED07AEE532D385F800D329BE8960C688D2AA4597156CF536EC4B37DED40B2FC',
exponent: 0,
aliases: ['uelys']
},
{
denom: 'melys',
exponent: 3,
aliases: ['millielys']
},
{
denom: 'elys',
exponent: 6,
aliases: []
}
],
base: 'ibc/1ED07AEE532D385F800D329BE8960C688D2AA4597156CF536EC4B37DED40B2FC',
name: 'Elys Network',
display: 'elys',
symbol: 'ELYS',
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
},
coingecko_id: 'elys',
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
}],
type_asset: 'sdk.coin',
traces: [{
type: 'ibc',
counterparty: {
channel_id: 'channel-5',
base_denom: 'uelys',
chain_name: 'elys'
},
chain: {
channel_id: 'channel-129'
}
}]
},
{
description: 'Eden token definition',
denom_units: [
{
denom: 'ibc/4029F7E9CD67C53675F4C384C5A4C2DA971A90FBF800483FA36356DDC3302BC8',
exponent: 0,
aliases: ['ueden']
},
{
denom: 'meden',
exponent: 3,
aliases: ['millieden']
},
{
denom: 'eden',
exponent: 6,
aliases: []
}
],
base: 'ibc/4029F7E9CD67C53675F4C384C5A4C2DA971A90FBF800483FA36356DDC3302BC8',
name: 'Eden',
display: 'eden',
symbol: 'EDEN',
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden.png'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden.png'
}],
type_asset: 'sdk.coin',
traces: [{
type: 'ibc',
counterparty: {
channel_id: 'channel-5',
base_denom: 'ueden',
chain_name: 'elys'
},
chain: {
channel_id: 'channel-129'
}
}]
},
{
description: 'The IRIS token is the native governance token for the IrisNet chain.',
denom_units: [{
Expand Down Expand Up @@ -1163,6 +1248,91 @@ const assets: AssetList = {
}
}]
},
{
description: 'The native token of Elys Network',
denom_units: [
{
denom: 'ibc/1ED07AEE532D385F800D329BE8960C688D2AA4597156CF536EC4B37DED40B2FC',
exponent: 0,
aliases: ['uelys']
},
{
denom: 'melys',
exponent: 3,
aliases: ['millielys']
},
{
denom: 'elys',
exponent: 6,
aliases: []
}
],
base: 'ibc/1ED07AEE532D385F800D329BE8960C688D2AA4597156CF536EC4B37DED40B2FC',
name: 'Elys Network',
display: 'elys',
symbol: 'ELYS',
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
},
coingecko_id: 'elys',
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
}],
type_asset: 'sdk.coin',
traces: [{
type: 'ibc',
counterparty: {
channel_id: 'channel-5',
base_denom: 'uelys',
chain_name: 'elys'
},
chain: {
channel_id: 'channel-129'
}
}]
},
{
description: 'Eden token definition',
denom_units: [
{
denom: 'ibc/4029F7E9CD67C53675F4C384C5A4C2DA971A90FBF800483FA36356DDC3302BC8',
exponent: 0,
aliases: ['ueden']
},
{
denom: 'meden',
exponent: 3,
aliases: ['millieden']
},
{
denom: 'eden',
exponent: 6,
aliases: []
}
],
base: 'ibc/4029F7E9CD67C53675F4C384C5A4C2DA971A90FBF800483FA36356DDC3302BC8',
name: 'Eden',
display: 'eden',
symbol: 'EDEN',
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden.png'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden.png'
}],
type_asset: 'sdk.coin',
traces: [{
type: 'ibc',
counterparty: {
channel_id: 'channel-5',
base_denom: 'ueden',
chain_name: 'elys'
},
chain: {
channel_id: 'channel-129'
}
}]
},
{
description: 'The IRIS token is the native governance token for the IrisNet chain.',
denom_units: [{
Expand Down
3 changes: 2 additions & 1 deletion v1/packages/assets/src/mainnet/assets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ import _dydx from './dydx';
import _dymension from './dymension';
import _dyson from './dyson';
import _echelon from './echelon';
import _elys from './elys';
import _emoney from './emoney';
import _empowerchain from './empowerchain';
import _evmos from './evmos';
Expand Down Expand Up @@ -148,6 +149,6 @@ import _xion from './xion';
import _xpla from './xpla';
import _zenrock from './zenrock'

const assets: AssetList[] = [_ethereum,_solana,_acrechain,_agoric,_aioz,_akash,_andromeda,_archway,_arkh,_assetmantle,_atomone,_aura,_axelar,_bandchain,_beezee,_bitcanna,_bitsong,_bluzelle,_bostrom,_canto,_carbon,_celestia,_chain4energy,_cheqd,_chihuahua,_cifer,_comdex,_composable,_conscious,_coreum,_cosmoshub,_crescent,_cronos,_cryptoorgchain,_decentr,_desmos,_dhealth,_doravota,_dungeon,_dydx,_dymension,_dyson,_echelon,_emoney,_empowerchain,_evmos,_fetchhub,_firmachain,_furya,_fxcore,_galaxy,_gateway,_genesisl1,_gitopia,_gravitybridge,_haqq,_humans,_impacthub,_imversed,_injective,_int3face,_irisnet,_jackal,_joltify,_juno,_kava,_kichain,_kimanetwork,_konstellation,_kopi,_kujira,_kyve,_lambda,_lava,_likecoin,_lorenzo,_lumnetwork,_mande,_mantrachain,_mars,_medasdigital,_meme,_migaloo,_milkyway,_neutaro,_neutron,_nibiru,_nim,_noble,_nolus,_nomic,_nyx,_odin,_okexchain,_omniflixhub,_onex,_onomy,_oraichain,_osmosis,_panacea,_passage,_persistence,_planq,_point,_provenance,_pryzm,_pundix,_pylons,_quasar,_quicksilver,_qwoyn,_realio,_rebus,_regen,_rizon,_routerchain,_saga,_scorum,_secretnetwork,_seda,_sei,_self,_sentinel,_sge,_shareledger,_shentu,_shido,_sifchain,_sommelier,_source,_stafihub,_stargaze,_starname,_stratos,_stride,_synternet,_teritori,_terra,_terra2,_tgrade,_titan,_umee,_unification,_uptick,_xion,_xpla,_zenrock];
const assets: AssetList[] = [_ethereum,_solana,_acrechain,_agoric,_aioz,_akash,_andromeda,_archway,_arkh,_assetmantle,_atomone,_aura,_axelar,_bandchain,_beezee,_bitcanna,_bitsong,_bluzelle,_bostrom,_canto,_carbon,_celestia,_chain4energy,_cheqd,_chihuahua,_cifer,_comdex,_composable,_conscious,_coreum,_cosmoshub,_crescent,_cronos,_cryptoorgchain,_decentr,_desmos,_dhealth,_doravota,_dungeon,_dydx,_dymension,_dyson,_echelon,_elys,_emoney,_empowerchain,_evmos,_fetchhub,_firmachain,_furya,_fxcore,_galaxy,_gateway,_genesisl1,_gitopia,_gravitybridge,_haqq,_humans,_impacthub,_imversed,_injective,_int3face,_irisnet,_jackal,_joltify,_juno,_kava,_kichain,_kimanetwork,_konstellation,_kopi,_kujira,_kyve,_lambda,_lava,_likecoin,_lorenzo,_lumnetwork,_mande,_mantrachain,_mars,_medasdigital,_meme,_migaloo,_milkyway,_neutaro,_neutron,_nibiru,_nim,_noble,_nolus,_nomic,_nyx,_odin,_okexchain,_omniflixhub,_onex,_onomy,_oraichain,_osmosis,_panacea,_passage,_persistence,_planq,_point,_provenance,_pryzm,_pundix,_pylons,_quasar,_quicksilver,_qwoyn,_realio,_rebus,_regen,_rizon,_routerchain,_saga,_scorum,_secretnetwork,_seda,_sei,_self,_sentinel,_sge,_shareledger,_shentu,_shido,_sifchain,_sommelier,_source,_stafihub,_stargaze,_starname,_stratos,_stride,_synternet,_teritori,_terra,_terra2,_tgrade,_titan,_umee,_unification,_uptick,_xion,_xpla,_zenrock];

export default assets;
Loading

0 comments on commit e4c2eb4

Please sign in to comment.