forked from cerc-io/cosmos-explorer
apply update
This commit is contained in:
parent
8ce2cfaa9f
commit
6756c41676
@ -24,7 +24,7 @@ const checklist = computed(() => {
|
||||
const bs = balances.value.length > 0 && balances.value.findIndex((v:any) => v.amount <= 10) === -1;
|
||||
return [
|
||||
{ title: 'Rest Endpoint', status: endpoint && endpoint[0].address !== '' },
|
||||
{ title: 'Has Faucet Configured', status: chainStore.current?.faucet !== undefined },
|
||||
{ title: 'Faucet Configured', status: chainStore.current?.faucet !== undefined },
|
||||
{ title: 'Faucet Account', status: faucet.value !== ''},
|
||||
{ title: 'Faucet Balance', status: bs},
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user