Add Telos network

Add Telos EVM Mainnet network (https://chainlist.org/chain/40)
This commit is contained in:
Victor Forgeoux
2023-07-03 14:29:05 +02:00
committed by Alexandre Paillier
parent 4ed2521a07
commit 03d1be4025

View File

@@ -69,6 +69,7 @@ static const network_info_t NETWORK_MAPPING[] = {
{.chain_id = 369, .name = "PulseChain", .ticker = "PLS"},
{.chain_id = 245022926, .name = "Neon EVM Devnet", .ticker = "NEON"},
{.chain_id = 4919, .name = "Venidium", .ticker = "XVM"},
{.chain_id = 40, .name = "Telos EVM Mainnet", .ticker = "TLOS"},
{.chain_id = 248, .name = "Oasys", .ticker = "OAS"}};
static const network_info_t *get_network_from_chain_id(const uint64_t *chain_id) {