Skip to content

Commit

Permalink
Add genesis and custom_vm.bin
Browse files Browse the repository at this point in the history
  • Loading branch information
zeekay committed Dec 11, 2023
1 parent 9bc83d7 commit f46a48a
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 0 deletions.
Binary file added custom_vm.bin
Binary file not shown.
54 changes: 54 additions & 0 deletions genesis.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"config": {
"chainId": 7777,
"homesteadBlock": 0,
"eip150Block": 0,
"eip150Hash": "0x2086799aeebeae135c246c65021c82b4e15a2c451340993aacfd2751886514f0",
"eip155Block": 0,
"eip158Block": 0,
"byzantiumBlock": 0,
"constantinopleBlock": 0,
"petersburgBlock": 0,
"istanbulBlock": 0,
"muirGlacierBlock": 0,
"subnetEVMTimestamp": 0,
"feeConfig": {
"gasLimit": 15000000,
"targetBlockRate": 2,
"minBaseFee": 25000000000,
"targetGas": 15000000,
"baseFeeChangeDenominator": 36,
"minBlockGasCost": 0,
"maxBlockGasCost": 1000000,
"blockGasCostStep": 200000
},
"feeManagerConfig": {
"adminAddresses": [
"0x2781bdc83a612f0fe382476556c0cc12fe602294"
],
"blockTimestamp": 0
},
"rewardManagerConfig": {
"adminAddresses": [
"0x2781bdc83a612f0fe382476556c0cc12fe602294"
],
"blockTimestamp": 0,
"initialRewardConfig": {
"allowFeeRecipients": false,
"rewardAddress": "0x8cadccdb875c0e8f75d54833b87bda6aad1326ff"
}
},
"subnetEVMTimestamp": 0,
"upgrades": {}
},
"nonce": "0x0",
"timestamp": "0x0",
"extraData": "0x00",
"gasLimit": "0xe4e1c0",
"difficulty": "0x0",
"mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"coinbase": "0x0000000000000000000000000000000000000000",
"number": "0x0",
"gasUsed": "0x0",
"parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000"
}

0 comments on commit f46a48a

Please sign in to comment.