Fixed Sepolia testnet chain ID
This commit is contained in:
1
glyphs/stax_chain_11155111_64px.gif
Symbolic link
1
glyphs/stax_chain_11155111_64px.gif
Symbolic link
@@ -0,0 +1 @@
|
||||
stax_chain_1_64px.gif
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 561 B |
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user