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

feat(sound): add getExternalUrl function #480

Merged
merged 11 commits into from
Jul 16, 2024

Conversation

mmackz
Copy link
Collaborator

@mmackz mmackz commented Jul 15, 2024

  • adds getExternalUrl function to sound plugin

This 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

@mmackz mmackz requested a review from a team as a code owner July 15, 2024 04:25
Copy link

changeset-bot bot commented Jul 15, 2024

🦋 Changeset detected

Latest commit: f0efba1

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages
Name Type
@rabbitholegg/questdk-plugin-soundxyz Minor
@rabbitholegg/questdk-plugin-registry Patch

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',
Copy link
Collaborator Author

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', () => {
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

getExternalUrl

@mmackz
Copy link
Collaborator Author

mmackz commented Jul 16, 2024

@jonathandiep I have made the recommended changes (added the referral param in external url)

Could you take another pass when you get some time. 🙏

@mmackz mmackz merged commit 912505d into main Jul 16, 2024
9 checks passed
@mmackz mmackz deleted the mmackz/referral/sound-externallink branch July 16, 2024 22:36
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.

2 participants