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:
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user