This commit is contained in:
Alexandre Paillier
2022-06-15 13:32:50 +02:00
parent d1eb4ccc92
commit 785cfdc2ea
6 changed files with 16 additions and 1 deletions

View File

@@ -25,6 +25,7 @@ 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 "},
uint64_t get_chain_id(void) {
uint64_t chain_id = 0;