Skip to content

Commit

Permalink
added needed mainnet files
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaytonNorthey92 committed Feb 17, 2025
1 parent b33829b commit 31b8618
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 3 deletions.
2 changes: 0 additions & 2 deletions localnode/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +0,0 @@
mainnet-genesis.json
mainnet-rollup.json
2 changes: 1 addition & 1 deletion localnode/docker-compose_mainnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ services:
op-geth-l2-init-tbc:
condition: "service_completed_successfully"
volumes:
- ./mainnetgenesis.json:/tmp/genesis.json
- ./mainnet-genesis.json:/tmp/genesis.json
# change this token value if you expose this service's ports for
# connection from other machines
- ./jwt.hex:/tmp/jwt/jwt.hex:ro
Expand Down
File renamed without changes.
34 changes: 34 additions & 0 deletions localnode/mainnet-rollup.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"genesis": {
"l1": {
"hash": "0x29886abeccf2ce71915bf51a6895f49712eb604888472f048e4a87d25063cfa0",
"number": 20711548
},
"l2": {
"hash": "0x6b070d8b8f3bf81c9314ff863748e3db2662ecc0a8dbd4c394a8b646ae0c8b8b",
"number": 0
},
"l2_time": 1725866711,
"system_config": {
"batcherAddr": "0x65115c6d23274e0a29a63b69130efe901aa52e7a",
"overhead": "0x0000000000000000000000000000000000000000000000000000000000000834",
"scalar": "0x00000000000000000000000000000000000000000000000000000000000f4240",
"gasLimit": 30000000
}
},
"block_time": 12,
"max_sequencer_drift": 600,
"seq_window_size": 3600,
"channel_timeout": 300,
"l1_chain_id": 1,
"l2_chain_id": 43111,
"regolith_time": 0,
"batch_inbox_address": "0xff00000000000000000000000000000000043111",
"deposit_contract_address": "0x39a0005415256b9863afe2d55edcf75ecc3a4d7e",
"l1_system_config_address": "0x5ae68684d9179a8053883f1df599ea7fb35303c3",
"protocol_versions_address": "0x0000000000000000000000000000000000000000",
"da_challenge_address": "0x0000000000000000000000000000000000000000",
"da_challenge_window": 0,
"da_resolve_window": 0,
"use_plasma": false
}

0 comments on commit 31b8618

Please sign in to comment.