Skip to content

Commit 1b80ba6

Browse files
authored
Merge pull request #28 from kleros/fix/refetch-allowance-sDAI
fix: refetch allowance sDAI
2 parents 27c4bbe + 8faa1f0 commit 1b80ba6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/(homepage)/components/ParticipateSection/Mint/SDaiButton.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ const SDaiButton: React.FC<ISDaiButton> = ({
8787
await waitForTransactionReceipt(wagmiConfig, { hash: tx });
8888
refetchSDai();
8989
refetchXDai();
90+
refetchAllowance();
9091
refetchBalances();
9192
}
9293
} finally {

0 commit comments

Comments
 (0)