From acf1d9d5aa65050e253a9cff37d10b05d11cf19b Mon Sep 17 00:00:00 2001 From: vforgeoux-ledger Date: Thu, 20 Jun 2024 20:50:27 +0200 Subject: [PATCH] Rename Optimism to OP Mainnet and add OP Sepolia --- glyphs/chain_11155420_64px.gif | 1 + src/network.c | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 120000 glyphs/chain_11155420_64px.gif diff --git a/glyphs/chain_11155420_64px.gif b/glyphs/chain_11155420_64px.gif new file mode 120000 index 0000000..dd99baf --- /dev/null +++ b/glyphs/chain_11155420_64px.gif @@ -0,0 +1 @@ +chain_10_64px.gif \ No newline at end of file diff --git a/src/network.c b/src/network.c index 29ef08f..0a98e26 100644 --- a/src/network.c +++ b/src/network.c @@ -19,7 +19,7 @@ static const network_info_t NETWORK_MAPPING[] = { {.chain_id = 3, .name = "Ropsten", .ticker = "ETH"}, {.chain_id = 4, .name = "Rinkeby", .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 = 16, .name = "Flare Coston", .ticker = "FLR"}, {.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 = 534353, .name = "Scroll Alpha", .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 = 20531812, .name = "Tecra", .ticker = "TCR"}, {.chain_id = 168587773, .name = "Blast Sepolia", .ticker = "ETH"},