Rename Optimism to OP Mainnet and add OP Sepolia

This commit is contained in:
vforgeoux-ledger
2024-06-20 20:50:27 +02:00
committed by Alexandre Paillier
parent 78fd1e54be
commit acf1d9d5aa
2 changed files with 3 additions and 1 deletions

View File

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

View File

@@ -19,7 +19,7 @@ static const network_info_t NETWORK_MAPPING[] = {
{.chain_id = 3, .name = "Ropsten", .ticker = "ETH"}, {.chain_id = 3, .name = "Ropsten", .ticker = "ETH"},
{.chain_id = 4, .name = "Rinkeby", .ticker = "ETH"}, {.chain_id = 4, .name = "Rinkeby", .ticker = "ETH"},
{.chain_id = 5, .name = "Goerli", .ticker = "ETH"}, {.chain_id = 5, .name = "Goerli", .ticker = "ETH"},
{.chain_id = 10, .name = "Optimism", .ticker = "ETH"}, {.chain_id = 10, .name = "OP Mainnet", .ticker = "ETH"},
{.chain_id = 14, .name = "Flare", .ticker = "FLR"}, {.chain_id = 14, .name = "Flare", .ticker = "FLR"},
{.chain_id = 16, .name = "Flare Coston", .ticker = "FLR"}, {.chain_id = 16, .name = "Flare Coston", .ticker = "FLR"},
{.chain_id = 19, .name = "Songbird", .ticker = "SGB"}, {.chain_id = 19, .name = "Songbird", .ticker = "SGB"},
@@ -87,6 +87,7 @@ static const network_info_t NETWORK_MAPPING[] = {
{.chain_id = 534352, .name = "Scroll", .ticker = "ETH"}, {.chain_id = 534352, .name = "Scroll", .ticker = "ETH"},
{.chain_id = 534353, .name = "Scroll Alpha", .ticker = "ETH"}, {.chain_id = 534353, .name = "Scroll Alpha", .ticker = "ETH"},
{.chain_id = 11155111, .name = "Sepolia", .ticker = "ETH"}, {.chain_id = 11155111, .name = "Sepolia", .ticker = "ETH"},
{.chain_id = 11155420, .name = "OP Sepolia", .ticker = "ETH"},
{.chain_id = 20531811, .name = "TecraTestnet", .ticker = "TCR"}, {.chain_id = 20531811, .name = "TecraTestnet", .ticker = "TCR"},
{.chain_id = 20531812, .name = "Tecra", .ticker = "TCR"}, {.chain_id = 20531812, .name = "Tecra", .ticker = "TCR"},
{.chain_id = 168587773, .name = "Blast Sepolia", .ticker = "ETH"}, {.chain_id = 168587773, .name = "Blast Sepolia", .ticker = "ETH"},