Skip to content

Commit

Permalink
feat: add superchain erc20 baseline (#37)
Browse files Browse the repository at this point in the history
* feat: add superchain erc20 baseline

* feat: make superchain ERC20 simpler

* fix: small version fix and tests

* test: fix test name
  • Loading branch information
agusduha authored Aug 29, 2024
1 parent aebf669 commit 0d0245b
Show file tree
Hide file tree
Showing 9 changed files with 865 additions and 95 deletions.
4 changes: 2 additions & 2 deletions packages/contracts-bedrock/semver-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@
"sourceCodeHash": "0x972564d2e2fab111cd431f3c78d00c7b0f0ae422fa5e9a8bf5b202cdaef89bf9"
},
"src/L2/OptimismSuperchainERC20.sol": {
"initCodeHash": "0xd49214518ea1a30a43fac09f28b2cee9be570894a500cef342762c9820a070b0",
"sourceCodeHash": "0x6943d40010dcbd1d51dc3668d0a154fbb1568ea49ebcf3aa039d65ef6eab321b"
"initCodeHash": "0x782aaff652a602a7cefda3102b37f724a45d009933a70a6ee235d14909d74ab1",
"sourceCodeHash": "0x9282c807007dc670cd10a32cb46c6d913b7635748693eddfaba496ebbcf5b7a5"
},
"src/L2/SequencerFeeVault.sol": {
"initCodeHash": "0xb94145f571e92ee615c6fe903b6568e8aac5fe760b6b65148ffc45d2fb0f5433",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -629,6 +629,11 @@
"name": "TotalSupplyOverflow",
"type": "error"
},
{
"inputs": [],
"name": "ZeroAddress",
"type": "error"
},
{
"inputs": [],
"name": "ZeroAddress",
Expand Down
Loading

0 comments on commit 0d0245b

Please sign in to comment.