Skip to content

Commit

Permalink
Revert "init"
Browse files Browse the repository at this point in the history
This reverts commit d53f95c.
  • Loading branch information
maxwellfortney committed Nov 20, 2021
1 parent d53f95c commit 6b42c87
Show file tree
Hide file tree
Showing 11 changed files with 280 additions and 325 deletions.
7 changes: 7 additions & 0 deletions .env.template
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
NEXT_PUBLIC_TREASURY_ADDRESS=
NEXT_PUBLIC_CANDY_MACHINE_CONFIG=
NEXT_PUBLIC_CANDY_MACHINE_ID=
NEXT_PUBLIC_CANDY_START_DATE=

NEXT_PUBLIC_SOLANA_NETWORK=devnet
NEXT_PUBLIC_SOLANA_RPC_HOST=https://explorer-api.devnet.solana.com
18 changes: 0 additions & 18 deletions components/Navbar/Navbar.tsx

This file was deleted.

95 changes: 0 additions & 95 deletions components/ProgressCircle/ProgressCircle.tsx

This file was deleted.

85 changes: 0 additions & 85 deletions components/WalletMultiButton/WalletMultiButton.tsx

This file was deleted.

2 changes: 0 additions & 2 deletions consts/index.ts

This file was deleted.

5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,11 @@
"@solana/wallet-adapter-react-ui": "^0.5.0",
"@solana/wallet-adapter-wallets": "^0.10.0",
"@solana/web3.js": "^1.29.2",
"@types/react-transition-group": "^4.4.4",
"next": "11.1.2",
"react": "17.0.2",
"react-circular-progressbar": "^2.0.4",
"react-countdown": "^2.3.2",
"react-dom": "17.0.2",
"react-hot-toast": "^2.1.1",
"react-transition-group": "^4.4.2"
"react-hot-toast": "^2.1.1"
},
"devDependencies": {
"@types/react": "17.0.27",
Expand Down
Loading

0 comments on commit 6b42c87

Please sign in to comment.