Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change xargs command for mac and increase fees #14

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

shawnlimjunhe
Copy link

This PR addresses a compatibility issue I found when trying to run the deploy script. The xargs command seems to fail on macOS.

Issue Background

While following the tutorial, I add trouble executing the deploy script on my Macbook. After investigating, I found that the issue originates from: 1) the xargs command and 2) the low fees in the wasm instantiate command

Proposed solution

I have modified the deployment script to detect the OS and if it's mac, use the sed command instead to trim whitespaces. I also increased the fees amount to fix the following error:
raw_log: '[{"log":"insufficient fees; got: 300000usei required: 3000000usei: insufficient fee"}]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant