remove endpoint check
This commit is contained in:
parent
c6016ea047
commit
09d4291499
@ -8,7 +8,7 @@ const chainStore = useBlockchain();
|
|||||||
const format = useFormatter();
|
const format = useFormatter();
|
||||||
|
|
||||||
const notReady = computed(() => {
|
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(() => {
|
const validAddress = computed(() => {
|
||||||
|
Loading…
Reference in New Issue
Block a user