Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix 404 status URL #118

Merged
merged 1 commit into from
Jan 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/docs/base.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ links:
| <Copy value="0x4200000000000000000000000000000000000014" label="0x420...14" /> | <Reference label="L2ERC721Bridge" url="https://github.com/ethereum-optimism/optimism/blob/develop/packages/contracts-bedrock/src/L2/L2ERC721Bridge.sol" /> | 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 <Added /> |
| <Copy value="0x4200000000000000000000000000000000000015" label="0x420...15" /> | <Reference label="L1Block" url="https://github.com/ethereum-optimism/optimism/blob/develop/packages/contracts-bedrock/src/L2/L1Block.sol" /> | Responsible for maintaining L1 context in L2. This allows for L1 state to be accessed in L2 | N/A <Added /> |
| <Copy value="0x4200000000000000000000000000000000000016" label="0x420...16" /> | <Reference label="L2ToL1MessagePasser" url="https://github.com/ethereum-optimism/optimism/blob/develop/packages/contracts-bedrock/src/L2/L2ToL1MessagePasser.sol" /> | 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 <Added /> |
| <Copy value="0x4200000000000000000000000000000000000017" label="0x420...017" /> | <Reference label="OptimismMintableERC721Factory" url="https://github.com/ethereum-optimism/optimism/blob/develop/packages/contracts-bedrock/src/universal/OptimismMintableERC721Factory.sol" /> | Responsible for creating ERC721 contracts on L2 that can be used for depositing native L1 NFTs into | N/A <Added /> |
| <Copy value="0x4200000000000000000000000000000000000017" label="0x420...017" /> | <Reference label="OptimismMintableERC721Factory" url="https://github.com/ethereum-optimism/optimism/blob/develop/packages/contracts-bedrock/src/L2/OptimismMintableERC721Factory.sol" /> | Responsible for creating ERC721 contracts on L2 that can be used for depositing native L1 NFTs into | N/A <Added /> |
| <Copy value="0x4200000000000000000000000000000000000018" label="0x420...018" /> | <Reference label="ProxyAdmin" url="https://github.com/ethereum-optimism/optimism/blob/develop/packages/contracts-bedrock/src/universal/ProxyAdmin.sol" /> | 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 <Added /> |
| <Copy value="0x4200000000000000000000000000000000000019" label="0x420...019" /> | <Reference label="BaseFeeVault" url="https://github.com/ethereum-optimism/optimism/blob/develop/packages/contracts-bedrock/src/L2/BaseFeeVault.sol" /> | 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 <Added /> |
| <Copy value="0x420000000000000000000000000000000000001a" label="0x420...01a" /> | <Reference label="L1FeeVault" url="https://github.com/ethereum-optimism/optimism/blob/develop/packages/contracts-bedrock/src/L2/L1FeeVault.sol" /> | 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 <Added /> |
Expand Down
2 changes: 1 addition & 1 deletion src/docs/blast.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ links:
| <Copy value="0x420000000000000000000000000000000000000F" label="0x420...00F" /> | <Reference label="GasPriceOracle" url="https://github.com/ethereum-optimism/optimism/blob/develop/packages/contracts-bedrock/src/L2/GasPriceOracle.sol" /> | Provides information of L1 base fee data and calculates the L1 fee for a given transaction | N/A <Added /> |
| <Copy value="0x4200000000000000000000000000000000000015" label="0x420...015" /> | <Reference label="L1Block" url="https://github.com/ethereum-optimism/optimism/blob/develop/packages/contracts-bedrock/src/L2/L1Block.sol" /> | Responsible for maintaining L1 context in L2. This allows for L1 state to be accessed in L2 | N/A <Added /> |
| <Copy value="0x4200000000000000000000000000000000000016" label="0x420...016" /> | <Reference label="L2ToL1MessagePasser" url="https://github.com/ethereum-optimism/optimism/blob/develop/packages/contracts-bedrock/src/L2/L2ToL1MessagePasser.sol" /> | 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 <Added /> |
| <Copy value="0x4200000000000000000000000000000000000017" label="0x420...017" /> | <Reference label="OptimismMintableERC721Factory" url="https://github.com/ethereum-optimism/optimism/blob/develop/packages/contracts-bedrock/src/universal/OptimismMintableERC721Factory.sol" /> | Responsible for creating ERC721 contracts on L2 that can be used for depositing native L1 NFTs into | N/A <Added /> |
| <Copy value="0x4200000000000000000000000000000000000017" label="0x420...017" /> | <Reference label="OptimismMintableERC721Factory" url="https://github.com/ethereum-optimism/optimism/blob/develop/packages/contracts-bedrock/src/L2/OptimismMintableERC721Factory.sol" /> | Responsible for creating ERC721 contracts on L2 that can be used for depositing native L1 NFTs into | N/A <Added /> |
| <Copy value="0x4200000000000000000000000000000000000018" label="0x420...018" /> | <Reference label="ProxyAdmin" url="https://github.com/ethereum-optimism/optimism/blob/develop/packages/contracts-bedrock/src/universal/ProxyAdmin.sol" /> | 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 <Added /> |
| <Copy value="0x4200000000000000000000000000000000000019" label="0x420...019" /> | <Reference label="BaseFeeVault" url="https://github.com/ethereum-optimism/optimism/blob/develop/packages/contracts-bedrock/src/L2/BaseFeeVault.sol" /> | 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 <Added /> |
| <Copy value="0x420000000000000000000000000000000000001a" label="0x420...01a" /> | <Reference label="L1FeeVault" url="https://github.com/ethereum-optimism/optimism/blob/develop/packages/contracts-bedrock/src/L2/L1FeeVault.sol" /> | 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 <Added /> |
Expand Down
2 changes: 1 addition & 1 deletion src/docs/optimism.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ links:
| <Copy value="0x4200000000000000000000000000000000000042" label="0x420...42" /> | GovernanceToken | The Optimism OP governance token. | N/A <Added /> |
| <Copy value="0x4200000000000000000000000000000000000015" label="0x420...15" /> | <Reference label="L1Block" url="https://github.com/ethereum-optimism/optimism/blob/develop/packages/contracts-bedrock/src/L2/L1Block.sol" /> | Responsible for maintaining L1 context in L2. This allows for L1 state to be accessed in L2 | N/A <Added /> |
| <Copy value="0x4200000000000000000000000000000000000016" label="0x420...16" /> | <Reference label="L2ToL1MessagePasser" url="https://github.com/ethereum-optimism/optimism/blob/develop/packages/contracts-bedrock/src/L2/L2ToL1MessagePasser.sol" /> | 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 <Added /> |
| <Copy value="0x4200000000000000000000000000000000000017" label="0x420...017" /> | <Reference label="OptimismMintableERC721Factory" url="https://github.com/ethereum-optimism/optimism/blob/develop/packages/contracts-bedrock/src/universal/OptimismMintableERC721Factory.sol" /> | Responsible for creating ERC721 contracts on L2 that can be used for depositing native L1 NFTs into | N/A <Added /> |
| <Copy value="0x4200000000000000000000000000000000000017" label="0x420...017" /> | <Reference label="OptimismMintableERC721Factory" url="https://github.com/ethereum-optimism/optimism/blob/develop/packages/contracts-bedrock/src/L2/OptimismMintableERC721Factory.sol" /> | Responsible for creating ERC721 contracts on L2 that can be used for depositing native L1 NFTs into | N/A <Added /> |
| <Copy value="0x4200000000000000000000000000000000000018" label="0x420...018" /> | <Reference label="ProxyAdmin" url="https://github.com/ethereum-optimism/optimism/blob/develop/packages/contracts-bedrock/src/universal/ProxyAdmin.sol" /> | 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 <Added /> |
| <Copy value="0x4200000000000000000000000000000000000019" label="0x420...019" /> | <Reference label="BaseFeeVault" url="https://github.com/ethereum-optimism/optimism/blob/develop/packages/contracts-bedrock/src/L2/BaseFeeVault.sol" /> | 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 <Added /> |
| <Copy value="0x420000000000000000000000000000000000001a" label="0x420...01a" /> | <Reference label="L1FeeVault" url="https://github.com/ethereum-optimism/optimism/blob/develop/packages/contracts-bedrock/src/L2/L1FeeVault.sol" /> | 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 <Added /> |
Expand Down