Skip to content

Commit

Permalink
feat: add currencies
Browse files Browse the repository at this point in the history
NikiTays committed Jan 17, 2025
1 parent f8b4ac6 commit 451a062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/pages/game/game.tsx
Original file line number Diff line number Diff line change
@@ -84,7 +84,7 @@ export const GameSection = () => {
return;
}

await showTxToast('Sending Tip to the Oracle', async () => {
await showTxToast('Tipping the Oracle', async () => {
await transferCurrency({ amount: selectedTip, tokenName: currencyName });
});
};

0 comments on commit 451a062

Please sign in to comment.