-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Elys MainNet Network configuration and assets (#5702)
* Add Elys Network configuration and assets - Introduced new assetlist.json defining native tokens and IBC assets for Elys Network. - Created chain.json for Elys Network with mainnet configuration, including staking and fee details. - Added versions.json to specify versioning and compatibility for Elys Network. - Included images for Elys and Eden tokens. - Updated testnet configurations to reflect new asset definitions and chain ID changes. * Update Elys Network configurations and asset definitions - Changed the base asset in assetlist.json to a specific IBC address. - Added new seed and persistent peer providers in chain.json for improved network connectivity. - Updated recommended and compatible versions in testnets/elystestnet/chain.json to v1.0.0 and adjusted consensus and IBC versions accordingly.
- Loading branch information
1 parent
a670e10
commit bacd661
Showing
7 changed files
with
543 additions
and
148 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,232 @@ | ||
{ | ||
"$schema": "../assetlist.schema.json", | ||
"chain_name": "elys", | ||
"assets": [ | ||
{ | ||
"description": "The native token of Elys Network", | ||
"denom_units": [ | ||
{ | ||
"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", | ||
"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" | ||
}, | ||
{ | ||
"description": "Eden token definition", | ||
"denom_units": [ | ||
{ | ||
"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", | ||
"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" | ||
}, | ||
{ | ||
"description": "USDC from Noble", | ||
"denom_units": [ | ||
{ | ||
"denom": "ibc/F082B65C88E4B6D5EF1DB243CDA1D331D002759E938A0F5CD3FFDC5D53B3E349", | ||
"exponent": 0 | ||
}, | ||
{ | ||
"denom": "usdc", | ||
"exponent": 6 | ||
} | ||
], | ||
"type_asset": "ics20", | ||
"base": "ibc/F082B65C88E4B6D5EF1DB243CDA1D331D002759E938A0F5CD3FFDC5D53B3E349", | ||
"name": "Noble USD Coin", | ||
"display": "usdc", | ||
"symbol": "USDC", | ||
"traces": [ | ||
{ | ||
"type": "ibc", | ||
"counterparty": { | ||
"chain_name": "noble", | ||
"base_denom": "uusdc", | ||
"channel_id": "channel-117" | ||
}, | ||
"chain": { | ||
"channel_id": "channel-2", | ||
"path": "transfer/channel-2/uusdc" | ||
} | ||
} | ||
], | ||
"images": [ | ||
{ | ||
"image_sync": { | ||
"chain_name": "noble", | ||
"base_denom": "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, | ||
"primary_color_hex": "#2775CA" | ||
} | ||
} | ||
], | ||
"logo_URIs": { | ||
"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" | ||
} | ||
}, | ||
{ | ||
"denom_units": [ | ||
{ | ||
"denom": "ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9", | ||
"exponent": 0 | ||
}, | ||
{ | ||
"denom": "atom", | ||
"exponent": 6 | ||
} | ||
], | ||
"type_asset": "ics20", | ||
"base": "ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9", | ||
"name": "ATOM on Elys", | ||
"display": "atom", | ||
"symbol": "ATOM", | ||
"traces": [ | ||
{ | ||
"type": "ibc", | ||
"counterparty": { | ||
"chain_name": "cosmoshub", | ||
"base_denom": "uatom", | ||
"channel_id": "channel-1266" | ||
}, | ||
"chain": { | ||
"channel_id": "channel-1", | ||
"path": "transfer/channel-1/uatom" | ||
} | ||
} | ||
], | ||
"images": [ | ||
{ | ||
"image_sync": { | ||
"chain_name": "cosmoshub", | ||
"base_denom": "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": { | ||
"primary_color_hex": "#272d45" | ||
} | ||
} | ||
], | ||
"logo_URIs": { | ||
"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", | ||
"denom_units": [ | ||
{ | ||
"denom": "ibc/9463E39D230614B313B487836D13A392BD1731928713D4C8427A083627048DB3", | ||
"exponent": 0, | ||
"aliases": [ | ||
"microaxl" | ||
] | ||
}, | ||
{ | ||
"denom": "axl", | ||
"exponent": 6, | ||
"aliases": [] | ||
} | ||
], | ||
"type_asset": "ics20", | ||
"base": "ibc/9463E39D230614B313B487836D13A392BD1731928713D4C8427A083627048DB3", | ||
"name": "Axelar", | ||
"display": "axl", | ||
"symbol": "AXL", | ||
"traces": [ | ||
{ | ||
"type": "ibc", | ||
"counterparty": { | ||
"chain_name": "axelar", | ||
"base_denom": "uaxl", | ||
"channel_id": "channel-163" | ||
}, | ||
"chain": { | ||
"channel_id": "channel-3", | ||
"path": "transfer/channel-3/uaxl" | ||
} | ||
} | ||
], | ||
"images": [ | ||
{ | ||
"image_sync": { | ||
"chain_name": "axelar", | ||
"base_denom": "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": { | ||
"primary_color_hex": "#040404" | ||
} | ||
} | ||
], | ||
"logo_URIs": { | ||
"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" | ||
} | ||
} | ||
] | ||
} |
Oops, something went wrong.