• Mark Tyneway's avatar
    contracts-bedrock: fix text coloring bug · 1fa31d73
    Mark Tyneway authored
    Github seems to have issues with whatever library they
    are using to apply colors to the code for solidity code.
    The `'` triggers it to think that it is in a string when
    it is not actually in a string because the `'` is wrapped
    within two `"`. Just delete the `'` to fix this issue.
    The create2 salt is already not completely standard but
    it should become standard when we finally have tooling
    to easily add a chain to the superchain through the
    deploy script, this entrypoint would deploy the proxies
    and initialize them to the standard implementations.
    1fa31d73
Name
Last commit
Last update
..
differential-testing Loading commit data...
interfaces Loading commit data...
libraries Loading commit data...
outputs Loading commit data...
universal Loading commit data...
upgrades Loading commit data...
Chains.sol Loading commit data...
Deploy.s.sol Loading commit data...
DeployConfig.s.sol Loading commit data...
DeployL2.s.sol Loading commit data...
DeployPeriphery.s.sol Loading commit data...
Deployer.sol Loading commit data...
Executables.sol Loading commit data...
FaultDisputeGameViz.s.sol Loading commit data...
FeeVaultWithdrawal.s.sol Loading commit data...
PeripheryDeployConfig.s.sol Loading commit data...
SemverLock.s.sol Loading commit data...
check-deploy-configs.sh Loading commit data...
dag-viz.py Loading commit data...
forge-test-names.ts Loading commit data...
invariant-doc-gen.ts Loading commit data...
slither.sh Loading commit data...
storage-snapshot.sh Loading commit data...
validate-spacers.ts Loading commit data...
verify-foundry-install.sh Loading commit data...