Skip to content

Commit

Permalink
[Backport release-rogue] Add new mainnet deployment and cocoa (#2243)
Browse files Browse the repository at this point in the history
Add new mainnet deployment and cocoa (#2242)

(cherry picked from commit 9bdafb6)

Co-authored-by: Mat R. <[email protected]>
  • Loading branch information
github-actions[bot] and Ancient123 authored Oct 31, 2024
1 parent 6e936c7 commit 74e1e66
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
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

0 comments on commit 74e1e66

Please sign in to comment.