-
Notifications
You must be signed in to change notification settings - Fork 25
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
feat(sound): add getExternalUrl function #480
Conversation
🦋 Changeset detectedLatest commit: f0efba1 The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
@@ -175,6 +176,7 @@ describe('simulateMint function', () => { | |||
contractAddress: '0xdf71F2F15bCcDC7c7A89F01dd45cDE5A43F7e79f', | |||
amount: BigInt(1), | |||
recipient: '0xf70da97812CB96acDF810712Aa562db8dfA3dbEF', | |||
referralAddress: '0xe3bba2a4f8e0f5c32ef5097f988a4d88075c8b48', |
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.
need to switch this to just referral
@@ -201,3 +204,14 @@ describe('simulateMint function', () => { | |||
expect(request.value).toBe(value) | |||
}) | |||
}) | |||
|
|||
describe('getExternalLink', () => { |
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.
getExternalUrl
@jonathandiep I have made the recommended changes (added the referral param in external url) Could you take another pass when you get some time. 🙏 |
getExternalUrl
function to sound pluginThis function is used to generate a external url on boost creation.
Fixes BOOST-4265
https://linear.app/rh-app/issue/BOOST-4265/implement-getexternalurl-in-plugins-sound