-
Notifications
You must be signed in to change notification settings - Fork 352
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #517 from OffchainLabs/chain-params
chain params page and global vars
- Loading branch information
Showing
8 changed files
with
94 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
title: 'Chain parameters' | ||
sidebar_label: Chain params | ||
description: Information about important system parameters for public Arbitrum chains | ||
reader-audience: developers who want to build on Ethereum/Arbitrum | ||
content-type: overview | ||
--- | ||
|
||
| Param | Description | Arbitrum One | Nova | Arb Goerli | Arb Sepolia | | ||
| -------------------- | --------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------- | --------------------------------------------------------------------------- | ------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- | | ||
| Dispute window | Time for until assertions get confirmed during which validaors can issue a challenge | @arbOneDisputeWindowBlocks@ blocks (~ @arbOneDisputeWindowDays@ days ) | @novaDisputeWindowBlocks@ blocks (~ @novaDisputeWindowDays@ days) | @goerliDisputeWindowBlocks@ blocks (~ @goerliDisputeWindowMinutes@ minutes) | @sepoliaDisputeWindowBlocks@ blocks (~ @sepoliaDisputeWindowMinutes@ minutes) | | ||
| Base stake | Amount of stake required for a validator to make an assertion | @arbOneBaesStakeEth@ ETH | @novaBaesStakeEth@ ETH | @goerliBaesStakeEth@ Goerli ETH | @sepoliaBaesStakeEth@ Sepolia ETH | | ||
| Force-include period | Period after which a delayed message can be included into the inbox without any action from the Sequencer | @arbOneForceIncludePeriodBlocks@ blocks / @arbOneForceIncludePeriodHours@ hours | @novaForceIncludePeriodBlocks@ blocks / @novaForceIncludePeriodHours@ hours | @goerliForceIncludePeriodBlocks@ blocks / @goerliForceIncludePeriodHours@ hours | @sepoliaForceIncludePeriodBlocks@ blocks / @sepoliaForceIncludePeriodHours@ hours | | ||
| Gas speed limit | Target gas/sec, over which the congestion mechanism activates | @arbOneGasSpeedLimitGasPerSec@ gas/sec | @novaGasSpeedLimitGasPerSec@ gas/sec | @goerliGasSpeedLimitGasPerSec@ gas/sec | @sepoliaGasSpeedLimitGasPerSec@ gas/sec | | ||
| Gas price floor | Minimum gas price | @arbOneGasFloorGwei@ gwei | @novaGasFloorGwei@ gwei | @goerliGasFloorGwei@ gwei | @sepoliaGasFloorGwei@ gwei | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1c5ed6b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
nitro-docs – ./
docs.arbitrum.io
nitro-docs-delta.vercel.app
nitro-docs-offchain-labs.vercel.app
nitro-docs-git-master-offchain-labs.vercel.app
developer.arbitrum.io