We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4aecf4 commit bca8e6fCopy full SHA for bca8e6f
contrib/rpcimportable/go.mod
@@ -21,5 +21,10 @@ 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 => ../..
0 commit comments