File tree 4 files changed +9
-9
lines changed
4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ require (
35
35
github.com/rivo/tview v0.0.0-20230621164836-6cc0565babaf // indirect
36
36
github.com/sethvargo/go-password v0.2.0
37
37
github.com/shirou/gopsutil/v3 v3.23.1
38
- github.com/stader-labs/ethcli-ui/configuration v0.0.0-20231220054540-83f130b78833
39
- github.com/stader-labs/ethcli-ui/wizard v0.0.0-20231220054540-83f130b78833
38
+ github.com/stader-labs/ethcli-ui/configuration v0.0.0-20231226083422-f3da49b84cc1
39
+ github.com/stader-labs/ethcli-ui/wizard v0.0.0-20231226083422-f3da49b84cc1
40
40
github.com/tyler-smith/go-bip39 v1.1.0
41
41
github.com/urfave/cli v1.22.10
42
42
github.com/wealdtech/go-eth2-types/v2 v2.7.0
Original file line number Diff line number Diff line change @@ -1231,10 +1231,10 @@ github.com/spf13/viper v1.0.0/go.mod h1:A8kyI5cUJhb8N+3pkfONlcEcZbueH6nhAm0Fq7Sr
1231
1231
github.com/spf13/viper v1.3.2 /go.mod h1:ZiWeW+zYFKm7srdB9IoDzzZXaJaI5eL9QjNiN/DMA2s =
1232
1232
github.com/spf13/viper v1.7.0 /go.mod h1:8WkrPz2fc9jxqZNCJI/76HCieCp4Q8HaLFoCha5qpdg =
1233
1233
github.com/src-d/envconfig v1.0.0 /go.mod h1:Q9YQZ7BKITldTBnoxsE5gOeB5y66RyPXeue/R4aaNBc =
1234
- github.com/stader-labs/ethcli-ui/configuration v0.0.0-20231220054540-83f130b78833 h1:fdNP6MpGikpxIMTEtdnWVfvNg8yYyXZpx2+pXQd84pg =
1235
- github.com/stader-labs/ethcli-ui/configuration v0.0.0-20231220054540-83f130b78833 /go.mod h1:gZcnx3O0sm+mEO2INhKDHw+iUzJH5tPaX4cv5SN5tsQ =
1236
- github.com/stader-labs/ethcli-ui/wizard v0.0.0-20231220054540-83f130b78833 h1:TgwSpUj+rdPQzmHUuQesGm648hRRERzaptISCfoIOUQ =
1237
- github.com/stader-labs/ethcli-ui/wizard v0.0.0-20231220054540-83f130b78833 /go.mod h1:5ojn2lxD9wd5sF0KYaHBDcpUC3ACFgqr0XG1atCIeAs =
1234
+ github.com/stader-labs/ethcli-ui/configuration v0.0.0-20231226083422-f3da49b84cc1 h1:g0iwUPYfGEvaUkulr5o+40dR9UQFXconbLWN5+/DdoA =
1235
+ github.com/stader-labs/ethcli-ui/configuration v0.0.0-20231226083422-f3da49b84cc1 /go.mod h1:gZcnx3O0sm+mEO2INhKDHw+iUzJH5tPaX4cv5SN5tsQ =
1236
+ github.com/stader-labs/ethcli-ui/wizard v0.0.0-20231226083422-f3da49b84cc1 h1:nmJhcmTlR/SkEg4A8wnkTI4fOSj33786crIyBKHB6eg =
1237
+ github.com/stader-labs/ethcli-ui/wizard v0.0.0-20231226083422-f3da49b84cc1 /go.mod h1:5ojn2lxD9wd5sF0KYaHBDcpUC3ACFgqr0XG1atCIeAs =
1238
1238
github.com/status-im/keycard-go v0.0.0-20190316090335-8537d3370df4 /go.mod h1:RZLeN1LMWmRsyYjvAu+I6Dm9QmlDaIIt+Y+4Kd7Tp+Q =
1239
1239
github.com/status-im/keycard-go v0.0.0-20200402102358-957c09536969 h1:Oo2KZNP70KE0+IUJSidPj/BFS/RXNHmKIJOdckzml2E =
1240
1240
github.com/status-im/keycard-go v0.0.0-20200402102358-957c09536969 /go.mod h1:RZLeN1LMWmRsyYjvAu+I6Dm9QmlDaIIt+Y+4Kd7Tp+Q =
Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ import (
28
28
29
29
// Constants
30
30
const (
31
- gethTagProd string = "ethereum/client-go:v1.13.7 "
32
- gethTagTest string = "ethereum/client-go:v1.13.7 "
31
+ gethTagProd string = "ethereum/client-go:v1.13.8 "
32
+ gethTagTest string = "ethereum/client-go:v1.13.8 "
33
33
gethEventLogInterval int = 1000
34
34
gethStopSignal string = "SIGTERM"
35
35
)
Original file line number Diff line number Diff line change @@ -435,7 +435,7 @@ func createDefaultRelays() []config.MevRelay {
435
435
config .Network_Prater : "https://0x821f2a65afb70e7f2e820a925a9b4c80a159620582c1766b1b09729fec178b11ea22abb3a51f07b288be815a1a2ff516@bloxroute.max-profit.builder.goerli.blxrbdn.com?id=staderlabs" ,
436
436
config .Network_Devnet : "https://0x821f2a65afb70e7f2e820a925a9b4c80a159620582c1766b1b09729fec178b11ea22abb3a51f07b288be815a1a2ff516@bloxroute.max-profit.builder.goerli.blxrbdn.com?id=staderlabs" ,
437
437
},
438
- Regulated : false ,
438
+ Regulated : true ,
439
439
NoSandwiching : false ,
440
440
},
441
441
// bloXroute Regulated
You can’t perform that action at this time.
0 commit comments