-
Notifications
You must be signed in to change notification settings - Fork 56
Add new parseLink and encodePayLink methods
#680
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
base: master
Are you sure you want to change the base?
Conversation
| expires: expireDate, | ||
| isGateway: (metadata as any)?.gateway // Undocumented feature | ||
| } | ||
| } |
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.
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.
agreed
src/core/currency/uri-tools.ts
Outdated
| displayName: currencyName, | ||
| networkLocation: { | ||
| contractAddress, | ||
| type: (token as any).type // Undocumented EVM token type |
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.
Where did this come from?
| expires: expireDate, | ||
| isGateway: (metadata as any)?.gateway // Undocumented feature | ||
| } | ||
| } |
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.
agreed
8d4e20f to
1ed9bd8
Compare
CHANGELOG
Does this branch warrant an entry to the CHANGELOG?
Dependencies
noneDescription
none