Skip to content

Commit c41c54c

Browse files
committed
eth_sendTx tests
1 parent 364cc2a commit c41c54c

File tree

7 files changed

+407
-422
lines changed

7 files changed

+407
-422
lines changed

packages/eth-rpc-adapter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"build": "tsc",
99
"ncc:pack": "ncc build src/index.ts -t --target es2020",
1010
"typegen": "typechain --target=ethers-v5 --out-dir=./src/__tests__/types src/__tests__/abis/*.json",
11-
"dev": "ts-node-dev -T -r tsconfig-paths/register src/index.ts -l | pino-pretty --singleLine --colorize --ignore time,hostname,jsonrpc,dd",
11+
"dev": "ts-node-dev -T -r tsconfig-paths/register src/index.ts | pino-pretty --singleLine --colorize --ignore time,hostname,jsonrpc,dd",
1212
"clean": "rm -rf tsconfig.tsbuildinfo .nyc_output coverage/ lib/",
1313
"health-check": "./scripts/health-check.sh",
1414
"start": "ts-node -r tsconfig-paths/register src/index.ts",

0 commit comments

Comments
 (0)