File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -68,10 +68,12 @@ static const network_info_t NETWORK_MAPPING[] = {
68
68
{.chain_id = 39797 , .name = "Energi" , .ticker = "NRG" },
69
69
{.chain_id = 369 , .name = "PulseChain" , .ticker = "PLS" },
70
70
{.chain_id = 245022926 , .name = "Neon EVM Devnet" , .ticker = "NEON" },
71
+ {.chain_id = 245022934 , .name = "Neon EVM Mainnet" , .ticker = "NEON" },
71
72
{.chain_id = 4919 , .name = "Venidium" , .ticker = "XVM" },
72
73
{.chain_id = 40 , .name = "Telos EVM Mainnet" , .ticker = "TLOS" },
73
74
{.chain_id = 196 , .name = "OKBChain Mainnet" , .ticker = "OKB" },
74
- {.chain_id = 248 , .name = "Oasys" , .ticker = "OAS" }};
75
+ {.chain_id = 248 , .name = "Oasys" , .ticker = "OAS" },
76
+ };
75
77
76
78
static const network_info_t * get_network_from_chain_id (const uint64_t * chain_id ) {
77
79
for (size_t i = 0 ; i < ARRAYLEN (NETWORK_MAPPING ); i ++ ) {
You can’t perform that action at this time.
0 commit comments