@renegade-fi/renegade-sdk 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/client.ts +0 -1
- package/src/types.ts +0 -1
- package/src/version.ts +2 -2
package/package.json
CHANGED
package/src/client.ts
CHANGED
|
@@ -329,7 +329,6 @@ export class ExternalMatchClient {
|
|
|
329
329
|
receiver_address: options.receiverAddress,
|
|
330
330
|
signed_quote: signedQuote,
|
|
331
331
|
updated_order: options.updatedOrder,
|
|
332
|
-
gas_sponsorship_info: quote.gas_sponsorship_info,
|
|
333
332
|
};
|
|
334
333
|
|
|
335
334
|
const path = options.buildRequestPath();
|
package/src/types.ts
CHANGED
|
@@ -102,7 +102,6 @@ export interface AssembleExternalMatchRequest {
|
|
|
102
102
|
receiver_address?: string;
|
|
103
103
|
signed_quote: ApiSignedExternalQuote;
|
|
104
104
|
updated_order?: ExternalOrder;
|
|
105
|
-
gas_sponsorship_info?: SignedGasSponsorshipInfo;
|
|
106
105
|
}
|
|
107
106
|
|
|
108
107
|
export interface ExternalMatchResponse {
|
package/src/version.ts
CHANGED