-
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?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -235,6 +235,14 @@ export const asEnvConfig = asObject({ | |
appId: asOptional(asString, 'edge') | ||
}).withRest | ||
), | ||
RANGO_INIT: asCorePluginInit( | ||
asObject({ | ||
appId: asOptional(asString, 'edge'), | ||
rangoApiKey: asOptional(asString, ''), | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 commentThe reason will be displayed to describe this comment to others. Learn more. AFAIK , it's already sent to you by Martin. |
||
referrerAddress: asOptional(asString, ''), | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 commentThe reason will be displayed to describe this comment to others. Learn more. It should be an EVM wallet address. |
||
referrerFee: asOptional(asString, '0.5') | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 commentThe reason will be displayed to describe this comment to others. Learn more. It seems you have already changed it in the other PR. |
||
}).withRest | ||
), | ||
|
||
// App options: | ||
APP_CONFIG: asOptional(asString, 'edge'), | ||
|
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