-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathzq2-prototestnet.toml
26 lines (23 loc) · 2.55 KB
/
zq2-prototestnet.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
p2p_port = 3333
bootstrap_address = [ "12D3KooWAcATh49oLnRmftLHuydAu3ufWGDyuGAsqwwcKCS7BAxi", "/dns/bootstrap.zq2-prototestnet.zilliqa.com/tcp/3333" ]
[[nodes]]
eth_chain_id = 33103
allowed_timestamp_skew = { secs = 60, nanos = 0 }
data_dir = "/data"
consensus.genesis_accounts = [ ["0xb4492c468fe97cb73ea70a9a712cdd5b5ab621c3", "900_000_000_000_000_000_000_000_000" ] ]
consensus.genesis_deposits = [ ["b5a1a63fd7cb5e30a88214067ac5c594a73e9b7bc27375cf6463ef01540c462b78a20145cff085b968aff59b6592fa19", "12D3KooWAcATh49oLnRmftLHuydAu3ufWGDyuGAsqwwcKCS7BAxi", "20_000_000_000_000_000_000_000_000", "0x0000000000000000000000000000000000000000", "0xb4492c468fe97cb73ea70a9a712cdd5b5ab621c3"] ]
# Reward parameters
consensus.rewards_per_hour = "51_000_000_000_000_000_000_000"
consensus.blocks_per_hour = 3600
consensus.minimum_stake = "10_000_000_000_000_000_000_000_000"
# Gas parameters
consensus.eth_block_gas_limit = 84000000
consensus.gas_price = "4_761_904_800_000"
consensus.scilla_call_gas_exempt_addrs = ["0x60E6b5b1B8D3E373E1C04dC0b4f5624776bcBB60", "0x7013Da2653453299Efb867EfcCCcB1A6d5FE1384", "0x8618d39a8276D931603c6Bc7306af6A53aD2F1F3", "0xE90Dd366D627aCc5feBEC126211191901A69f8a0", "0x5900Ac075A67742f5eA4204650FEad9E674c664F", "0x28e8d39fc68eaa27c88797eb7d324b4b97d5b844", "0x51b9f3ddb948bcc16b89b48d83b920bc01dbed55", "0x1fD09F6701a1852132A649fe9D07F2A3b991eCfA", "0x878c5008A348A60a5B239844436A7b483fAdb7F2", "0x8895Aa1bEaC254E559A3F91e579CF4a67B70ce02", "0x453b11386FBd54bC532892c0217BBc316fc7b918", "0xaD581eC62eA08831c8FE2Cd7A1113473fE40A057"]
consensus.contract_upgrade_block_heights = { deposit_v3 = 8406000 }
api_servers = [{ port = 4201, enabled_apis = [{ apis = ["blockNumber"], namespace = "eth" }] }, { enabled_apis = ["admin", "erigon", "eth", "net", "ots", "trace", "txpool", "web3", "zilliqa"], port = 4202 }]
consensus.forks = [
{ at_height = 0, call_mode_1_sets_caller_to_parent_caller = false, failed_scilla_call_from_gas_exempt_caller_causes_revert = false, scilla_messages_can_call_evm_contracts = false, scilla_contract_creation_increments_account_balance = false },
{ at_height = 8404000, call_mode_1_sets_caller_to_parent_caller = true, failed_scilla_call_from_gas_exempt_caller_causes_revert = true, scilla_messages_can_call_evm_contracts = false, scilla_contract_creation_increments_account_balance = false },
{ at_height = 10200000, call_mode_1_sets_caller_to_parent_caller = true, failed_scilla_call_from_gas_exempt_caller_causes_revert = true, scilla_messages_can_call_evm_contracts = true, scilla_contract_creation_increments_account_balance = false }
]