Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.

Commit

Permalink
Final clean up.
Browse files Browse the repository at this point in the history
  • Loading branch information
jessgusclark committed Feb 1, 2021
1 parent 7f43bb2 commit 8cea4c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/NetworkStatus/NetworkStatus.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ export const chainIdToName = (chainId: number) => {
case 3: return 'Ropsten Testnet'
case 4: return 'Rinkeby Testnet'
case 5: return 'Görli Testnet'
case 42: return 'Kovan Testnet'
case 30: return 'RSK Mainnet'
case 31: return 'RSK Testnet'
case 42: return 'Kovan Testnet'
default: return `Network Id ${chainId.toString()}`
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/config/config.ropsten.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
"rpcUrl": "https://ropsten.infura.io/v3/8043bb2cf99347b1bfadfb233c5325c0",
"balanceName": "ETH",
"coinGeckoIds": "ethereum"
}
}

0 comments on commit 8cea4c3

Please sign in to comment.