Skip to content

Commit 0798ee4

Browse files
fix: use polygon repo and commit sha (#62)
1 parent 758a1b0 commit 0798ee4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
module example.com/erigon-ext-test
22

3-
go 1.20
3+
go 1.24
44

5-
require github.com/erigontech/erigon $COMMIT_SHA
5+
require github.com/0xPolygon/erigon $COMMIT_SHA
66

7-
replace github.com/erigontech/erigon-lib => github.com/erigontech/erigon/erigon-lib $COMMIT_SHA
7+
replace github.com/erigontech/erigon-lib => github.com/0xPolygon/erigon/erigon-lib $COMMIT_SHA
88

99
require github.com/ethereum/go-ethereum v1.13.3

0 commit comments

Comments
 (0)