-
Notifications
You must be signed in to change notification settings - Fork 255
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
Enable Rango Exchange swap plugin #4984
base: develop
Are you sure you want to change the base?
Enable Rango Exchange swap plugin #4984
Conversation
{ | ||
givenName: 'Rango Exchange', | ||
hasThumbnail: true, | ||
thumbnailPath: 'rango.png', |
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.
Please submit this png to us as part of the PR in the PR comments. It should be square 256x256 or 512x512 png with transparent background
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.
Here is the icon:
https://rango.exchange/logo512.png
RANGO_INIT: asCorePluginInit( | ||
asObject({ | ||
appId: asOptional(asString, 'edge'), | ||
rangoApiKey: asOptional(asString, ''), |
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.
please send apikey over Discord
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.
AFAIK , it's already sent to you by Martin.
appId: asOptional(asString, 'edge'), | ||
rangoApiKey: asOptional(asString, ''), | ||
referrerAddress: asOptional(asString, ''), | ||
referrerFee: asOptional(asString, '0.5') |
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.
Please change to 0.75
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.
It seems you have already changed it in the other PR.
asObject({ | ||
appId: asOptional(asString, 'edge'), | ||
rangoApiKey: asOptional(asString, ''), | ||
referrerAddress: asOptional(asString, ''), |
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.
What type of address is this?
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.
It should be an EVM wallet address.
CHANGELOG
Does this branch warrant an entry to the CHANGELOG?
Dependencies
EdgeApp/edge-exchange-plugins#322
Requirements
Rango Exchange logo:
https://github.com/rango-exchange/assets/blob/main/branding/icons/icon.png
If you have made any visual changes to the GUI. Make sure you have: