• Mark Tyneway's avatar
    contracts-bedrock: fix system config initialize · c38c669c
    Mark Tyneway authored
    Every sentinel contract should have null values in their
    storage to make them unusable. Sometimes there are constraints
    on what these values can be in the initializer and they cannot
    be exactly 0 but must be close enough to make the contract
    useless. This commit updates the startBlock number so that
    it is not 0 because if it is 0 then it will be set to `block.number`
    which is not what we want.
    c38c669c
Name
Last commit
Last update
..
devnetL1.json Loading commit data...
getting-started.json Loading commit data...
goerli.json Loading commit data...
hardhat.json Loading commit data...
internal-devnet.json Loading commit data...
mainnet.json Loading commit data...
sepolia.json Loading commit data...