Skip to content

Commit 86e91a5

Browse files
committed
uncomment replaces
1 parent 8948354 commit 86e91a5

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

apps/evm/go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ module github.com/evstack/ev-node/apps/evm
22

33
go 1.25.0
44

5-
//replace (
6-
// github.com/evstack/ev-node => ../../
7-
// github.com/evstack/ev-node/execution/evm => ../../execution/evm
8-
//)
5+
replace (
6+
github.com/evstack/ev-node => ../../
7+
github.com/evstack/ev-node/execution/evm => ../../execution/evm
8+
)
99

1010
require (
1111
github.com/ethereum/go-ethereum v1.16.8

apps/grpc/go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ module github.com/evstack/ev-node/apps/grpc
22

33
go 1.25.0
44

5-
//replace (
6-
// github.com/evstack/ev-node => ../../
7-
// github.com/evstack/ev-node/execution/grpc => ../../execution/grpc
8-
//)
5+
replace (
6+
github.com/evstack/ev-node => ../../
7+
github.com/evstack/ev-node/execution/grpc => ../../execution/grpc
8+
)
99

1010
require (
1111
github.com/evstack/ev-node v1.0.0-rc.2

0 commit comments

Comments
 (0)