Skip to content

Commit

Permalink
fix: put genesis back
Browse files Browse the repository at this point in the history
  • Loading branch information
sesheffield committed Sep 23, 2024
1 parent ac56d13 commit badce97
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions ci/env/kava-protonet/genesis.json
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@
"evm": {
"accounts": [],
"params": {
"evm_denom": "akava",
"evm_denom": "aphoton",
"enable_create": true,
"enable_call": true,
"extra_eips": [],
Expand All @@ -253,12 +253,12 @@
"istanbul_block": "0",
"muir_glacier_block": "0",
"berlin_block": "0",
"london_block": null,
"arrow_glacier_block": null,
"gray_glacier_block": null,
"merge_netsplit_block": null,
"shanghai_block": null,
"cancun_block": null
"london_block": "0",
"arrow_glacier_block": "0",
"gray_glacier_block": "0",
"merge_netsplit_block": "0",
"shanghai_block": "0",
"cancun_block": "0"
},
"eip712_allowed_msgs": [],
"allow_unprotected_txs": false
Expand All @@ -273,7 +273,7 @@
},
"feemarket": {
"params": {
"no_base_fee": true,
"no_base_fee": false,
"base_fee_change_denominator": 8,
"elasticity_multiplier": 2,
"enable_height": "0",
Expand Down Expand Up @@ -311,7 +311,7 @@
},
"value": {
"denom": "ukava",
"amount": "500000000"
"amount": "1000000000"
}
}
],
Expand Down

0 comments on commit badce97

Please sign in to comment.