Skip to content

Commit

Permalink
Create rollup_config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
KOSASIH authored Oct 20, 2024
1 parent 692881b commit 9ab7f80
Showing 1 changed file with 23 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"rollup": {
"batchSize": 100,
"gasLimit": 8000000,
"maxTransactionCount": 500,
"minConfirmation": 3,
"rollupFee": {
"amount": "0.01",
"currency": "ETH"
},
"validator": {
"reward": {
"amount": "0.001",
"currency": "ETH"
},
"penalty": {
"amount": "0.005",
"currency": "ETH"
}
},
"stateRootUpdateInterval": 300 // in seconds
}
}

0 comments on commit 9ab7f80

Please sign in to comment.