Skip to content

Commit

Permalink
Remove duplicate Support section content (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
wesfloyd authored Oct 30, 2024
1 parent 9b8231b commit 3971c7d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3971c7d

Please sign in to comment.