Skip to content

Commit

Permalink
Update elys param.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwonhyukjoon committed Dec 13, 2024
1 parent 22ad635 commit 8cea8c5
Showing 1 changed file with 42 additions and 5 deletions.
47 changes: 42 additions & 5 deletions chain/elys/param_2.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"chain_id_cosmos" : "",
"chain_id_cosmos" : "elys-1",
"chain_name": "Elys",
"chain_image": "https://raw.githubusercontent.com/cosmostation/chainlist/master/chain/elys/resource/chain_elys.png",
"main_asset_denom" : "uelys",
"main_asset_symbol" : "ELYS",
"main_asset_image": "https://raw.githubusercontent.com/cosmostation/chainlist/master/chain/elys/asset/elys.png",
"bech_account_prefix" : "elys",
"bech_validator_prefix" : "elysvaloper",
"origin_genesis_time" : "",
"origin_genesis_time" : "2024-12-11T18:00:00Z",
"api_name" : "elys",
"is_support_mobile_wallet" : true,
"is_support_extension_wallet" : true,
Expand All @@ -24,18 +24,57 @@
"cosmos_fee_info" : {
"base" : "0",
"rate" : [
"0.01uelys"
"0.01uelys",
"0.025uelys",
"0.03uelys"
],
"is_simulable" : true,
"simulated_gas_multiply" : 1.3,
"init_gas_limit" : 300000,
"fee_threshold" : ""
},
"grpc_endpoint" : [
{
"provider": "Cosmostation",
"url": "grpc-elys.cosmostation.io:443"
},
{
"provider": "Polkachu",
"url": "elys-grpc.polkachu.com:22090"
},
{
"provider": "Allnodes Nodes & Staking",
"url": "elys-grpc.publicnode.com:443"
},
{
"provider": "itrocket",
"url": "elys-mainnet-grpc.itrocket.net:443"
}
],
"lcd_endpoint" : [
{
"provider": "Cosmostation",
"url": "https://lcd-elys.cosmostation.io/"
},
{
"provider": "Polkachu",
"url": "https://elys-api.polkachu.com/"
},
{
"provider": "Allnodes Nodes & Staking",
"url": "https://elys-rest.publicnode.com/"
},
{
"provider": "itrocket",
"url": "https://elys-mainnet-api.itrocket.net/"
}
],
"explorer" : {
"name": "NodeStake",
"url": "https://explorer.nodestake.org/elys",
"account": "https://explorer.nodestake.org/elys/account/${address}",
"tx": "https://explorer.nodestake.org/elys/tx/${hash}",
"proposal": "https://explorer.nodestake.org/elys/gov/${id}"
},
"about" : {
"website" : "https://elys.network/",
Expand All @@ -45,8 +84,6 @@
"twitter" : "https://x.com/elys_network",
"coingecko" : ""
},
"forum": {
},
"description" : {
"ko" : "Elys Network๋Š” ํฌ๋กœ์Šค์ฒด์ธ ์œ ๋™์„ฑ๊ณผ ์ƒํ˜ธ์šด์šฉ์„ฑ์„ ์ง€์›ํ•˜๋Š” ์ฐจ์„ธ๋Œ€ DeFi ๋ธ”๋ก์ฒด์ธ ํ”Œ๋žซํผ์ž…๋‹ˆ๋‹ค. ์•ˆ์ „ํ•˜๊ณ  ํšจ์œจ์ ์ธ ์ž์‚ฐ ๊ด€๋ฆฌ๋ฅผ ์ œ๊ณตํ•ฉ๋‹ˆ๋‹ค.",
"en" : "Elys Network is a next-generation DeFi blockchain platform that supports cross-chain liquidity and interoperability, offering secure and efficient asset management.",
Expand Down

0 comments on commit 8cea8c5

Please sign in to comment.