|
1 | 1 | {
|
2 | 2 | "l1_config": {
|
3 |
| - "confirmations": 6, |
| 3 | + "confirmations": "0x6", |
4 | 4 | "endpoint": "https://goerli.infura.io/v3/9aa3d95b3bc440fa88ea12eaa4456161",
|
5 | 5 | "l1_messenger_address": "0x0000000000000000000000000000000000000000",
|
6 | 6 | "rollup_contract_address": "0x0000000000000000000000000000000000000000",
|
|
11 | 11 | "endpoint": "/var/lib/jenkins/workspace/SequencerPipeline/MyPrivateNetwork/geth.ipc",
|
12 | 12 | "check_pending_time": 3,
|
13 | 13 | "escalate_blocks": 100,
|
14 |
| - "confirmations": 1, |
| 14 | + "confirmations": "0x1", |
15 | 15 | "escalate_multiple_num": 11,
|
16 | 16 | "escalate_multiple_den": 10,
|
17 | 17 | "max_gas_price": 10000000000,
|
18 |
| - "tx_type": "AccessListTx", |
| 18 | + "tx_type": "LegacyTx", |
19 | 19 | "min_balance": 100000000000000000000
|
20 | 20 | },
|
21 | 21 | "message_sender_private_keys": [
|
|
24 | 24 | }
|
25 | 25 | },
|
26 | 26 | "l2_config": {
|
27 |
| - "confirmations": 1, |
| 27 | + "confirmations": "0x1", |
28 | 28 | "endpoint": "/var/lib/jenkins/workspace/SequencerPipeline/MyPrivateNetwork/geth.ipc",
|
29 | 29 | "l2_messenger_address": "0x0000000000000000000000000000000000000000",
|
30 | 30 | "relayer_config": {
|
|
34 | 34 | "endpoint": "https://goerli.infura.io/v3/9aa3d95b3bc440fa88ea12eaa4456161",
|
35 | 35 | "check_pending_time": 10,
|
36 | 36 | "escalate_blocks": 100,
|
37 |
| - "confirmations": 6, |
| 37 | + "confirmations": "0x6", |
38 | 38 | "escalate_multiple_num": 11,
|
39 | 39 | "escalate_multiple_den": 10,
|
40 | 40 | "max_gas_price": 10000000000,
|
41 |
| - "tx_type": "DynamicFeeTx", |
| 41 | + "tx_type": "LegacyTx", |
42 | 42 | "min_balance": 100000000000000000000
|
43 | 43 | },
|
44 | 44 | "message_sender_private_keys": [
|
|
0 commit comments