File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11module github.com/zeta-chain/node/contrib/rpcimportable
22
3- go 1.22.5
4-
5- // this go.mod should be empty when committed
6- // the go.sum should not be committed
7-
8- // this replacement is unavoidable until we upgrade cosmos sdk >=v0.50
9- // but we should not tolerate any other replacements
10- replace (
11- github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
12- )
13-
14- // go-ethereum fork must be used as it removes incompatible pebbledb version
15- // TODO evm: verify if pebbledb issue is in cosmos go ethereum fork
16- replace (
17- github.com/ethereum/go-ethereum => github.com/cosmos/go-ethereum v1.15.11-cosmos-0
18- )
19-
20- replace (
21- github.com/cosmos/evm => github.com/zeta-chain/evm v0.0.0-20250808111716-1882abec3ec9
22- )
23-
24- // protocol-contracts was renamed to protocol-contracts-evm; redirect to old module path
25- replace (
26- github.com/zeta-chain/protocol-contracts-evm => github.com/zeta-chain/protocol-contracts v0.0.0-20250909184950-6034c08e5870
27- )
28-
29- // uncomment this for local development/testing/debugging
30- // replace github.com/zeta-chain/node => ../..
3+ go 1.25
Original file line number Diff line number Diff line change 11module github.com/zeta-chain/node
22
3- go 1.23.8
3+ go 1.25
44
5- toolchain go1.23.9
5+ toolchain go1.25.7
66
77require (
88 cosmossdk.io/errors v1.0.2
You can’t perform that action at this time.
0 commit comments