+ {txResult?.code === 1 && (
+
+ <>
+ Submitted successfully!
+ {txType === "Deposit" ? "Funds take up to 20 mins to be ready" : "Funds take up to 1h to be claimable"}
+
+
+ View transaction history
+
+ >
+
+ )}
+ {txResult?.code === 0 && (
+
+ <>
+ Failed in submission.
+
{txResult?.message}
+ >
+
+ )}
+
+