Skip to content

Commit

Permalink
try the version with exposed raw IPs
Browse files Browse the repository at this point in the history
  • Loading branch information
skudasov committed Nov 26, 2024
1 parent 1a21e70 commit 1ec9511
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion e2e/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ go 1.22.8

require (
github.com/ethereum/go-ethereum v1.14.11
github.com/smartcontractkit/chainlink-testing-framework/framework v0.2.9
github.com/smartcontractkit/chainlink-testing-framework/framework v0.2.11-0.20241126153933-46dc418c8243
github.com/smartcontractkit/chainlink-testing-framework/seth v1.50.4
github.com/smartcontractkit/libocr v0.0.0-20241007185508-adbe57025f12
github.com/stretchr/testify v1.9.0
Expand Down
3 changes: 2 additions & 1 deletion e2e/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -280,8 +280,9 @@ github.com/shoenig/test v0.6.4 h1:kVTaSd7WLz5WZ2IaoM0RSzRsUD+m8wRR+5qvntpn4LU=
github.com/shoenig/test v0.6.4/go.mod h1:byHiCGXqrVaflBLAMq/srcZIHynQPQgeyvkvXnjqq0k=
github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ=
github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ=
github.com/smartcontractkit/chainlink-testing-framework/framework v0.2.9 h1:vRkWh0FvuLOZKd3WzQVzo2QWTNp/oFklh0y0UMVjIKQ=
github.com/smartcontractkit/chainlink-testing-framework/framework v0.2.9/go.mod h1:mMUqvS3BZfvN1OfK4OFTYf1+T0X6nwmSXJM2keaPsSM=
github.com/smartcontractkit/chainlink-testing-framework/framework v0.2.11-0.20241126153933-46dc418c8243 h1:XHHYPAX6ZuA2xfgF0sE5ubGx1y0XktLno1trpMGy6v4=
github.com/smartcontractkit/chainlink-testing-framework/framework v0.2.11-0.20241126153933-46dc418c8243/go.mod h1:mMUqvS3BZfvN1OfK4OFTYf1+T0X6nwmSXJM2keaPsSM=
github.com/smartcontractkit/chainlink-testing-framework/seth v1.50.4 h1:hPI9GhHE1RmIG1oyPeFjED0AhWnNb9JzD74Oq2bO+IQ=
github.com/smartcontractkit/chainlink-testing-framework/seth v1.50.4/go.mod h1:afY3QmNgeR/VI1pRbGH8g3YXGy7C2RrFOwUzEFvL3L8=
github.com/smartcontractkit/libocr v0.0.0-20241007185508-adbe57025f12 h1:NzZGjaqez21I3DU7objl3xExTH4fxYvzTqar8DC6360=
Expand Down
2 changes: 1 addition & 1 deletion e2e/tests/environment.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
image = "f4hrenh9it/foundry:latest"
port = "8545"
type = "anvil"
docker_cmd_params = ["-b", "5"]
docker_cmd_params = ["-b", "3"]

[nodeset]
nodes = 5
Expand Down

0 comments on commit 1ec9511

Please sign in to comment.