• 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
..
chain-mon Loading commit data...
common-ts Loading commit data...
contracts-bedrock Loading commit data...
contracts-ts Loading commit data...
core-utils Loading commit data...
fee-estimation Loading commit data...
sdk Loading commit data...
web3js-plugin Loading commit data...