feat(pusher): cleanup vaa accounts (#1422)

This commit is contained in:
guibescos 2024-04-05 16:45:02 +01:00 committed by GitHub
parent 8110e03ccb
commit 44cad44f44
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ export class SolanaPricePusher implements IPricePusher {
}
const transactionBuilder = this.pythSolanaReceiver.newTransactionBuilder({
closeUpdateAccounts: false,
closeUpdateAccounts: true,
});
transactionBuilder.addUpdatePriceFeed(priceFeedUpdateData, this.shardId);