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

config v2 #52

Merged
merged 1 commit into from
Feb 8, 2024
Merged

config v2 #52

merged 1 commit into from
Feb 8, 2024

Conversation

brittcyr
Copy link
Contributor

@brittcyr brittcyr commented Feb 8, 2024

No description provided.

@brittcyr brittcyr requested a review from DonDuala February 8, 2024 00:50
const xBaseMint = await this.xBaseMint(gsoState);
const baseVault = await this.baseVault(gsoState);

// TODO: Init fee account if needed.

return this.program.instruction.config(
return this.program.instruction.configV2(
Copy link
Contributor

Choose a reason for hiding this comment

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

no benefit to leaving the old one in correct?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

correct. leaving program support in case anyone is using the old sdk, but no need to support that ix in new client code

@brittcyr brittcyr merged commit 65d62f9 into master Feb 8, 2024
3 checks passed
@brittcyr brittcyr deleted the v2 branch February 8, 2024 01:02
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