-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Backport release-rogue] Add new mainnet deployment and cocoa (#2243)
Add new mainnet deployment and cocoa (#2242) (cherry picked from commit 9bdafb6) Co-authored-by: Mat R. <[email protected]>
- Loading branch information
1 parent
6e936c7
commit 74e1e66
Showing
2 changed files
with
21 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
base_version = "0.2" | ||
upgrade_version = "0.3" | ||
|
||
[stake_table] | ||
capacity = 200 | ||
|
||
[chain_config] | ||
chain_id = 888888888 | ||
base_fee = '1 wei' | ||
max_block_size = '1mb' | ||
fee_recipient = '0x0000000000000000000000000000000000000000' | ||
fee_contract = '0x553adde5f01ff839f98574e3f4f50d9b503f70f3' | ||
|
||
[header] | ||
timestamp = "1970-01-01T00:00:00Z" | ||
|
||
[l1_finalized] | ||
number = 6857392 # Block where fee contract is deployed |
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