-
Notifications
You must be signed in to change notification settings - Fork 161
Conversation
how does cosmjs work? it seems like it uses a pre-funded account? we should probably discuss this on standup since we'll need to update the existing faucet |
i dont think we ever used the faucet module - i believe we are setting up some "pseudo-faucet" account that just does a value transfer to anyone who requests. I think we have tried to use cosmjs faucet before but was not working for us. There was an issue with the bech32 prefixing and a few other prefixing errs but will try to see if it behaves now (with all the changes we've made) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks fine! might want to remove references of faucet in the init file and anywhere else (init.sh
, init-test-node.sh
, etc)
remove faucet module in favor of
@cosmjs/faucet