We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17546be commit 030a422Copy full SHA for 030a422
sdk/src/driftClient.ts
@@ -9241,7 +9241,6 @@ export class DriftClient {
9241
public async updateUserGovTokenInsuranceStake(
9242
authority: PublicKey,
9243
txParams?: TxParams,
9244
- env: DriftEnv = 'mainnet-beta'
9245
): Promise<TransactionSignature> {
9246
const ix = await this.getUpdateUserGovTokenInsuranceStakeIx(authority);
9247
const tx = await this.buildTransaction(ix, txParams);
0 commit comments