diff --git a/package.json b/package.json index 57f8662b..67095103 100644 --- a/package.json +++ b/package.json @@ -45,6 +45,7 @@ "axios": "^1.6.7", "dotenv": "^16.4.4", "ethers": "^5.7.2", + "node-fetch": "^3.3.2", "npm-run-all": "^4.1.5" }, "devDependencies": { diff --git a/tsconfig.json b/tsconfig.json index 9d5050f6..18ac9fe6 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -25,7 +25,7 @@ /* Modules */ "module": "commonjs" /* Specify what module code is generated. */, // "rootDir": "./", /* Specify the root folder within your source files. */ - "moduleResolution": "Node16", /* Specify how TypeScript looks up a file from a given module specifier. */ + // "moduleResolution": "Node16", /* Specify how TypeScript looks up a file from a given module specifier. */ // "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */ // "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */ // "rootDirs": [], /* Allow multiple folders to be treated as one when resolving modules. */