Skip to content

Commit

Permalink
Merge pull request #209 from blocknative/release/1.9.0
Browse files Browse the repository at this point in the history
Release 1.9.0
  • Loading branch information
aaronbarnardsound committed Aug 17, 2021
2 parents fc725ac + 6796246 commit 7f0fe2e
Show file tree
Hide file tree
Showing 3 changed files with 1,298 additions and 425 deletions.
10 changes: 5 additions & 5 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "bnc-notify",
"version": "1.8.0",
"version": "1.9.0",
"description": "Show web3 users realtime transaction notifications",
"keywords": [
"ethereum",
Expand All @@ -21,9 +21,9 @@
},
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.7.0",
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/cli": "^7.14.8",
"@babel/core": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@pyoner/svelte-ts-preprocess": "^1.2.1",
"@rollup/plugin-commonjs": "^12.0.0",
"@rollup/plugin-json": "^4.0.0",
Expand All @@ -35,7 +35,7 @@
"@typescript-eslint/parser": "^2.30.0",
"@wessberg/rollup-plugin-ts": "^1.2.34",
"babel-plugin-external-helpers": "^6.18.0",
"eslint": "^6.8.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.3",
"prettier": "^2.0.5",
Expand Down
1 change: 1 addition & 0 deletions src/utilities.ts
Expand Up @@ -137,6 +137,7 @@ export function localNetwork(networkId: number) {
case 42:
case 56:
case 100:
case 137:
return false
default:
return true
Expand Down

0 comments on commit 7f0fe2e

Please sign in to comment.