Skip to content

Commit

Permalink
Introduce web3 request batching
Browse files Browse the repository at this point in the history
  • Loading branch information
kelsos authored Dec 18, 2018
2 parents 4675ece + a935cdb commit d7c2db3
Show file tree
Hide file tree
Showing 18 changed files with 2,173 additions and 597 deletions.
8 changes: 2 additions & 6 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@
"src/styles.css",
"src/webui-app-theme.scss"
],
"scripts": [
"node_modules/web3/dist/web3.min.js"
]
"scripts": [ ]
},
"configurations": {
"production": {
Expand Down Expand Up @@ -75,9 +73,7 @@
"karmaConfig": "./karma.conf.js",
"polyfills": "src/polyfills.ts",
"tsConfig": "src/tsconfig.spec.json",
"scripts": [
"node_modules/web3/dist/web3.min.js"
],
"scripts": [ ],
"styles": [
"src/styles.css"
],
Expand Down
Loading

0 comments on commit d7c2db3

Please sign in to comment.