adding cube icons + network.c fix

This commit is contained in:
tjulien-ledger
2022-06-07 16:32:10 +02:00
committed by Alexandre Paillier
parent ded57d628f
commit c74ca70a1f
3 changed files with 2 additions and 2 deletions

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 B

View File

@@ -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;