Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Dadogg80 committed Nov 10, 2021
1 parent b01875c commit 15ff52d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ export function encodeRequestMapping(
* @param signerOrProvider the web3 provider. Defaults to Etherscan.
* @param overrides optionally, override default transaction values, like gas.
*/
export async function approveErc20ForEscrow(
export async function approveErc20ForEscrow(
request: ClientTypes.IRequestData,
paymentTokenAddress: string,
signerOrProvider: providers.Provider | Signer = getProvider(),
Expand All @@ -443,4 +443,3 @@ export function encodeRequestMapping(
});
return tx;
}

0 comments on commit 15ff52d

Please sign in to comment.