Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

Commit

Permalink
chore(test): bump foundry version in integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
YoGhurt111 committed Apr 11, 2024
1 parent f86a2fa commit d09ac10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions driver/driver_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ func (s *DriverTestSuite) TestCheckL1ReorgToHigherFork() {

// Reorg back to l2Head1
s.RevertL1Snapshot(testnetL1SnapshotID)
s.IncreaseTime(uint64((3 * time.Second).Seconds()))
s.InitProposer()

// Because of evm_revert operation, the nonce of the proposer need to be adjusted.
Expand Down
2 changes: 1 addition & 1 deletion internal/docker/nodes/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3.9"
services:
l1_node:
container_name: l1_node
image: ghcr.io/foundry-rs/foundry:nightly-4a643801d0b3855934cdec778e33e79c79971783
image: ghcr.io/foundry-rs/foundry:nightly
restart: unless-stopped
pull_policy: always
ports:
Expand Down

0 comments on commit d09ac10

Please sign in to comment.