1
0
mirror of https://github.com/oceanprotocol/react.git synced 2025-02-01 12:29:26 +01:00
This commit is contained in:
mihaisc 2020-08-11 13:19:27 +03:00
parent 4a7604b4f9
commit 9949ae999f
3 changed files with 12 additions and 13 deletions

View File

@ -11,8 +11,7 @@ export function NetworkMonitor() {
// temp hack
let network = ''
switch (chainId) {
case 1:
{
case 1: {
network = 'mainnet'
}
case 4: {