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

[Backport release-rogue] Add new mainnet deployment and cocoa #2243

Merged
merged 1 commit into from
Oct 31, 2024
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
18 changes: 18 additions & 0 deletions data/genesis/cocoa.toml
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
6 changes: 3 additions & 3 deletions data/genesis/mainnet.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ base_fee = '1 wei'
max_block_size = '1mb'
fee_recipient = '0x0000000000000000000000000000000000000000'
# Deployed
fee_contract = '0x315f2Ee49E647222C0f896b9b5b6E9b32fAfB9FB'
fee_contract = '0x9fce21c3f7600aa63392a5f5713986b39bb98884'

[header]
timestamp = "1970-01-01T00:00:00Z"

[l1_finalized]
# 20973095 (deployed block) + 14400 (~2 days of blocks)
number = 20987495
# 21087503 (deployed block) + (28800) (~4 days of blocks)
number = 21116303