diff --git a/packages/web3/src/lib/SendTransaction/SendTransaction.tsx b/packages/web3/src/lib/SendTransaction/SendTransaction.tsx index 520e853ac..48dedfc96 100644 --- a/packages/web3/src/lib/SendTransaction/SendTransaction.tsx +++ b/packages/web3/src/lib/SendTransaction/SendTransaction.tsx @@ -48,7 +48,7 @@ export const SendTransaction: React.FC = ({ message: res?.hash, title: notificationConfig.success?.title || - 'Transaction Successfull', + 'Transaction Successful', type: 'success', position: notificationConfig.success?.position || 'topR',