From 9ab7f8075ecd341710cafa950166345331bc5415 Mon Sep 17 00:00:00 2001 From: KOSASIH Date: Sun, 20 Oct 2024 12:05:14 +0700 Subject: [PATCH] Create rollup_config.json --- .../config/rollup_config.json | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 blockchain_integration/pi_network/pi-network-layer2-scaling/config/rollup_config.json diff --git a/blockchain_integration/pi_network/pi-network-layer2-scaling/config/rollup_config.json b/blockchain_integration/pi_network/pi-network-layer2-scaling/config/rollup_config.json new file mode 100644 index 000000000..c1aa016b0 --- /dev/null +++ b/blockchain_integration/pi_network/pi-network-layer2-scaling/config/rollup_config.json @@ -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 + } +}