Skip to content

Commit 63b8b14

Browse files
remove build constants
1 parent d9cf95e commit 63b8b14

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

build/buildconstants/params_mainnet.go

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -191,15 +191,7 @@ const Eip155ChainId = 314
191191
// WhitelistedBlock skips checks on message validity in this block to sidestep the zero-bls signature
192192
var WhitelistedBlock = cid.MustParse("bafy2bzaceapyg2uyzk7vueh3xccxkuwbz3nxewjyguoxvhx77malc2lzn2ybi")
193193

194-
// The F3 manifest server ID, if any.
195-
var F3ManifestServerID = MustParseID("12D3KooWENMwUF9YxvQxar7uBWJtZkA6amvK4xWmKXfSiHUo2Qq7")
196-
197-
// The initial F3 power table CID.
198-
var F3InitialPowerTableCID = cid.MustParse("bafy2bzacecklgxd2eksmodvhgurqvorkg3wamgqkrunir3al2gchv2cikgmbu")
199-
200194
const F3Enabled = true
201195

202-
var F3ParamsAddress = "0xA19080A1Bcb82Bb61bcb9691EC94653Eb5315716"
203-
204196
//go:embed f3manifest_mainnet.json
205197
var F3ManifestBytes []byte

0 commit comments

Comments
 (0)