From d32c402db310faa1345cafff5838ae90c300709f Mon Sep 17 00:00:00 2001
From: AnnabelDuska <151347490+AnnabelDuska@users.noreply.github.com>
Date: Tue, 21 Nov 2023 19:29:09 +0300
Subject: [PATCH 1/3] Fix typo estimating-gas-and-tx-fees.mdx (#125)
fix typo - c*ontracts* ---->*contracts*
---
.../docs/en/developers/guides/estimating-gas-and-tx-fees.mdx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/content/docs/en/developers/guides/estimating-gas-and-tx-fees.mdx b/src/content/docs/en/developers/guides/estimating-gas-and-tx-fees.mdx
index 68629e130..339c10bde 100644
--- a/src/content/docs/en/developers/guides/estimating-gas-and-tx-fees.mdx
+++ b/src/content/docs/en/developers/guides/estimating-gas-and-tx-fees.mdx
@@ -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.
From 28d80267357dd3f13475a43e09d6630170d886ef Mon Sep 17 00:00:00 2001
From: Ahmed Castro
Date: Fri, 1 Dec 2023 13:07:55 -0600
Subject: [PATCH 2/3] Added EAS scroll sepolia contracts to the docs (#138)
---
src/content/docs/en/developers/scroll-contracts.mdx | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/src/content/docs/en/developers/scroll-contracts.mdx b/src/content/docs/en/developers/scroll-contracts.mdx
index 0bdd69f60..39b70bc8b 100644
--- a/src/content/docs/en/developers/scroll-contracts.mdx
+++ b/src/content/docs/en/developers/scroll-contracts.mdx
@@ -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)
From 72b012808fbe5565d478afe71e16803e96b1f502 Mon Sep 17 00:00:00 2001
From: Daniel Helm
Date: Fri, 1 Dec 2023 13:08:26 -0600
Subject: [PATCH 3/3] update: add Trail of Bits links for zkEVM circuits (#136)
* update: add Trail of Bits links for zkEVM circuits
* update: add Trail of Bits link for l2geth
---
.../technology/security/audits-and-bug-bounty.mdx | 13 ++++---------
1 file changed, 4 insertions(+), 9 deletions(-)
diff --git a/src/content/docs/en/technology/security/audits-and-bug-bounty.mdx b/src/content/docs/en/technology/security/audits-and-bug-bounty.mdx
index 8e203a333..8e51ffe2f 100644
--- a/src/content/docs/en/technology/security/audits-and-bug-bounty.mdx
+++ b/src/content/docs/en/technology/security/audits-and-bug-bounty.mdx
@@ -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
-
-
### 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)
@@ -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