-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(e2e): relayer should use an archive node (#1615)
The relayer has to use an archive node after #1612, else it might not be able to fetch necessary attestations. issue: none
- Loading branch information
Showing
4 changed files
with
13 additions
and
21 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
# Devnet0 is a tiny devnet. Only a single validator and two anvils. | ||
# Devnet0 is a tiny devnet. Only a single validator, an archive node (for the relayer), and two anvils. | ||
# This is aimed at local dev environments. | ||
|
||
network = "devnet" | ||
anvil_chains = ["mock_op", "mock_arb"] | ||
|
||
[node.validator01] | ||
|
||
[node.fullnode01] | ||
mode="archive" |
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