diff --git a/src/utils/notifyWithTost.js b/src/utils/notifyWithTost.js
index b2df20fb..4c340bdc 100644
--- a/src/utils/notifyWithTost.js
+++ b/src/utils/notifyWithTost.js
@@ -48,9 +48,21 @@ const messageTemplates = {
render({ data }) {
console.log({ data });
if (data.code === 4001) return "User denied transaction";
+ if (data?.error?.code === -32603) return