-
Notifications
You must be signed in to change notification settings - Fork 213
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add new simple examples for Sepolia testnet (#89)
* Only execute "eth_callBundle" when in mainnet as the sunset of Goerli. * Implement new simple example based on "simple.py". * 1. Change testnet as sepolia; 2. Provide extra builder RPCs compatible with flashbots. * Update simple_new.py example for multi-network support - Add support for Sepolia, Holesky, and Mainnet networks - Introduce NETWORK_CONFIG for network-specific settings - Update provider and relay URL handling - Improve comments and documentation - Enhance error handling and logging * Replace simple.py with simple_new.py * Update .gitignore * Resolve black formatter issue --------- Co-authored-by: George Zhang <[email protected]>
- Loading branch information
1 parent
c3a1216
commit c00711a
Showing
3 changed files
with
80 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,5 @@ __pycache__ | |
build/ | ||
dist/ | ||
flashbots.egg-info/ | ||
.venv/ | ||
.mise.toml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters