mirror of
https://github.com/scroll-tech/scroll.git
synced 2026-01-14 08:28:02 -05:00
60 lines
2.1 KiB
JSON
60 lines
2.1 KiB
JSON
{
|
|
"l1_config": {
|
|
"confirmations": 6,
|
|
"endpoint": "https://goerli.infura.io/v3/9aa3d95b3bc440fa88ea12eaa4456161",
|
|
"l1_messenger_address": "0x0000000000000000000000000000000000000000",
|
|
"start_height": 0,
|
|
"relayer_config": {
|
|
"messenger_contract_address": "0x0000000000000000000000000000000000000000",
|
|
"sender_config": {
|
|
"endpoint": "/var/lib/jenkins/workspace/SequencerPipeline/MyPrivateNetwork/geth.ipc",
|
|
"check_pending_time": 3,
|
|
"escalate_blocks": 100,
|
|
"confirmations": 1,
|
|
"escalate_multiple_num": 11,
|
|
"escalate_multiple_den": 10,
|
|
"max_gas_price": 10000000000,
|
|
"tx_type": "AccessListTx",
|
|
"min_balance": 100000000000000000000
|
|
},
|
|
"message_sender_private_keys": [
|
|
"1212121212121212121212121212121212121212121212121212121212121212"
|
|
]
|
|
}
|
|
},
|
|
"l2_config": {
|
|
"confirmations": 1,
|
|
"proof_generation_freq": 1,
|
|
"skipped_opcodes": [
|
|
"CREATE2",
|
|
"DELEGATECALL"
|
|
],
|
|
"endpoint": "/var/lib/jenkins/workspace/SequencerPipeline/MyPrivateNetwork/geth.ipc",
|
|
"l2_messenger_address": "0x0000000000000000000000000000000000000000",
|
|
"relayer_config": {
|
|
"messenger_contract_address": "0x0000000000000000000000000000000000000000",
|
|
"rollup_contract_address": "0x0000000000000000000000000000000000000000",
|
|
"sender_config": {
|
|
"endpoint": "https://goerli.infura.io/v3/9aa3d95b3bc440fa88ea12eaa4456161",
|
|
"check_pending_time": 10,
|
|
"escalate_blocks": 100,
|
|
"confirmations": 6,
|
|
"escalate_multiple_num": 11,
|
|
"escalate_multiple_den": 10,
|
|
"max_gas_price": 10000000000,
|
|
"tx_type": "DynamicFeeTx",
|
|
"min_balance": 100000000000000000000
|
|
},
|
|
"message_sender_private_keys": [
|
|
"1212121212121212121212121212121212121212121212121212121212121212"
|
|
],
|
|
"roller_sender_private_keys": [
|
|
"1212121212121212121212121212121212121212121212121212121212121212"
|
|
]
|
|
}
|
|
},
|
|
"db_config": {
|
|
"driver_name": "postgres",
|
|
"dsn": "postgres://admin:123456@localhost/test?sslmode=disable"
|
|
}
|
|
} |