-
Notifications
You must be signed in to change notification settings - Fork 101
/
go.work
36 lines (33 loc) · 1.14 KB
/
go.work
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
go 1.18
use (
batch-submitter
bss-core
fraud-proof
gas-oracle
integration-tests/go-tests
l2geth
l2geth-exporter
metrics
mt-batcher
mt-challenger
proxyd
state-surgery
subsidy
tss
)
replace (
github.com/Layr-Labs/datalayr/common v0.0.0 => ./datalayr/common
github.com/Layr-Labs/datalayr/lib/merkzg v0.0.0 => ./datalayr/lib/merkzg
github.com/ethereum/go-ethereum v1.10.21 => github.com/ethereum-mantle/reference-optimistic-geth v0.0.0-20220803173305-1c9d4cc76a6e
github.com/mantlenetworkio/mantle/bss-core v0.0.0 => ./bss-core
github.com/mantlenetworkio/mantle/fraud-proof v0.0.0 => ./fraud-proof
github.com/mantlenetworkio/mantle/gas-oracle v0.0.0 => ./gas-oracle
github.com/mantlenetworkio/mantle/l2geth v0.0.0 => ./l2geth
github.com/mantlenetworkio/mantle/metrics v0.0.0 => ./metrics
github.com/mantlenetworkio/mantle/mt-batcher v0.0.0 => ./mt-batcher
github.com/mantlenetworkio/mantle/mt-challenger v0.0.0 => ./mt-challenger
github.com/mantlenetworkio/mantle/subsidy v0.0.0 => ./subsidy
github.com/mantlenetworkio/mantle/tss v0.0.0 => ./tss
)
// For local debugging:
//replace github.com/ethereum/go-ethereum v1.10.21 => ../go-ethereum