From 3971c7d6b3d452f890a96547e500f6473f540483 Mon Sep 17 00:00:00 2001 From: Wes Floyd Date: Wed, 30 Oct 2024 12:46:15 -0400 Subject: [PATCH] Remove duplicate Support section content (#94) --- README.md | 8 -------- 1 file changed, 8 deletions(-) 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