Update ethers.js to latest version v4

The main change is how ethers loads the networkId which is now async.
Thus the init process had to change a bit
This commit is contained in:
2019-03-29 18:13:51 +01:00
parent 3662f1ae24
commit 51e5da414f
6 changed files with 635 additions and 258 deletions

View File

@@ -42,7 +42,7 @@
},
"dependencies": {
"eth-ens-namehash": "^2.0.8",
"ethers": "3.0.15",
"ethers": "^4.0.27",
"ipfs-api": "^19.0.0",
"rsvp": "^4.8.2"
},