Skip to content

Commit

Permalink
add marketplace.chain_config to genesis.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
tbro committed Aug 21, 2024
1 parent 4b552ee commit 614214c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions sequencer/src/genesis.rs
Original file line number Diff line number Diff line change
Expand Up @@ -645,6 +645,13 @@ mod test {
stop_proposing_view = 10

[upgrade.marketplace]
[upgrade.marketplace.chain_config]
chain_id = 12345
max_block_size = 30000
base_fee = 1
fee_recipient = "0x0000000000000000000000000000000000000000"
bid_recipient = "0x0000000000000000000000000000000000000000"
fee_contract = "0x0000000000000000000000000000000000000000"

[[upgrade]]
version = "0.2"
Expand Down

0 comments on commit 614214c

Please sign in to comment.