Skip to content

Commit

Permalink
chore: update typings
Browse files Browse the repository at this point in the history
  • Loading branch information
zixiang2018 committed Sep 27, 2023
1 parent abfd48e commit 6641afe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/util/cancel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { ethers, BigNumber } from "ethers";
interface pendingTransactionProps {
transactionHash: string;
nonce: number;
gasPrice: BigNumber;
gasPrice: BigNumber | undefined;
}

export const getPendingTransaction = async (
Expand Down

0 comments on commit 6641afe

Please sign in to comment.