Oasys (#413)
* correcting ticker * modifying conf file * updating main.c * updating chainConfig.h * Removed last bits of EWC * correcting arbitrum * adding oasys conf file * adding oasys icons * remaining changes for oasys * removing trailing space --------- Co-authored-by: Alexandre Paillier <alexandre.paillier@ledger.fr>
This commit is contained in:
@@ -61,7 +61,8 @@ static const network_info_t NETWORK_MAPPING[] = {
|
||||
{.chain_id = 57, .name = "Syscoin", .ticker = "SYS"},
|
||||
{.chain_id = 106, .name = "Velas EVM", .ticker = "VLX"},
|
||||
{.chain_id = 288, .name = "Boba Network", .ticker = "ETH"},
|
||||
{.chain_id = 39797, .name = "Energi", .ticker = "NRG"}};
|
||||
{.chain_id = 39797, .name = "Energi", .ticker = "NRG"},
|
||||
{.chain_id = 248, .name = "Oasys", .ticker = "OAS"}};
|
||||
|
||||
uint64_t get_chain_id(void) {
|
||||
uint64_t chain_id = 0;
|
||||
|
||||
Reference in New Issue
Block a user