Add KCC Chain with ChainID = 321 as ETH clones (#379)

* Add KCC Chain with ChainID = 321 as ETH clones

* Update network.c

* Update network.c

* Update network.c

* Update network.c

* Update network.c
This commit is contained in:
Leandre
2022-11-25 16:31:00 +08:00
committed by GitHub
parent 071c96ea13
commit 9e2b67552e

View File

@@ -51,7 +51,8 @@ const network_info_t NETWORK_MAPPING[] = {
{.chain_id = 25, .name = "Cronos", .ticker = "CRO "},
{.chain_id = 534354, .name = "Scroll (Pre-Alpha)", .ticker = "SCR "},
{.chain_id = 534353, .name = "Scroll (Goerli)", .ticker = "SCR "},
{.chain_id = 534352, .name = "Scroll", .ticker = "SCR "}};
{.chain_id = 534352, .name = "Scroll", .ticker = "SCR "},
{.chain_id = 321, .name = "KCC", .ticker = "KCS "}};
uint64_t get_chain_id(void) {
uint64_t chain_id = 0;