We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2c39a1 commit 5390c29Copy full SHA for 5390c29
glyphs/stax_chain_11155111_64px.gif
@@ -0,0 +1 @@
1
+stax_chain_1_64px.gif
glyphs/stax_chain_58008_64px.gif
-561 Bytes
src/network.c
@@ -79,12 +79,12 @@ static const network_info_t NETWORK_MAPPING[] = {
79
{.chain_id = 248, .name = "Oasys", .ticker = "OAS"},
80
{.chain_id = 1101, .name = "Polygon zkEVM", .ticker = "ETH"},
81
{.chain_id = 8453, .name = "Base", .ticker = "ETH"},
82
- {.chain_id = 58008, .name = "Sepolia", .ticker = "ETH"},
83
{.chain_id = 1907, .name = "Bitcichain", .ticker = "BITCI"},
84
{.chain_id = 1116, .name = "Core", .ticker = "CORE"},
85
{.chain_id = 7171, .name = "Bitrock Mainnet", .ticker = "BROCK"},
86
{.chain_id = 10507, .name = "Numbers Protocol", .ticker = "NUM"},
87
{.chain_id = 59144, .name = "Linea", .ticker = "ETH"},
+ {.chain_id = 11155111, .name = "Sepolia", .ticker = "ETH"},
88
};
89
90
static const network_info_t *get_network_from_chain_id(const uint64_t *chain_id) {
0 commit comments