diff --git a/README.md b/README.md index 0ffb9ebc..0679e54c 100644 --- a/README.md +++ b/README.md @@ -93,14 +93,6 @@ For help and support deploying and modifying this repo for your AVS, please: * Ensure contracts are verified on Holesky. Eg `forge verify-contract --chain-id 17000 --num-of-optimizations 200 src/YourContract.sol:YourContract YOUR_CONTRACT_ADDRESS` * Send us your transaction hash where your contract is failing. We will use Tenderly to debug (adjust gas limit) and/or cast to re-run the transaction (eg `cast call --trace "trace_replayTransaction(0xTransactionHash)"`). -- Local anvil testing: - - Recompile the contracts with the `--revert-strings debug` flag. Deploy the contracts again and retest. - - Include the full stacktrace from your error as a .txt file attachment. - - Create a minimal repo that demonstrates the behavior (fork or otherwise). - - Steps require to reproduce issue (compile and cause the error). -- Holesky testing: - - Ensure contracts are verified on Holesky. Eg `forge verify-contract --chain-id 17000 --num-of-optimizations 200 src/YourContract.sol:YourContract YOUR_CONTRACT_ADDRESS` - - Send us your transaction hash where your contract is failing. We will use Tenderly to debug (adjust gas limit) and/or cast to re-run the transaction (eg `cast call --trace "trace_replayTransaction(0xTransactionHash)"`). ### Contact Us