Skip to content
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

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

Ikari-Shinji-re
Copy link

@Ikari-Shinji-re Ikari-Shinji-re commented Apr 17, 2024

CHANGELOG

Does this branch warrant an entry to the CHANGELOG?

  • Yes
  • No

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:

  • Tested on iOS device
  • Tested on Android device
  • Tested on small-screen device (iPod Touch)
  • Tested on large-screen device (tablet)

{
givenName: 'Rango Exchange',
hasThumbnail: true,
thumbnailPath: 'rango.png',
Copy link
Member

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

RANGO_INIT: asCorePluginInit(
asObject({
appId: asOptional(asString, 'edge'),
rangoApiKey: asOptional(asString, ''),
Copy link
Member

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

appId: asOptional(asString, 'edge'),
rangoApiKey: asOptional(asString, ''),
referrerAddress: asOptional(asString, ''),
referrerFee: asOptional(asString, '0.5')
Copy link
Member

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

asObject({
appId: asOptional(asString, 'edge'),
rangoApiKey: asOptional(asString, ''),
referrerAddress: asOptional(asString, ''),
Copy link
Member

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants