Skip to content

Commit

Permalink
build 🛠 build-20241123-025535
Browse files Browse the repository at this point in the history
  • Loading branch information
pyramation committed Nov 23, 2024
1 parent cba9fbe commit 16e861b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 13 deletions.
6 changes: 3 additions & 3 deletions v2/packages/chain-registry/src/mainnet/evmos/asset-list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,16 +139,16 @@ const info: AssetList = {
{
description: 'The token of Crowdpunk DAO',
denomUnits: [{
denom: 'erc20/0xfbf4318d24a93753f11d365a6dcf8b830e98ab0f',
denom: 'erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
exponent: 0
}, {
denom: 'crowdp',
exponent: 18
}],
base: 'erc20/0xfbf4318d24a93753f11d365a6dcf8b830e98ab0f',
base: 'erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
name: 'Crowdpunk DAO',
display: 'crowdp',
address: '0xfbf4318d24a93753f11d365a6dcf8b830e98ab0f',
address: '0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
symbol: 'CROWDP',
typeAsset: 'erc20',
logoURIs: {
Expand Down
23 changes: 13 additions & 10 deletions v2/packages/chain-registry/src/mainnet/osmosis/asset-list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15085,28 +15085,28 @@ const info: AssetList = {
{
description: 'The token of Crowdpunk DAO',
denomUnits: [{
denom: 'ibc/B87F0F5255CC658408F167C2F7B987A8D914622E1F73BCC267406360588F2B1E',
denom: 'ibc/5EC896BED3EBCB2CB6F1C167582E4EFA3F6FA3385F28BA5EA92D4A489DA010C5',
exponent: 0,
aliases: ['erc20/0xfbf4318d24a93753f11d365a6dcf8b830e98ab0f']
aliases: ['erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F']
}, {
denom: 'crowdp',
exponent: 18
}],
typeAsset: 'ics20',
base: 'ibc/B87F0F5255CC658408F167C2F7B987A8D914622E1F73BCC267406360588F2B1E',
base: 'ibc/5EC896BED3EBCB2CB6F1C167582E4EFA3F6FA3385F28BA5EA92D4A489DA010C5',
name: 'Crowdpunk DAO',
display: 'crowdp',
symbol: 'CROWDP',
traces: [{
type: 'ibc',
counterparty: {
chainName: 'evmos',
baseDenom: 'erc20/0xfbf4318d24a93753f11d365a6dcf8b830e98ab0f',
baseDenom: 'erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
channelId: 'channel-0'
},
chain: {
channelId: 'channel-204',
path: 'transfer/channel-204/erc20/0xfbf4318d24a93753f11d365a6dcf8b830e98ab0f'
path: 'transfer/channel-204/erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F'
}
}],
logoURIs: {
Expand All @@ -15116,7 +15116,7 @@ const info: AssetList = {
images: [{
imageSync: {
chainName: 'evmos',
baseDenom: 'erc20/0xfbf4318d24a93753f11d365a6dcf8b830e98ab0f'
baseDenom: 'erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F'
},
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg',
Expand Down Expand Up @@ -18448,10 +18448,13 @@ const info: AssetList = {
provider: 'Router'
}],
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.svg'
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/trx.rt.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/trx.rt.svg'
},
images: [{
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/trx.rt.svg',
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/trx.rt.png'
}, {
imageSync: {
chainName: 'tron',
baseDenom: 'sun'
Expand Down Expand Up @@ -18496,8 +18499,8 @@ const info: AssetList = {
provider: 'Router'
}],
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.rt.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.rt.svg'
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.rt.svg',
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.rt.png'
},
images: [{
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.rt.svg',
Expand Down

0 comments on commit 16e861b

Please sign in to comment.