Skip to content

Commit

Permalink
chore(genesis): update execution block hash (#230)
Browse files Browse the repository at this point in the history
This is an update according to
piplabs/story-geth#43.
This includes predeployment of UBIPool contract

issue: none
  • Loading branch information
0xHansLee authored Oct 18, 2024
1 parent f1b194c commit 6231680
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/netconf/local/genesis.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
},
"evmengine": {
"params": {
"execution_block_hash": "MtGd+Hzb4VnGm+PGTXDJhSkChm+iUjUGCX7LUS8o754="
"execution_block_hash": "iRNkS71nsvEdk1YbDntwiTV61iSSxe9RNKmOgVkZSPQ="
}
},
"genutil": {
Expand All @@ -110,7 +110,7 @@
"max_rate": "0.000000000000000000",
"max_change_rate": "0.000000000000000000"
},
"min_self_delegation": "1",
"min_self_delegation": "1024000000000",
"delegator_address": "{{LOCAL_ACCOUNT_ADDRESS}}",
"validator_address": "{{LOCAL_VALIDATOR_ADDRESS}}",
"pubkey": {
Expand Down

0 comments on commit 6231680

Please sign in to comment.