Skip to content

Commit

Permalink
Merge pull request #75 from cosmology-tech/build-20240228-050404
Browse files Browse the repository at this point in the history
build 🛠
  • Loading branch information
Zetazzz authored Feb 28, 2024
2 parents 3b23b30 + 89416d7 commit 4fd0859
Show file tree
Hide file tree
Showing 22 changed files with 48,404 additions and 24 deletions.
44 changes: 44 additions & 0 deletions packages/assets/src/mainnet/axelar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1543,6 +1543,50 @@ const assets: AssetList = {
}
]
},
{
description:
'The native governance and staking token of the Dymension Hub',
denom_units: [
{
denom:
'ibc/0F9EA9664729F336E5DC0FCB341E1C1993B6A272F5E4003CA74D9F8D54CEF43A',
exponent: 0,
aliases: ['adym']
},
{
denom: 'dym',
exponent: 18
}
],
base: 'ibc/0F9EA9664729F336E5DC0FCB341E1C1993B6A272F5E4003CA74D9F8D54CEF43A',
name: 'Dymension',
display: 'dym',
symbol: 'DYM',
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.svg'
},
coingecko_id: 'dymension',
images: [
{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.svg'
}
],
traces: [
{
type: 'ibc',
counterparty: {
channel_id: 'channel-5',
base_denom: 'adym',
chain_name: 'dymension'
},
chain: {
channel_id: 'channel-138'
}
}
]
},
{
description: 'The native staking and governance token of Empower.',
denom_units: [
Expand Down
44 changes: 44 additions & 0 deletions packages/assets/src/mainnet/celestia.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1643,6 +1643,50 @@ const assets: AssetList = {
}
]
},
{
description:
'The native governance and staking token of the Dymension Hub',
denom_units: [
{
denom:
'ibc/D5219DCDA4565FD7B3FD96C046854A2D4A005E895D1D2A7A5C83D8A3A279DD11',
exponent: 0,
aliases: ['adym']
},
{
denom: 'dym',
exponent: 18
}
],
base: 'ibc/D5219DCDA4565FD7B3FD96C046854A2D4A005E895D1D2A7A5C83D8A3A279DD11',
name: 'Dymension',
display: 'dym',
symbol: 'DYM',
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.svg'
},
coingecko_id: 'dymension',
images: [
{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.svg'
}
],
traces: [
{
type: 'ibc',
counterparty: {
channel_id: 'channel-4',
base_denom: 'adym',
chain_name: 'dymension'
},
chain: {
channel_id: 'channel-27'
}
}
]
},
{
description:
'The native EVM, governance and staking token of the Evmos Hub',
Expand Down
Loading

0 comments on commit 4fd0859

Please sign in to comment.