diff --git a/sdk/src/driftClient.ts b/sdk/src/driftClient.ts index 63e1d8a607..3104fdbbe6 100644 --- a/sdk/src/driftClient.ts +++ b/sdk/src/driftClient.ts @@ -6807,15 +6807,6 @@ export class DriftClient { }); } - remainingAccounts.push({ - pubkey: getRevenueShareEscrowAccountPublicKey( - this.program.programId, - takerInfo.takerUserAccount.authority - ), - isWritable: true, - isSigner: false, - }); - const takerOrderId = takerInfo.order.orderId; if (hasBuilder(takerInfo.order)) { remainingAccounts.push({ diff --git a/sdk/src/idl/drift.json b/sdk/src/idl/drift.json index fa7e468f8a..9db0b9deb3 100644 --- a/sdk/src/idl/drift.json +++ b/sdk/src/idl/drift.json @@ -14031,6 +14031,20 @@ "option": "u64" }, "index": false + }, + { + "name": "builderIdx", + "type": { + "option": "u8" + }, + "index": false + }, + { + "name": "builderFee", + "type": { + "option": "u64" + }, + "index": false } ] }, @@ -16700,4 +16714,4 @@ "metadata": { "address": "dRiftyHA39MWEi3m9aunc5MzRF1JYuBsbn6VPcn33UH" } -} +} \ No newline at end of file