Skip to content

Commit

Permalink
chore(web): change gnosis chain name
Browse files Browse the repository at this point in the history
  • Loading branch information
kemuru committed Dec 23, 2023
1 parent d99874e commit 9ecc309
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/helpers/networks.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ export const chainIdToNetworkName = {
1: "Ethereum Mainnet",
5: "Ethereum Testnet Görli",
100: "Gnosis Chain",
10200: "xDAI Testnet Chiado",
10200: "Gnosis Testnet Chiado",
11155111: "Ethereum Testnet Sepolia",
};

export const chainIdToNetworkShortName = {
1: "Mainnet",
5: "Görli",
100: "xDAI",
100: "Gnosis Chain",
10200: "Chiado",
11155111: "Sepolia",
};

0 comments on commit 9ecc309

Please sign in to comment.