We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d2dc6f commit b3a182dCopy full SHA for b3a182d
package.json
@@ -16,7 +16,6 @@
16
"anvil": "ETH_MAINNET_RPC=$(grep ETH_MAINNET_RPC .env | cut -d '=' -f2) && anvil --fork-url $ETH_MAINNET_RPC",
17
"anvil:kill": "lsof -i :8545|tail -n +2|awk '{print $2}'|xargs -r kill -s SIGINT"
18
},
19
- "type": "commonjs",
20
"module": "dist/index.js",
21
"devDependencies": {
22
"@typescript-eslint/eslint-plugin": "6.20.0",
0 commit comments