remix-project
remix-project copied to clipboard
Save deployed contracts
This allow saving a contract for injected web3 provider
Deploy Preview for remixproject ready!
Name | Link |
---|---|
Latest commit | 2835f6f0f00bec360ad8686b545739d36f979cbf |
Latest deploy log | https://app.netlify.com/sites/remixproject/deploys/65dc89bd0ec50800081eb807 |
Deploy Preview | https://deploy-preview-4524--remixproject.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Saved contracts don't work while using the AtAddress
feature
when switching networks, only the saved contracts from the current network should be displayed.
-
As we discussed previously in the initial call, "Currently, you have no saved contracts to interact with." It takes too much space. the one for deployed contracts was fine as long as there was nothing shown after that. now we have 2 huge fields there that attract too much unnecessary attention. Maybe try to remove the alert and leave a text warning or info at least saved once.
-
There are issues in the flow.
- First of all, once the user saves, we remove the TX from the second list. it is confusing and we destroy the order.
- Second - once we remove it from the "saved" list, it doesn't come back to the "Deployed.." list but disappears.
when switching networks, only the saved contracts from the current network should be displayed.
this is done
- As we discussed previously in the initial call, "Currently, you have no saved contracts to interact with." It takes too much space. the one for deployed contracts was fine as long as there was nothing shown after that. now we have 2 huge fields there that attract too much unnecessary attention. Maybe try to remove the alert and leave a text warning or info at least saved once.
- There are issues in the flow.
- First of all, once the user saves, we remove the TX from the second list. it is confusing and we destroy the order.
- Second - once we remove it from the "saved" list, it doesn't come back to the "Deployed.." list but disappears.
point 2 is done
the time displayed for the saved on
property shows GMT timezone, it would be better to show the current timezone. (probably not for this PR though)
Saved contracts don't work while using the
AtAddress
feature
I think this feature is also working