diff --git a/package.json b/package.json index d553ea7..ff16168 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bnc-notify", - "version": "1.8.0", + "version": "1.8.0-0.1.0", "description": "Show web3 users realtime transaction notifications", "keywords": [ "ethereum", diff --git a/src/utilities.ts b/src/utilities.ts index f1b7450..752c381 100644 --- a/src/utilities.ts +++ b/src/utilities.ts @@ -137,6 +137,7 @@ export function localNetwork(networkId: number) { case 42: case 56: case 100: + case 137: return false default: return true