adding astar&shiden

This commit is contained in:
Alexandre Paillier
2022-06-15 13:33:40 +02:00
parent c74ca70a1f
commit b483804ff4
11 changed files with 32 additions and 2 deletions

View File

@@ -25,7 +25,9 @@ const network_info_t NETWORK_MAPPING[] = {
{.chain_id = 44787, .name = "Celo Alfajores", .ticker = "aCELO "},
{.chain_id = 62320, .name = "Celo Baklava", .ticker = "bCELO "},
{.chain_id = 11297108109, .name = "Palm Network", .ticker = "PALM "},
{.chain_id = 1818, .name = "Cube", .ticker = "CUBE "}};
{.chain_id = 1818, .name = "Cube", .ticker = "CUBE "},
{.chain_id = 336, .name = "Shiden", .ticker = "SDN "},
{.chain_id = 592, .name = "Astar", .ticker = "ASTR "}};
uint64_t get_chain_id(void) {
uint64_t chain_id = 0;