diff --git a/go.mod b/go.mod index 4eef5391..72e6ac91 100644 --- a/go.mod +++ b/go.mod @@ -173,6 +173,6 @@ replace ( replace github.com/confio/ics23/go => github.com/cosmos/cosmos-sdk/ics23/go v0.8.0 // TODO: Remove once our forks are public. -replace github.com/ethereum/go-ethereum v1.10.19 => github.com/zama-ai/go-ethereum v0.1.8 +replace github.com/ethereum/go-ethereum v1.10.19 => github.com/zama-ai/go-ethereum v0.1.9 replace github.com/evmos/ethermint v0.19.3 => github.com/zama-ai/ethermint v0.1.2 diff --git a/scripts/run_developer_image.sh b/scripts/run_developer_image.sh index e1f95293..515a6367 100755 --- a/scripts/run_developer_image.sh +++ b/scripts/run_developer_image.sh @@ -23,5 +23,4 @@ LOGLEVEL="info" evmosd start --home /root/.evmosd --pruning=nothing $TRACE --log_level $LOGLEVEL \ --minimum-gas-prices=0.0001aevmos \ --json-rpc.gas-cap=50000000 \ - --json-rpc.api eth,txpool,net,web3 \ - "$@" + --json-rpc.api eth,txpool,net,web3