Skip to content

Commit

Permalink
Merge pull request #396 from kleros/chore(web)/change-gnosis-chain-name
Browse files Browse the repository at this point in the history
chore(web): change gnosis chain name
  • Loading branch information
kemuru authored Dec 23, 2023
2 parents d99874e + 9ecc309 commit c0fa69f
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 c0fa69f

Please sign in to comment.