-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1fe2363
commit 635df1c
Showing
13 changed files
with
436 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
199 changes: 199 additions & 0 deletions
199
v2/packages/chain-registry/src/mainnet/elys/asset-list.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,199 @@ | ||
import { AssetList } from '@chain-registry/v2-types'; | ||
const info: AssetList = { | ||
$schema: '../assetlist.schema.json', | ||
chainName: 'elys', | ||
assets: [ | ||
{ | ||
description: 'The native token of Elys Network', | ||
denomUnits: [ | ||
{ | ||
denom: 'uelys', | ||
exponent: 0, | ||
aliases: ['microelys'] | ||
}, | ||
{ | ||
denom: 'melys', | ||
exponent: 3, | ||
aliases: ['millielys'] | ||
}, | ||
{ | ||
denom: 'elys', | ||
exponent: 6, | ||
aliases: [] | ||
} | ||
], | ||
base: 'uelys', | ||
name: 'Elys Network', | ||
display: 'elys', | ||
symbol: 'ELYS', | ||
logoURIs: { | ||
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png' | ||
}, | ||
coingeckoId: 'elys', | ||
images: [{ | ||
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png' | ||
}], | ||
typeAsset: 'sdk.coin' | ||
}, | ||
{ | ||
description: 'Eden token definition', | ||
denomUnits: [ | ||
{ | ||
denom: 'ueden', | ||
exponent: 0, | ||
aliases: ['microeden'] | ||
}, | ||
{ | ||
denom: 'meden', | ||
exponent: 3, | ||
aliases: ['millieden'] | ||
}, | ||
{ | ||
denom: 'eden', | ||
exponent: 6, | ||
aliases: [] | ||
} | ||
], | ||
base: 'ueden', | ||
name: 'Eden', | ||
display: 'eden', | ||
symbol: 'EDEN', | ||
logoURIs: { | ||
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' | ||
}], | ||
typeAsset: 'sdk.coin' | ||
}, | ||
{ | ||
description: 'USDC from Noble', | ||
denomUnits: [{ | ||
denom: 'ibc/F082B65C88E4B6D5EF1DB243CDA1D331D002759E938A0F5CD3FFDC5D53B3E349', | ||
exponent: 0 | ||
}, { | ||
denom: 'usdc', | ||
exponent: 6 | ||
}], | ||
typeAsset: 'ics20', | ||
base: 'ibc/F082B65C88E4B6D5EF1DB243CDA1D331D002759E938A0F5CD3FFDC5D53B3E349', | ||
name: 'Noble USD Coin', | ||
display: 'usdc', | ||
symbol: 'USDC', | ||
traces: [{ | ||
type: 'ibc', | ||
counterparty: { | ||
chainName: 'noble', | ||
baseDenom: 'uusdc', | ||
channelId: 'channel-117' | ||
}, | ||
chain: { | ||
channelId: 'channel-2', | ||
path: 'transfer/channel-2/uusdc' | ||
} | ||
}], | ||
images: [{ | ||
imageSync: { | ||
chainName: 'noble', | ||
baseDenom: 'uusdc' | ||
}, | ||
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png', | ||
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg', | ||
theme: { | ||
circle: true, | ||
primaryColorHex: '#2775CA' | ||
} | ||
}], | ||
logoURIs: { | ||
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png', | ||
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg' | ||
} | ||
}, | ||
{ | ||
denomUnits: [{ | ||
denom: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9', | ||
exponent: 0 | ||
}, { | ||
denom: 'atom', | ||
exponent: 6 | ||
}], | ||
typeAsset: 'ics20', | ||
base: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9', | ||
name: 'ATOM on Elys', | ||
display: 'atom', | ||
symbol: 'ATOM', | ||
traces: [{ | ||
type: 'ibc', | ||
counterparty: { | ||
chainName: 'cosmoshub', | ||
baseDenom: 'uatom', | ||
channelId: 'channel-1266' | ||
}, | ||
chain: { | ||
channelId: 'channel-1', | ||
path: 'transfer/channel-1/uatom' | ||
} | ||
}], | ||
images: [{ | ||
imageSync: { | ||
chainName: 'cosmoshub', | ||
baseDenom: 'uatom' | ||
}, | ||
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png', | ||
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg', | ||
theme: { | ||
primaryColorHex: '#272d45' | ||
} | ||
}], | ||
logoURIs: { | ||
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png', | ||
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg' | ||
} | ||
}, | ||
{ | ||
description: 'Axelar Network Token', | ||
denomUnits: [{ | ||
denom: 'ibc/9463E39D230614B313B487836D13A392BD1731928713D4C8427A083627048DB3', | ||
exponent: 0, | ||
aliases: ['microaxl'] | ||
}, { | ||
denom: 'axl', | ||
exponent: 6, | ||
aliases: [] | ||
}], | ||
typeAsset: 'ics20', | ||
base: 'ibc/9463E39D230614B313B487836D13A392BD1731928713D4C8427A083627048DB3', | ||
name: 'Axelar', | ||
display: 'axl', | ||
symbol: 'AXL', | ||
traces: [{ | ||
type: 'ibc', | ||
counterparty: { | ||
chainName: 'axelar', | ||
baseDenom: 'uaxl', | ||
channelId: 'channel-163' | ||
}, | ||
chain: { | ||
channelId: 'channel-3', | ||
path: 'transfer/channel-3/uaxl' | ||
} | ||
}], | ||
images: [{ | ||
imageSync: { | ||
chainName: 'axelar', | ||
baseDenom: 'uaxl' | ||
}, | ||
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png', | ||
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg', | ||
theme: { | ||
primaryColorHex: '#040404' | ||
} | ||
}], | ||
logoURIs: { | ||
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png', | ||
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg' | ||
} | ||
} | ||
] | ||
}; | ||
export default info; |
Oops, something went wrong.