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

fix override that was misplaced as function param #1239

Merged
merged 3 commits into from
Apr 19, 2024

Conversation

seansing9
Copy link
Contributor

Summary:

This PR fixes some functions that had the overrides misplaced in the contract function call params array.

Hit Error: no matching fragment (operation="fragment", code=UNSUPPORTED_OPERATION, version=6.0.5) which from here basically meant that there was an incorrect amount of params.

@seansing9 seansing9 requested a review from a team as a code owner April 18, 2024 17:34
SnickerChar
SnickerChar previously approved these changes Apr 18, 2024
Copy link
Contributor

@SnickerChar SnickerChar left a comment

Choose a reason for hiding this comment

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

Should continue to return BigNumberString on computeFee(); however, the contract call does return a bigint not a BNS, so we'll need a .map((val) => {return BigNumberString(val.toString());})

@@ -1,6 +1,6 @@
{
"name": "@snickerdoodlelabs/contracts-sdk",
"version": "4.0.8",
"version": "4.0.13",
Copy link
Contributor

Choose a reason for hiding this comment

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

why is the version number jumping up so much here? Do we have other contract updates on another branch?

@lucas-sdl lucas-sdl added the DEMO-05 Code is merged to DEMO-05 Sandbox label Apr 18, 2024
@tasmimrashid tasmimrashid merged commit f5735fc into develop Apr 19, 2024
1 check passed
@tasmimrashid tasmimrashid deleted the fix-reward-functions-contracts-sdk branch April 19, 2024 16:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DEMO-05 Code is merged to DEMO-05 Sandbox
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants