Skip to content

Commit ef9e4fe

Browse files
authored
Merge pull request #139 from scroll-tech/develop
Update for 12-1-2023
2 parents a2fbe8c + 72b0128 commit ef9e4fe

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed

src/content/docs/en/developers/guides/estimating-gas-and-tx-fees.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ But it also exposes the `getL1Fee(bytes memory data)` function, which abstracts
5353

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

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

5858
<ClickToZoom src={txFeesProjectStructure} />
5959

src/content/docs/en/developers/scroll-contracts.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,13 @@ Use the table below to configure your Ethereum tools to the Scroll Sepolia Testn
207207

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

210+
#### Ethereum Attestation Service (EAS)
211+
212+
- EAS: [`0xaEF4103A04090071165F78D45D83A0C0782c2B2a`](https://sepolia.scrollscan.com/address/0xaEF4103A04090071165F78D45D83A0C0782c2B2a)
213+
- SchemaRegistry: [`0x55D26f9ae0203EF95494AE4C170eD35f4Cf77797`](https://sepolia.scrollscan.com/address/0x55D26f9ae0203EF95494AE4C170eD35f4Cf77797)
214+
- EIP712Proxy: [`0xB3574f76b1720E61FdA98702c7016674CD6Eaa7b`](https://sepolia.scrollscan.com/address/0xB3574f76b1720E61FdA98702c7016674CD6Eaa7b)
215+
- Indexer: [`0x7C2cb1eDC328491da52de2a0afc44D3B0Ae7ee17`](https://sepolia.scrollscan.com/address/0x7C2cb1eDC328491da52de2a0afc44D3B0Ae7ee17)
216+
210217
### Additional Useful Contracts
211218

212219
- Multicall3: [`0xcA11bde05977b3631167028862bE2a173976CA11`](https://sepolia.scrollscan.com/address/0xcA11bde05977b3631167028862bE2a173976CA11)

src/content/docs/en/technology/security/audits-and-bug-bounty.mdx

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,12 @@ Scroll has worked with several industry-leading security audit firms to review o
2525
- OpenZeppelin and Zellic have performed independent audits on our bridge & rollup contracts
2626
- Trail of Bits has analyzed our node implementation
2727

28-
<Aside type="tip" title="">
29-
We're still working with partners to get all of our reports published. We'll update this page with links as they
30-
become available.
31-
</Aside>
32-
3328
### zkEVM circuits
3429

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

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

5045
### Bridge and rollup contract

0 commit comments

Comments
 (0)