Rollback ethers lib to fix ENS lookups

This commit is contained in:
Marco van Dijk 2023-11-03 14:50:37 +01:00
parent 51255de9d8
commit 5bac6c996d
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
"author": "Marco van Dijk", "author": "Marco van Dijk",
"license": "WTFPL", "license": "WTFPL",
"dependencies": { "dependencies": {
"ethers": "^6.8.1", "ethers": "5.7.2",
"express": "^4.17.1", "express": "^4.17.1",
"node-persist": "^3.1.3", "node-persist": "^3.1.3",
"npm": "^8.5.2", "npm": "^8.5.2",

View File

@ -18,7 +18,7 @@ const {
*/ */
const l1provider = new ethers.JsonRpcProvider( const l1provider = new ethers.providers.JsonRpcProvider(
CONF_API_L1_HTTP + CONF_API_L1_KEY CONF_API_L1_HTTP + CONF_API_L1_KEY
); );
const masterRouter = express.Router(); const masterRouter = express.Router();