-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
21 additions
and
21 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 |
---|---|---|
|
@@ -8,7 +8,7 @@ import "../based/TaikoInbox.sol"; | |
/// @custom:security-contact [email protected] | ||
contract DevnetInbox is TaikoInbox { | ||
/// @inheritdoc ITaikoInbox | ||
function getConfigV3() public pure override returns (ITaikoInbox.Config memory) { | ||
function getConfig() public pure override returns (ITaikoInbox.Config memory) { | ||
return ITaikoInbox.Config({ | ||
chainId: 167_001, | ||
maxBatchProposals: 324_000, | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ import "../based/TaikoInbox.sol"; | |
/// @dev Labeled in address resolver as "taiko" | ||
/// @custom:security-contact [email protected] | ||
contract HeklaInbox is TaikoInbox { | ||
function getConfigV3() public pure override returns (ITaikoInbox.Config memory) { | ||
function getConfig() public pure override returns (ITaikoInbox.Config memory) { | ||
return ITaikoInbox.Config({ | ||
chainId: LibNetwork.TAIKO_HEKLA, | ||
// Never change this value as ring buffer is being reused!!! | ||
|
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 |
---|---|---|
|
@@ -11,7 +11,7 @@ import "./libs/LibFasterReentryLock.sol"; | |
/// @notice See the documentation in {TaikoL1}. | ||
/// @custom:security-contact [email protected] | ||
contract MainnetInbox is TaikoInbox { | ||
function getConfigV3() public pure override returns (ITaikoInbox.Config memory) { | ||
function getConfig() public pure override returns (ITaikoInbox.Config memory) { | ||
// All hard-coded configurations: | ||
// - treasury: the actual TaikoL2 address. | ||
// - anchorGasLimit: 250_000 (based on internal devnet, its ~220_000 | ||
|
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
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