-
Notifications
You must be signed in to change notification settings - Fork 7
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
New transfer UI, add account icon, add account menu #42
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
package-lock.json
Outdated
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.
Both package-lock.json and yarn.lock exist
src/components/SFuel/SFuel.tsx
Outdated
@@ -20,7 +23,7 @@ const SFUEL_TEXT = { | |||
'sfuel': { | |||
'action': '', | |||
'warning': 'You may need sFUEL on the destination chain', | |||
'error': 'You need sFUEL to perform this transfer' | |||
'error': 'You need sFUEL to perform this transfer - it will be automatically mined for you' |
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.
Even though the Proof of Work script is mining, suggest to remove mined in favor of
-- it will automatically be provided to you
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.
All comments are minor and non-blocking. Looks great!
Deployment failed with the following error:
|
No description provided.