From 7e3b8c48c8a2e43826029089e008fdbcf7504a41 Mon Sep 17 00:00:00 2001 From: Danyal Prout Date: Thu, 25 Apr 2024 12:26:29 -0500 Subject: [PATCH] review feedback --- specs/SUMMARY.md | 2 +- specs/fjord/overview.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/specs/SUMMARY.md b/specs/SUMMARY.md index 203de30c0..d1e4c94ca 100644 --- a/specs/SUMMARY.md +++ b/specs/SUMMARY.md @@ -18,9 +18,9 @@ - [Derivation](./protocol/derivation.md) - [Span Batches](./protocol/span-batches.md) - [Batch Submitter](./protocol/batcher.md) + - [Precompiles](./protocol/precompiles.md) - [Predeploys](./protocol/predeploys.md) - [Preinstalls](./protocol/preinstalls.md) - - [Precompiles](./protocol/precompiles.md) - [Superchain]() - [Superchain Configuration](./protocol/superchain-configuration.md) - [Superchain Upgrades](./protocol/superchain-upgrades.md) diff --git a/specs/fjord/overview.md b/specs/fjord/overview.md index a34aaff16..7874096d7 100644 --- a/specs/fjord/overview.md +++ b/specs/fjord/overview.md @@ -13,6 +13,6 @@ This document is not finalized and should be considered experimental. ## Execution Layer -- [RIP-7212: Precompile for secp256r1 Curve Support](https://github.com/ethereum/RIPs/blob/master/RIPS/rip-7212.md) +- [RIP-7212: Precompile for secp256r1 Curve Support](../protocol/precompiles.md#P256VERIFY) ## Consensus Layer