Merge branch 'main' into dev

This commit is contained in:
tjs 2022-12-08 17:23:17 -05:00
commit 82a120df0d
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ export class MangoClient {
public cluster: Cluster,
public opts: MangoClientOptions = {},
) {
this.idsSource = opts?.idsSource || 'api';
this.idsSource = opts?.idsSource || 'get-program-accounts';
this.prioritizationFee = opts?.prioritizationFee || 0;
this.postSendTxCallback = opts?.postSendTxCallback;
// TODO: evil side effect, but limited backtraces are a nightmare