setup rpc's

This commit is contained in:
dextracker
2022-11-22 17:48:28 -05:00
parent 0d4c592cd1
commit 041f9e3477

View File

@@ -15,7 +15,7 @@
"build:ts": "tsc -b",
"pre_build": "run-s compile contracts:gen generate_contract_wrappers contracts:copy",
"test": "yarn run_mocha",
"forge": "forge test -vvvv",
"forge": "forge test -vvv",
"rebuild_and_test": "run-s build test",
"test:coverage": "SOLIDITY_COVERAGE=true run-s build run_mocha coverage:report:text coverage:report:lcov",
"test:profiler": "SOLIDITY_PROFILER=true run-s build run_mocha profiler:report:html",