Skip to content

Commit

Permalink
Update network.c
Browse files Browse the repository at this point in the history
  • Loading branch information
Thegaram authored Oct 12, 2023
1 parent 03c43f7 commit 764e928
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src_common/network.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,8 @@ static const network_info_t NETWORK_MAPPING[] = {
{.chain_id = 19, .name = "Songbird", .ticker = "SGB"},
{.chain_id = 73799, .name = "Volta", .ticker = "VOLTA"},
{.chain_id = 25, .name = "Cronos", .ticker = "CRO"},
{.chain_id = 534354, .name = "Scroll (Pre-Alpha)", .ticker = "SCR"},
{.chain_id = 534353, .name = "Scroll (Goerli)", .ticker = "SCR"},
{.chain_id = 534352, .name = "Scroll", .ticker = "SCR"},
{.chain_id = 534353, .name = "Scroll (Goerli)", .ticker = "ETH"},
{.chain_id = 534352, .name = "Scroll", .ticker = "ETH"},
{.chain_id = 321, .name = "KCC", .ticker = "KCS"},
{.chain_id = 30, .name = "Rootstock", .ticker = "RBTC"},
{.chain_id = 9001, .name = "Evmos", .ticker = "EVMOS"},
Expand Down

0 comments on commit 764e928

Please sign in to comment.