diff --git a/go.mod b/go.mod index 6c16ebd..6810234 100644 --- a/go.mod +++ b/go.mod @@ -140,6 +140,6 @@ require ( ) replace ( - github.com/ethereum/go-ethereum => git.vdb.to/cerc-io/plugeth v1.13.14-cerc-1 + github.com/ethereum/go-ethereum => git.vdb.to/cerc-io/plugeth v1.13.14-cerc-2 github.com/openrelayxyz/plugeth-utils => git.vdb.to/cerc-io/plugeth-utils v1.5.0-cerc-1 ) diff --git a/test/stack.yml b/test/stack.yml index b6e6041..3c16a0b 100644 --- a/test/stack.yml +++ b/test/stack.yml @@ -2,7 +2,7 @@ version: "1.2" name: fixturenet-plugeth-tx description: "Plugeth Ethereum Fixturenet for testing plugeth-statediff" repos: - - git.vdb.to/cerc-io/plugeth@statediff-patches # todo: dev + - git.vdb.to/cerc-io/plugeth@v1.5.0-cerc-2 - git.vdb.to/cerc-io/plugeth-statediff - git.vdb.to/cerc-io/lighthouse - git.vdb.to/cerc-io/ipld-eth-db@v5.2.1-alpha