Skip to content

Commit

Permalink
Merge pull request #66 from keyko-io/feat/pools_data
Browse files Browse the repository at this point in the history
liquidity
  • Loading branch information
ialberquilla authored Dec 10, 2021
2 parents 3bc1566 + a3f44ac commit ec1078b
Show file tree
Hide file tree
Showing 10 changed files with 29 additions and 2 deletions.
3 changes: 3 additions & 0 deletions deficrawler/config/pancakeswap-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@
],
"created_at": [
"createdAtTimestamp"
],
"liquidity_usd": [
"reserveUSD"
]
},
"query": {
Expand Down
3 changes: 3 additions & 0 deletions deficrawler/config/pancakeswap-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@
],
"created_at": [
"createdAtTimestamp"
],
"liquidity_usd": [
"reserveUSD"
]
},
"query": {
Expand Down
3 changes: 3 additions & 0 deletions deficrawler/config/pangolin-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@
],
"created_at": [
"createdAtTimestamp"
],
"liquidity_usd": [
"reserveUSD"
]
},
"query": {
Expand Down
3 changes: 3 additions & 0 deletions deficrawler/config/quickswap-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@
],
"created_at":[
"createdAtTimestamp"
],
"liquidity_usd": [
"reserveUSD"
]
},
"query": {
Expand Down
3 changes: 3 additions & 0 deletions deficrawler/config/sushiswap-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@
],
"created_at":[
"timestamp"
],
"liquidity_usd": [
"reserveUSD"
]
},
"query": {
Expand Down
5 changes: 4 additions & 1 deletion deficrawler/config/traderjoe-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,11 @@
"symbol"
]
],
"created_at":[
"created_at": [
"timestamp"
],
"liquidity_usd": [
"reserveUSD"
]
},
"query": {
Expand Down
3 changes: 3 additions & 0 deletions deficrawler/config/ubeswap-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@
],
"created_at":[
"createdAtTimestamp"
],
"liquidity_usd": [
"totalValueLockedUSD"
]
},
"query": {
Expand Down
3 changes: 3 additions & 0 deletions deficrawler/config/uniswap-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@
],
"created_at":[
"createdAtTimestamp"
],
"liquidity_usd": [
"reserveUSD"
]
},
"query": {
Expand Down
3 changes: 3 additions & 0 deletions deficrawler/config/uniswap-3.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,9 @@
],
"created_at": [
"createdAtTimestamp"
],
"liquidity_usd": [
"totalValueLockedUSD"
]
},
"query": {
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
long_description=long_description,
long_description_content_type='text/markdown',
include_package_data=True,
version='0.3.7',
version='0.3.8',
author='keyko.io',
author_email='[email protected]',
url='https://github.com/keyko-io/defi-crawler-py',
Expand Down

0 comments on commit ec1078b

Please sign in to comment.