You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some ideas that I hope will make the product more reliable, stable, easy to deploy and configure.
Improvements
Add a way to test cards in pull request. Currently 0$ permit will never give you a card to test in PR because no card is available at 0$.
reduce duplication. use non secret vars like treasury, reward token from .env vars and push them to cloudflare during deployment. Maybe even push secrets to cloudflare from github and keep all secrets in github. There should not be a need to add vars and secrets in cloudflare manually. I think this is how kernel works and this should too.
improve folder structure, move all configs to one /configs folder.
enforce yarn version in package.json (let's try this at least in this repository i think it will be helpful.)
add some text indicating reloadly sandbox if the page is using reloadly sandbox
add a way for developers to work on frontend only without worrying about or configuring much of the backend. I think this is possible by changing the base-url in frontend.
ask for user's name on card minting, as it is required field in Reloadly docs, but somehow it still works without name. It will be a good idea to include it.
Do not ask user to change their rpc on metamask. Only ask user to change network if user is on the wrong network. If their rpc is down, just tell the user the rpc is down. Changing their RPC seems too invasive to me. Current code did this several times to me even though the official RPC was working fine.
Bugs
undefined error when wallet is connected, but not signed in. sometime it doesn't show up. more likely to show up on a new permit link.
this is not a unknown error but a more common error. should show limited info.
The text was updated successfully, but these errors were encountered:
Some ideas that I hope will make the product more reliable, stable, easy to deploy and configure.
Improvements
/configs
folder.Bugs
undefined
error when wallet is connected, but not signed in. sometime it doesn't show up. more likely to show up on a new permit link.The text was updated successfully, but these errors were encountered: