Skip to content

Commit

Permalink
RELEASE-GAMBIT: Add decaf fee contract address and block (#2066)
Browse files Browse the repository at this point in the history
Add decaf fee contract address and block
  • Loading branch information
Ancient123 authored Sep 25, 2024
1 parent 98d4ffb commit c5e422e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions data/genesis/decaf.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@ chain_id = 0xdecaf
base_fee = '1 wei'
max_block_size = '1mb'
fee_recipient = '0x0000000000000000000000000000000000000000'
# TODO update this after contract is deployed
fee_contract = '0x0000000000000000000000000000000000000000'
fee_contract = '0x42835083fd1d3fc5d799b5f6815ae4bf2623e6d0'

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

[l1_finalized]
number = 6762603 # Estimated on Sepolia: 25 Sep 2024 18:00 UTC
number = 6758037 # Block where fee contract is deployed

0 comments on commit c5e422e

Please sign in to comment.