diff --git a/package.json b/package.json index 58e2b93..2dfbdf2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bnc-notify", - "version": "1.5.1-0.0.1", + "version": "1.5.1-0.1.1", "description": "Show web3 users realtime transaction notifications", "keywords": [ "ethereum", diff --git a/src/utilities.ts b/src/utilities.ts index e52ea40..fdbccb2 100644 --- a/src/utilities.ts +++ b/src/utilities.ts @@ -126,6 +126,7 @@ export function localNetwork(networkId: number) { case 4: case 5: case 42: + case 56: case 100: return false default: