Skip to content

Commit

Permalink
Revert "migration (#295)"
Browse files Browse the repository at this point in the history
This reverts commit 2ee397f.
  • Loading branch information
slasher125 authored Sep 6, 2022
1 parent 452533d commit 2c7b597
Show file tree
Hide file tree
Showing 42 changed files with 1,831 additions and 1,975 deletions.
1 change: 0 additions & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
DATABASE_URL: ${{ secrets.DATABASE_URL }}
INFURA_CONNECTION: ${{ secrets.INFURA_CONNECTION }}
ALCHEMY_CONNECTION_POLYGON: ${{ secrets.ALCHEMY_CONNECTION_POLYGON }}
ALCHEMY_CONNECTION_ARBITRUM: ${{ secrets.ALCHEMY_CONNECTION_ARBITRUM }}
Expand Down
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,3 @@ ccImages
.idea/
*output.json
*.csv
*.sql
scripts/*.json
4 changes: 2 additions & 2 deletions beforeTests.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ module.exports = async function () {
global.uniquePoolIdentifiersDB = new Set(
(
await axios.get(
'https://1rwmj4tky9.execute-api.eu-central-1.amazonaws.com/distinctID'
'https://1rwmj4tky9.execute-api.eu-central-1.amazonaws.com/simplePools'
)
).data
).data.data
.filter((p) => p.project !== global.apy[0].project)
.map((p) => p.pool)
);
Expand Down
2 changes: 0 additions & 2 deletions env.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,4 @@ module.exports = {
.readdirSync('./src/adaptors')
.filter((el) => !el.includes('js') && el !== '.DS_Store')
),
// DB
DATABASE_URL: process.env.DATABASE_URL,
};
138 changes: 0 additions & 138 deletions migrations/1661488110733_init.js

This file was deleted.

8 changes: 0 additions & 8 deletions migrations/1662350452113_add-yield-index.js

This file was deleted.

Loading

0 comments on commit 2c7b597

Please sign in to comment.