Skip to content

Commit d8067f8

Browse files
upd
1 parent 1fe4d53 commit d8067f8

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

src/Nethermind.Arbitrum/Properties/configs/arbitrum-mainnet-archive.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,12 @@
5959
"Enabled": true
6060
},
6161
"Arbitrum": {
62-
"BlockProcessingTimeout": 10000,
62+
"BlockProcessingTimeout": 60000,
6363
"RebuildLocalWasm": "auto"
64+
},
65+
"VerifyBlockHash": {
66+
"Enabled": false,
67+
"VerifyEveryNBlocks": 10000,
68+
"ArbNodeRpcUrl": "https://arb1.arbitrum.io/rpc"
6469
}
6570
}

src/Nethermind.Arbitrum/Properties/configs/arbitrum-mainnet.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,14 @@
6363
},
6464
"Merge": {
6565
"Enabled": true
66+
},
67+
"Arbitrum": {
68+
"BlockProcessingTimeout": 60000,
69+
"RebuildLocalWasm": "auto"
70+
},
71+
"VerifyBlockHash": {
72+
"Enabled": false,
73+
"VerifyEveryNBlocks": 10000,
74+
"ArbNodeRpcUrl": "https://arb1.arbitrum.io/rpc"
6675
}
6776
}

0 commit comments

Comments
 (0)