Fixed Sepolia testnet chain ID

This commit is contained in:
Alexandre Paillier
2024-02-14 15:57:24 +01:00
parent b2c39a17b7
commit 5390c29944
3 changed files with 2 additions and 1 deletions

View File

@@ -0,0 +1 @@
stax_chain_1_64px.gif

Binary file not shown.

Before

Width:  |  Height:  |  Size: 561 B

View File

@@ -79,12 +79,12 @@ static const network_info_t NETWORK_MAPPING[] = {
{.chain_id = 248, .name = "Oasys", .ticker = "OAS"},
{.chain_id = 1101, .name = "Polygon zkEVM", .ticker = "ETH"},
{.chain_id = 8453, .name = "Base", .ticker = "ETH"},
{.chain_id = 58008, .name = "Sepolia", .ticker = "ETH"},
{.chain_id = 1907, .name = "Bitcichain", .ticker = "BITCI"},
{.chain_id = 1116, .name = "Core", .ticker = "CORE"},
{.chain_id = 7171, .name = "Bitrock Mainnet", .ticker = "BROCK"},
{.chain_id = 10507, .name = "Numbers Protocol", .ticker = "NUM"},
{.chain_id = 59144, .name = "Linea", .ticker = "ETH"},
{.chain_id = 11155111, .name = "Sepolia", .ticker = "ETH"},
};
static const network_info_t *get_network_from_chain_id(const uint64_t *chain_id) {