From 75ab9cabeb081883752efd1899e62f7f1c7bad19 Mon Sep 17 00:00:00 2001 From: isabelle Date: Fri, 5 Jul 2024 15:14:48 -0400 Subject: [PATCH] Add PR descriptions --- .../docs/en/technology/overview/scroll-upgrades.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/content/docs/en/technology/overview/scroll-upgrades.mdx b/src/content/docs/en/technology/overview/scroll-upgrades.mdx index 08eaec82f..306579649 100644 --- a/src/content/docs/en/technology/overview/scroll-upgrades.mdx +++ b/src/content/docs/en/technology/overview/scroll-upgrades.mdx @@ -44,10 +44,10 @@ This significant upgrade will reduce gas fees on the Scroll chain by 1.5x. Highl The code changes for this upgrade are documented in the following PRs: -- [PR 1317](https://github.com/scroll-tech/scroll/pull/1317) -- [PR 1343](https://github.com/scroll-tech/scroll/pull/1343) -- [PR 1354](https://github.com/scroll-tech/scroll/pull/1354) -- [PR 1372](https://github.com/scroll-tech/scroll/pull/1372) +- [Accept compressed batches](https://github.com/scroll-tech/scroll/pull/1317) +- [Update `L1GasPriceOracle`](https://github.com/scroll-tech/scroll/pull/1343) +- [Change `MAX_COMMIT_SCALAR` and `MAX_BLOB_SCALAR` to 1e18](https://github.com/scroll-tech/scroll/pull/1354) +- [Remove batch index check when updating a verifier](https://github.com/scroll-tech/scroll/pull/1372) The main changes are as follows: