Skip to content

Commit

Permalink
apply update
Browse files Browse the repository at this point in the history
  • Loading branch information
liangping committed Jun 11, 2024
1 parent 8ce2cfa commit 6756c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/[chain]/faucet/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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},
];
Expand Down

0 comments on commit 6756c41

Please sign in to comment.