Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Revert TVL for payment
Browse files Browse the repository at this point in the history
  • Loading branch information
illiassmalashchuk committed Oct 9, 2023
1 parent e8aac44 commit ff6799d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions dapps/dapp-challenges/challenge-1-payment.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,9 @@ soroban contract invoke \
--amount 1000000000
```

<ParentChallengeContractForm id={1} progress={1} />
<CompleteStepButton id={1} progress={1}>
Mark smart contracts deployed
</CompleteStepButton>

## Checkpoint 3: 🖥️ Launch the Frontend

Expand Down Expand Up @@ -311,4 +313,4 @@ To ensure that you've covered all the key user actions during the challenge, fol
## 🛡️🗡️ Take On More Challenges
View your progress and take on more challenges by visiting your [User Dashboard!](/dashboard)
View your progress and take on more challenges by visiting your [User Dashboard!](/dashboard)
1 change: 1 addition & 0 deletions src/components/atoms/complete-step-button/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ export default function CompleteStepButton({
position: "top-center",
autoClose: 2000,
});
return;
}
}

Expand Down

0 comments on commit ff6799d

Please sign in to comment.