generated from ApeWorX/project-template
-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(worker): add SILVERBACK_FORK_MODE handler execution context (#157)
* feat(worker): add SILVERBACK_FORK_MODE handler execution context * refactor: use internal variable for fork detection to prevent scope bug * fix: block other forks until ApeWorX/ape#2348 * refactor(fork): working with fork fix from ape core depends: ApeWorX/ape#2349 --------- Co-authored-by: johnson2427 <[email protected]>
- Loading branch information
1 parent
282e910
commit e949e04
Showing
3 changed files
with
46 additions
and
8 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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Ensure we are configured for fork mode correct for example | ||
ethereum: | ||
mainnet-fork: | ||
default_provider: foundry |
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