Closed Kayanski closed 7 months ago
The update in the init.sh
script primarily addresses a change in the gas pricing units for the wasmd start
command. By adjusting the minimum gas prices parameter from "0.025stake" to "0.025uwasm," this modification ensures alignment with the updated gas pricing units, enhancing the script's compatibility and efficiency within the CosmWasm ecosystem.
File Path | Change Summary |
---|---|
scripts/cosmwasm/init.sh |
Updated minimum gas prices parameter in restart-wasmd.sh from "0.025stake" to "0.025uwasm". |
🌌🐇✨
In the realm of code, under digital skies,
A tiny change spreads, as swift as a hare.
From "stake" to "uwasm," the old parameter flies,
Aligning with cosmos, so vast and so fair.
🚀🌟💫
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Overview
This PR aims at fixing the init.sh script and allow existing addresses to submit transactions. This simply changes the denomination of the min gas price to match the minted denoms in the chain genesis
Checklist
Summary by CodeRabbit