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(() => {