Skip to content

Commit

Permalink
fix: callWithSyncFeeERC2771WithSignature with optional sponsor api key
Browse files Browse the repository at this point in the history
  • Loading branch information
opatavi committed Sep 21, 2023
1 parent 92073ee commit f4a3d65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ export class GelatoRelay {
* @param {BaseCallWithSyncFeeParams} syncFeeParams - Call with Sync Fee parameters
* @param {SignatureData["signature"]} signature - Signature that can be obtained from getSignatureDataERC2771
* @param {RelayRequestOptions} [options] - Optional Relay configuration
* @param {string} [sponsorApiKey] Optional Sponsor API key to be used for the call
* @returns {Promise<RelayResponse>} Response object with taskId parameter
*
*/
Expand Down

0 comments on commit f4a3d65

Please sign in to comment.