Skip to content

Commit 290df06

Browse files
authored
chore: remove presales (#1830)
* remove presales * remove issuance quote * lint * remove RWA
1 parent c3f8403 commit 290df06

File tree

34 files changed

+9
-2462
lines changed

34 files changed

+9
-2462
lines changed

README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,6 @@ Open [http://localhost:3000](http://localhost:3000) with your browser to see the
4141
- Make sure the token data was added to [tokenlists](https://github.com/IndexCoop/tokenlists)
4242
- If possible avoid and use tokenlists utils directly: add token in [tokens.ts](src/constants/tokens.ts) - using tokenlists (check ETH2X for reference)
4343

44-
## New Presale
45-
46-
- Make sure the token data was added to [tokenlists](https://github.com/IndexCoop/tokenlists)
47-
- Add logo in [assets](public/assets) - as defined in tokenlists
48-
- Update tokenlists dependency
49-
- Add token in [tokens.ts](src/constants/tokens.ts)
50-
- Add presale config in [src/app/presales/constants.ts](src/app/presales/constants.ts) and update `getTokenForPresaleToken`
51-
- Test locally w/ hardhat
52-
5344
## Testing
5445

5546
### Unit tests

next.config.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,6 @@ const nextConfig = {
5151
},
5252
async redirects() {
5353
return [
54-
{
55-
source: '/pre-sales',
56-
destination: '/presales',
57-
permanent: true,
58-
},
5954
{
6055
source: '/',
6156
destination: '/trade',

0 commit comments

Comments
 (0)