Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

feat: Upgrade to beta-4 compatible sdk #419

Closed
wants to merge 1 commit into from
Closed

Conversation

sdankel
Copy link
Member

@sdankel sdankel commented Sep 21, 2023

Closes #418

@sdankel sdankel changed the title Upgrade to beta-4 compatible sdk feat: Upgrade to beta-4 compatible sdk Sep 21, 2023
@@ -411,8 +411,8 @@ export const welcomeMachine = createMachine(
value: wallet.address.toHexString(),
};

const { value: hasMint1 } = await token1.functions.has_mint(addressId).get();
const { value: hasMint2 } = await token2.functions.has_mint(addressId).get();
const { value: hasMint1 } = await token1.functions.has_mint(addressId).call();
Copy link
Member

Choose a reason for hiding this comment

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

get methods should be change to dryRun as this methods are made to be readonly.

@sdankel sdankel closed this Sep 22, 2023
@sdankel
Copy link
Member Author

sdankel commented Sep 22, 2023

Closing as the @FuelLabs/application-dev team will pick this up.

@sdankel sdankel deleted the sophie/beta4 branch September 22, 2023 19:29
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade for beta-4 compatible wallet
2 participants