-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set up routing, worked on the home page, made stuff responsive, and connected MetaMask
- Loading branch information
1 parent
cdd1b37
commit c3f6828
Showing
23 changed files
with
6,548 additions
and
4,618 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,10 @@ | ||
{ | ||
"plugins": ["@trivago/prettier-plugin-sort-imports"], | ||
"semi": true, | ||
"singleQuote": false, | ||
"tabWidth": 4, | ||
"printWidth": 100 | ||
"printWidth": 100, | ||
"importOrder": ["^components/(.*)$", "^[./]"], | ||
"importOrderSeparation": true, | ||
"importOrderSortSpecifiers": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
const supportedTokens = { | ||
LINK: { | ||
address: "0x0" | ||
}, | ||
WETH: { | ||
address: "0x0" | ||
} | ||
} | ||
|
||
export default supportedTokens; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.