File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " bnc-notify" ,
3- "version" : " 1.8 .0" ,
3+ "version" : " 1.9 .0" ,
44 "description" : " Show web3 users realtime transaction notifications" ,
55 "keywords" : [
66 " ethereum" ,
2121 },
2222 "license" : " MIT" ,
2323 "devDependencies" : {
24- "@babel/cli" : " ^7.7.0 " ,
25- "@babel/core" : " ^7.5.5 " ,
26- "@babel/preset-env" : " ^7.5.5 " ,
24+ "@babel/cli" : " ^7.14.8 " ,
25+ "@babel/core" : " ^7.15.0 " ,
26+ "@babel/preset-env" : " ^7.15.0 " ,
2727 "@pyoner/svelte-ts-preprocess" : " ^1.2.1" ,
2828 "@rollup/plugin-commonjs" : " ^12.0.0" ,
2929 "@rollup/plugin-json" : " ^4.0.0" ,
3535 "@typescript-eslint/parser" : " ^2.30.0" ,
3636 "@wessberg/rollup-plugin-ts" : " ^1.2.34" ,
3737 "babel-plugin-external-helpers" : " ^6.18.0" ,
38- "eslint" : " ^6.8 .0" ,
38+ "eslint" : " ^7.32 .0" ,
3939 "eslint-config-prettier" : " ^6.11.0" ,
4040 "eslint-plugin-prettier" : " ^3.1.3" ,
4141 "prettier" : " ^2.0.5" ,
Original file line number Diff line number Diff line change @@ -137,6 +137,7 @@ export function localNetwork(networkId: number) {
137137 case 42 :
138138 case 56 :
139139 case 100 :
140+ case 137 :
140141 return false
141142 default :
142143 return true
You can’t perform that action at this time.
0 commit comments