remove endpoint check

This commit is contained in:
liangping 2024-06-05 08:43:46 +08:00
parent c6016ea047
commit 09d4291499

View File

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