Skip to content

Commit bca8e6f

Browse files
committed
update rpc import
1 parent d4aecf4 commit bca8e6f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

contrib/rpcimportable/go.mod

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,10 @@ replace (
2121
github.com/cosmos/evm => github.com/zeta-chain/evm v0.0.0-20250808111716-1882abec3ec9
2222
)
2323

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+
2429
// uncomment this for local development/testing/debugging
2530
// replace github.com/zeta-chain/node => ../..

0 commit comments

Comments
 (0)