From c623cce42e5b50eda2ab4b5497f79b7caf845e96 Mon Sep 17 00:00:00 2001 From: Xing Date: Tue, 2 Apr 2024 10:09:51 +0800 Subject: [PATCH] Add ComingChat --- src/utils/constants.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/utils/constants.ts b/src/utils/constants.ts index de9bf55..577fc1f 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -106,5 +106,9 @@ export const supportedWallets = [ { name: "Pockie Wallet", url: "https://www.pockie.io", + }, + { + name: "ComingChat", + url: "https://coming.chat", } ];