Skip to content

Commit

Permalink
updated faq
Browse files Browse the repository at this point in the history
  • Loading branch information
kendricktan committed Apr 4, 2020
1 parent cb6def4 commit e28df6a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
12 changes: 10 additions & 2 deletions packages/frontend/features/dashboard/Dashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -127,15 +127,23 @@ const Dashboard = () => {
<br />

<Box mb="4">
<Heading.h5 mb="2">Q: How can I start using this?</Heading.h5>
<Heading.h5 mb="2">Q: How can I import a Maker vault?</Heading.h5>
<Text>
1. Create a vault with MakerDAO <br />
1. Create a vault with MakerDAO (if you haven't) <br />
2. Create a smart-wallet on dedge.exchange <br />
3. Import that vault into dedge.exchange <br />
4. Start swapping your debt/collateral!
</Text>
</Box>

<Box mb="4">
<Heading.h5 mb="2">Q: How can I supply/borrow/withdraw/repay?</Heading.h5>
<Text>
1. Create a smart-wallet on dedge.exchange (if you haven't)<br />
2. Click on the "..." button on the options column
</Text>
</Box>

<Box>
<Heading.h5 mb="2">Q: Does Dedge have access to my funds?</Heading.h5>
<Text>No</Text>
Expand Down
5 changes: 2 additions & 3 deletions packages/frontend/features/exit-position/ExitPosition.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ import {
Text,
Button,
Heading,
Card,
EthAddress,
Card
} from "rimble-ui";

// components
Expand Down Expand Up @@ -71,7 +70,7 @@ const ExitPositionsButton = () => {
disabled={loading}
onClick={async () => {
setLoading(true);

const { dedgeAddressRegistry, dedgeExitManager } = contracts;

const {
Expand Down

1 comment on commit e28df6a

@vercel
Copy link

@vercel vercel bot commented on e28df6a Apr 4, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.