From 09d4291499e642e740649821eb097b8b7389fcd2 Mon Sep 17 00:00:00 2001 From: liangping <18786721@qq.com> Date: Wed, 5 Jun 2024 08:43:46 +0800 Subject: [PATCH] remove endpoint check --- src/modules/[chain]/faucet/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/[chain]/faucet/index.vue b/src/modules/[chain]/faucet/index.vue index d5999b66..ac0b3a4a 100644 --- a/src/modules/[chain]/faucet/index.vue +++ b/src/modules/[chain]/faucet/index.vue @@ -8,7 +8,7 @@ const chainStore = useBlockchain(); const format = useFormatter(); const notReady = computed(() => { - return chainStore.current === undefined || chainStore.current.endpoints.grpc === undefined || chainStore.current.faucet === undefined; + return chainStore.current === undefined || chainStore.current.faucet === undefined; }); const validAddress = computed(() => {