mirror of
https://github.com/stronk-dev/OrchestratorTracker.git
synced 2025-07-05 02:45:10 +02:00
Rollback ethers lib to fix ENS lookups
This commit is contained in:
parent
51255de9d8
commit
5bac6c996d
@ -15,7 +15,7 @@
|
||||
"author": "Marco van Dijk",
|
||||
"license": "WTFPL",
|
||||
"dependencies": {
|
||||
"ethers": "^6.8.1",
|
||||
"ethers": "5.7.2",
|
||||
"express": "^4.17.1",
|
||||
"node-persist": "^3.1.3",
|
||||
"npm": "^8.5.2",
|
||||
|
@ -18,7 +18,7 @@ const {
|
||||
|
||||
*/
|
||||
|
||||
const l1provider = new ethers.JsonRpcProvider(
|
||||
const l1provider = new ethers.providers.JsonRpcProvider(
|
||||
CONF_API_L1_HTTP + CONF_API_L1_KEY
|
||||
);
|
||||
const masterRouter = express.Router();
|
||||
|
Loading…
x
Reference in New Issue
Block a user