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.
2 parents 1979e1c + 0988d49 commit 109751eCopy full SHA for 109751e
modules/sdk-coin-sol/src/sol.ts
@@ -169,6 +169,7 @@ export interface SolConsolidationRecoveryOptions extends MPCConsolidationRecover
169
};
170
tokenContractAddress?: string;
171
apiKey?: string; // API key for node requests
172
+ programId?: string; // programId of the token
173
}
174
175
const HEX_REGEX = /^[0-9a-fA-F]+$/;
@@ -1399,6 +1400,7 @@ export class Sol extends BaseCoin {
1399
1400
},
1401
tokenContractAddress: params.tokenContractAddress,
1402
apiKey: params.apiKey,
1403
+ programId: params.programId,
1404
1405
1406
let recoveryTransaction;
0 commit comments