Skip to content

Commit

Permalink
set genesis base feemarket
Browse files Browse the repository at this point in the history
  • Loading branch information
ASoTNetworks committed Jan 7, 2025
1 parent 6b8fbb8 commit 31d27ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-gaia-devnet-fresh-state.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ jobs:
$CHAIN_BINARY genesis collect-gentxs --home $NODE_HOME
echo "Patch genesis with uatom"
sed -i 's/\"stake\"/\"uatom\"/g' $NODE_HOME/config/genesis.json
jq -r '.app_state.feemarket.params.min_base_gas_price |= "0.005"' $HOME_1/config/genesis.json > /tmp/feemarket-min-base.json
mv /tmp/feemarket-min-base.json $NODE_HOME/config/genesis.json
- name: Configure gaiad
run: |
source ~/env/bin/activate
Expand Down

0 comments on commit 31d27ea

Please sign in to comment.