From e70b5c161e5c33bed6178651dc23ca174f4b30d7 Mon Sep 17 00:00:00 2001 From: peng <1063629816@qq.com> Date: Wed, 10 Jul 2024 15:54:43 +0800 Subject: [PATCH] add echooo plugin --- src/utils/constants.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/utils/constants.ts b/src/utils/constants.ts index a0b310f..a0a0dc8 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -111,4 +111,8 @@ export const supportedWallets = [ name: "Loopring", url: "https://www.loopring.io", }, + { + name: "Echooo", + url: "https://www.echooo.xyz/", + }, ];