Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pxrl committed Feb 21, 2024
1 parent 7138e2a commit 5278a40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/SpokeUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { getNetworkName } from "./NetworkUtils";
* @param repaymentChainId Optional repaymentChainId (defaults to destinationChainId).
* @returns An Ethers UnsignedTransaction instance.
*/
export async function populateV3Relay(
export function populateV3Relay(
spokePool: Contract,
deposit: V3Deposit,
repaymentChainId = deposit.destinationChainId
Expand Down

0 comments on commit 5278a40

Please sign in to comment.