From d2abc6a111e8f3ced9cb2ce578fff915b122e99f Mon Sep 17 00:00:00 2001 From: Sebastien Guillemot Date: Mon, 22 Jan 2024 05:29:24 +0900 Subject: [PATCH] Update constants.ts Add Milkomeda WSC provider --- src/utils/constants.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/utils/constants.ts b/src/utils/constants.ts index 79d958f..e9d78ce 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -91,4 +91,8 @@ export const supportedWallets = [ name: "Fluvi", url: "https://fluviwallet.xyz/", }, + { + name: "Milkomeda WSC Provider", + url: "https://milkomeda.com", + }, ];