1
1
{
2
- "l1_config" : {
3
- "confirmations" : 6 ,
4
- "chain_id" : 4 ,
5
- "endpoint" : " https://goerli.infura.io/v3/9aa3d95b3bc440fa88ea12eaa4456161" ,
6
- "l1_messenger_address" : " 0x0000000000000000000000000000000000000000" ,
7
- "start_height" : 0 ,
8
- "relayer_config" : {
9
- "messenger_contract_address" : " 0x0000000000000000000000000000000000000000" ,
10
- "sender_config" : {
11
- "endpoint" : " /var/lib/jenkins/workspace/SequencerPipeline/MyPrivateNetwork/geth.ipc" ,
12
- "check_pending_time" : 3 ,
13
- "escalate_blocks" : 100 ,
14
- "confirmations" : 1 ,
15
- "escalate_multiple_num" : 11 ,
16
- "escalate_multiple_den" : 10 ,
17
- "max_gas_price" : 10000000000 ,
18
- "tx_type" : " AccessListTx"
19
- },
20
- "private_key" : " abc123abc123abc123abc123abc123abc123abc123abc123abc123abc123abc1"
21
- }
22
- },
23
- "l2_config" : {
24
- "confirmations" : 1 ,
25
- "chain_id" : 53077 ,
26
- "proof_generation_freq" : 1 ,
27
- "skipped_opcodes" : [
28
- " CREATE2" ,
29
- " DELEGATECALL"
30
- ],
31
- "endpoint" : " /var/lib/jenkins/workspace/SequencerPipeline/MyPrivateNetwork/geth.ipc" ,
32
- "l2_messenger_address" : " 0x0000000000000000000000000000000000000000" ,
33
- "relayer_config" : {
34
- "messenger_contract_address" : " 0x0000000000000000000000000000000000000000" ,
35
- "rollup_contract_address" : " 0x0000000000000000000000000000000000000000" ,
36
- "sender_config" : {
37
- "endpoint" : " https://goerli.infura.io/v3/9aa3d95b3bc440fa88ea12eaa4456161" ,
38
- "check_pending_time" : 10 ,
39
- "escalate_blocks" : 100 ,
40
- "confirmations" : 6 ,
41
- "escalate_multiple_num" : 11 ,
42
- "escalate_multiple_den" : 10 ,
43
- "max_gas_price" : 10000000000 ,
44
- "tx_type" : " DynamicFeeTx"
45
- },
46
- "private_key" : " 1212121212121212121212121212121212121212121212121212121212121212"
47
- }
48
- },
49
- "db_config" : {
50
- "driver_name" : " postgres" ,
51
- "dsn" : " postgres://admin:123456@localhost/test?sslmode=disable"
2
+ "l1_config" : {
3
+ "confirmations" : 6 ,
4
+ "chain_id" : 4 ,
5
+ "endpoint" : " https://goerli.infura.io/v3/9aa3d95b3bc440fa88ea12eaa4456161" ,
6
+ "l1_messenger_address" : " 0x0000000000000000000000000000000000000000" ,
7
+ "start_height" : 0 ,
8
+ "relayer_config" : {
9
+ "messenger_contract_address" : " 0x0000000000000000000000000000000000000000" ,
10
+ "sender_config" : {
11
+ "endpoint" : " /var/lib/jenkins/workspace/SequencerPipeline/MyPrivateNetwork/geth.ipc" ,
12
+ "check_pending_time" : 3 ,
13
+ "escalate_blocks" : 100 ,
14
+ "confirmations" : 1 ,
15
+ "escalate_multiple_num" : 11 ,
16
+ "escalate_multiple_den" : 10 ,
17
+ "max_gas_price" : 10000000000 ,
18
+ "tx_type" : " AccessListTx"
19
+ },
20
+ "private_key" : " abc123abc123abc123abc123abc123abc123abc123abc123abc123abc123abc1"
52
21
}
53
- }
22
+ },
23
+ "l2_config" : {
24
+ "confirmations" : 1 ,
25
+ "chain_id" : 53077 ,
26
+ "proof_generation_freq" : 1 ,
27
+ "skipped_opcodes" : [
28
+ " CREATE2" ,
29
+ " DELEGATECALL"
30
+ ],
31
+ "endpoint" : " /var/lib/jenkins/workspace/SequencerPipeline/MyPrivateNetwork/geth.ipc" ,
32
+ "l2_messenger_address" : " 0x0000000000000000000000000000000000000000" ,
33
+ "relayer_config" : {
34
+ "messenger_contract_address" : " 0x0000000000000000000000000000000000000000" ,
35
+ "rollup_contract_address" : " 0x0000000000000000000000000000000000000000" ,
36
+ "sender_config" : {
37
+ "endpoint" : " https://goerli.infura.io/v3/9aa3d95b3bc440fa88ea12eaa4456161" ,
38
+ "check_pending_time" : 10 ,
39
+ "escalate_blocks" : 100 ,
40
+ "confirmations" : 6 ,
41
+ "escalate_multiple_num" : 11 ,
42
+ "escalate_multiple_den" : 10 ,
43
+ "max_gas_price" : 10000000000 ,
44
+ "tx_type" : " DynamicFeeTx"
45
+ },
46
+ "private_key" : " 1212121212121212121212121212121212121212121212121212121212121212"
47
+ }
48
+ },
49
+ "db_config" : {
50
+ "driver_name" : " postgres" ,
51
+ "dsn" : " postgres://admin:123456@localhost/test?sslmode=disable"
52
+ }
53
+ }
0 commit comments