From 4184d0283f3af33908fb5a3024d13b98b171bd62 Mon Sep 17 00:00:00 2001 From: linchizhen Date: Mon, 23 Dec 2024 19:47:49 +0800 Subject: [PATCH] chore: fix 404 status URL Signed-off-by: linchizhen --- src/docs/base.mdx | 2 +- src/docs/blast.mdx | 2 +- src/docs/optimism.mdx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/docs/base.mdx b/src/docs/base.mdx index c0f6907..1e8b9eb 100644 --- a/src/docs/base.mdx +++ b/src/docs/base.mdx @@ -147,7 +147,7 @@ links: | | | The L2 ERC721 bridge is a contract which works together with the L1 ERC721 bridge to make it possible to transfer ERC721 tokens from Ethereum to Optimism | N/A | | | | Responsible for maintaining L1 context in L2. This allows for L1 state to be accessed in L2 | N/A | | | | Stores commitments to withdrawal transactions. When a user is submitting the withdrawing transaction on L1, they provide a proof that the transaction that they withdrew on L2 is in the `sentMessages` mapping of this contract | N/A | - | | | Responsible for creating ERC721 contracts on L2 that can be used for depositing native L1 NFTs into | N/A | + | | | Responsible for creating ERC721 contracts on L2 that can be used for depositing native L1 NFTs into | N/A | | | | Owner of all of the proxy contracts set at the predeploys. It is itself behind a proxy. The owner of the ProxyAdmin will have the ability to upgrade any of the other predeploy contracts | N/A | | | | Receives the basefees on L2. The basefee is not burnt on L2 like it is on L1. Once the contract has received a certain amount of fees, the ETH can be withdrawn to an immutable address on L1 | N/A | | | | Receives the L1 portion of the transaction fees. Once the contract has received a certain amount of fees, the ETH can be withdrawn to an immutable address on L1 | N/A | diff --git a/src/docs/blast.mdx b/src/docs/blast.mdx index 4da8b28..c8d62ed 100644 --- a/src/docs/blast.mdx +++ b/src/docs/blast.mdx @@ -144,7 +144,7 @@ links: | | | Provides information of L1 base fee data and calculates the L1 fee for a given transaction | N/A | | | | Responsible for maintaining L1 context in L2. This allows for L1 state to be accessed in L2 | N/A | | | | Stores commitments to withdrawal transactions. When a user is submitting the withdrawing transaction on L1, they provide a proof that the transaction that they withdrew on L2 is in the `sentMessages` mapping of this contract | N/A | - | | | Responsible for creating ERC721 contracts on L2 that can be used for depositing native L1 NFTs into | N/A | + | | | Responsible for creating ERC721 contracts on L2 that can be used for depositing native L1 NFTs into | N/A | | | | Owner of all of the proxy contracts set at the predeploys. It is itself behind a proxy. The owner of the ProxyAdmin will have the ability to upgrade any of the other predeploy contracts | N/A | | | | Receives the basefees on L2. The basefee is not burnt on L2 like it is on L1. Once the contract has received a certain amount of fees, the ETH can be withdrawn to an immutable address on L1 | N/A | | | | Receives the L1 portion of the transaction fees. Once the contract has received a certain amount of fees, the ETH can be withdrawn to an immutable address on L1 | N/A | diff --git a/src/docs/optimism.mdx b/src/docs/optimism.mdx index 78a2920..3bd9546 100644 --- a/src/docs/optimism.mdx +++ b/src/docs/optimism.mdx @@ -146,7 +146,7 @@ links: | | GovernanceToken | The Optimism OP governance token. | N/A | | | | Responsible for maintaining L1 context in L2. This allows for L1 state to be accessed in L2 | N/A | | | | Stores commitments to withdrawal transactions. When a user is submitting the withdrawing transaction on L1, they provide a proof that the transaction that they withdrew on L2 is in the `sentMessages` mapping of this contract | N/A | - | | | Responsible for creating ERC721 contracts on L2 that can be used for depositing native L1 NFTs into | N/A | + | | | Responsible for creating ERC721 contracts on L2 that can be used for depositing native L1 NFTs into | N/A | | | | Owner of all of the proxy contracts set at the predeploys. It is itself behind a proxy. The owner of the ProxyAdmin will have the ability to upgrade any of the other predeploy contracts | N/A | | | | Receives the basefees on L2. The basefee is not burnt on L2 like it is on L1. Once the contract has received a certain amount of fees, the ETH can be withdrawn to an immutable address on L1 | N/A | | | | Receives the L1 portion of the transaction fees. Once the contract has received a certain amount of fees, the ETH can be withdrawn to an immutable address on L1 | N/A |