adding cube icons + network.c fix
This commit is contained in:
committed by
Alexandre Paillier
parent
ded57d628f
commit
c74ca70a1f
BIN
icons/nanos_app_cube.gif
Normal file
BIN
icons/nanos_app_cube.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 73 B |
BIN
icons/nanox_app_cube.gif
Normal file
BIN
icons/nanox_app_cube.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 70 B |
@@ -24,8 +24,8 @@ const network_info_t NETWORK_MAPPING[] = {
|
||||
{.chain_id = 43114, .name = "Avalanche", .ticker = "AVAX "},
|
||||
{.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 = 11297108109, .name = "Palm Network", .ticker = "PALM "},
|
||||
{.chain_id = 1818, .name = "Cube", .ticker = "CUBE "}};
|
||||
|
||||
uint64_t get_chain_id(void) {
|
||||
uint64_t chain_id = 0;
|
||||
|
||||
Reference in New Issue
Block a user