Skip to content

Commit

Permalink
Merge pull request #139 from scroll-tech/develop
Browse files Browse the repository at this point in the history
Update for 12-1-2023
  • Loading branch information
dghelm authored Dec 1, 2023
2 parents a2fbe8c + 72b0128 commit ef9e4fe
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ But it also exposes the `getL1Fee(bytes memory data)` function, which abstracts

First of all, let’s quickly go over the key folders inside our project structure.

It’s a standard Hardhat project, but most of our work is inside the c*ontracts* and _scripts_ folders.
It’s a standard Hardhat project, but most of our work is inside the *contracts* and _scripts_ folders.

<ClickToZoom src={txFeesProjectStructure} />

Expand Down
7 changes: 7 additions & 0 deletions src/content/docs/en/developers/scroll-contracts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,13 @@ Use the table below to configure your Ethereum tools to the Scroll Sepolia Testn

See this [Github gist](https://gist.github.com/dghelm/7fe68f0a524f30846e1142721c081d84).

#### Ethereum Attestation Service (EAS)

- EAS: [`0xaEF4103A04090071165F78D45D83A0C0782c2B2a`](https://sepolia.scrollscan.com/address/0xaEF4103A04090071165F78D45D83A0C0782c2B2a)
- SchemaRegistry: [`0x55D26f9ae0203EF95494AE4C170eD35f4Cf77797`](https://sepolia.scrollscan.com/address/0x55D26f9ae0203EF95494AE4C170eD35f4Cf77797)
- EIP712Proxy: [`0xB3574f76b1720E61FdA98702c7016674CD6Eaa7b`](https://sepolia.scrollscan.com/address/0xB3574f76b1720E61FdA98702c7016674CD6Eaa7b)
- Indexer: [`0x7C2cb1eDC328491da52de2a0afc44D3B0Ae7ee17`](https://sepolia.scrollscan.com/address/0x7C2cb1eDC328491da52de2a0afc44D3B0Ae7ee17)

### Additional Useful Contracts

- Multicall3: [`0xcA11bde05977b3631167028862bE2a173976CA11`](https://sepolia.scrollscan.com/address/0xcA11bde05977b3631167028862bE2a173976CA11)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,12 @@ Scroll has worked with several industry-leading security audit firms to review o
- OpenZeppelin and Zellic have performed independent audits on our bridge & rollup contracts
- Trail of Bits has analyzed our node implementation

<Aside type="tip" title="">
We're still working with partners to get all of our reports published. We'll update this page with links as they
become available.
</Aside>

### zkEVM circuits

- Trail of Bits
- Wave 1
- Wave 2
- Wave 3
- [Wave 1](https://github.com/trailofbits/publications/blob/master/reviews/2023-04-scroll-zkEVM-wave1-securityreview.pdf)
- [Wave 2](https://github.com/trailofbits/publications/blob/master/reviews/2023-08-scroll-zkEVM-wave2-securityreview.pdf)
- [Wave 3](https://github.com/trailofbits/publications/blob/master/reviews/2023-09-scroll-zkEVM-wave3-securityreview.pdf)
- Zellic and Kalos
- [Wave 1](https://github.com/Zellic/publications/blob/master/Scroll%20zkEVM%20-%20Part%201%20Audit%20Report.pdf)
- [Wave 2](https://github.com/Zellic/publications/blob/master/Scroll%20zkEVM%20-%20Part%202%20Audit%20Report.pdf)
Expand All @@ -44,7 +39,7 @@ Scroll has worked with several industry-leading security audit firms to review o

- Trail of Bits
- [zkTrie](https://github.com/trailofbits/publications/blob/master/reviews/2023-07-scroll-zktrie-securityreview.pdf)
- L2geth
- [L2geth](https://github.com/trailofbits/publications/blob/master/reviews/2023-08-scrollL2geth-initial-securityreview.pdf)
- [L2geth diff](https://github.com/trailofbits/publications/blob/master/reviews/2023-08-scrollL2geth-securityreview.pdf)

### Bridge and rollup contract
Expand Down

0 comments on commit ef9e4fe

Please sign in to comment.