Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding DoveSwap DEX tracker #568

Merged
merged 6 commits into from
Jun 24, 2023
Merged

Adding DoveSwap DEX tracker #568

merged 6 commits into from
Jun 24, 2023

Conversation

dovishfinance
Copy link
Contributor

No description provided.

@llamatester
Copy link

The doveswap adapter exports:


Dexs for 21/6/2023
_______________________________________

Failed to get daily volume on polygon_zkevm with graph https://api.studio.thegraph.com/query/47443/v3-test/v0.0.3/graphql: GraphQL Error (Code: 404): {"response":{"error":"Not found","status":404,"headers":{}},"request":{"query":"\n  query daily_volume ($id: ID!) {\n      uniswapDayData (id: $id) {\n        volumeUSD\n      }\n  }","variables":{"id":"19529"}}}
Attempting with alternative query...
Failed to get alternative daily volume on polygon_zkevm with graph https://api.studio.thegraph.com/query/47443/v3-test/v0.0.3/graphql: GraphQL Error (Code: 404): {"response":{"error":"Not found","status":404,"headers":{}},"request":{"query":"\n  query daily_volume_alternative ($timestamp: Int) {\n    uniswapDayDatas (where: {date: $timestamp}) {\n      date\n      volumeUSD\n    }\n  }","variables":{"timestamp":1687305600}}}
Failed to get total volume on polygon_zkevm with graph https://api.studio.thegraph.com/query/47443/v3-test/v0.0.3/graphql: GraphQL Error (Code: 404): {"response":{"error":"Not found","status":404,"headers":{}},"request":{"query":"\n  query total_volume ($block: Int) {\n    factories(block: { number: $block }) {\n      totalVolumeUSD\n    }\n  }","variables":{"block":1379974}}}
Unable to get daily fees on polygon_zkevm from graph.
Unable to get total fees on polygon_zkevm from graph.
POLYGON_ZKEVM 👇
Backfill start time: 27/3/2023
Timestamp: 1687391998
Block: 1379974
Total volume: undefined
Daily volume: undefined
Daily fees: undefined
Total fees: undefined




Done in 7.77s.

@llamatester
Copy link

The doveswap adapter exports:


Dexs for 22/6/2023
_______________________________________

Failed to get daily volume on polygon_zkevm with graph https://api.studio.thegraph.com/query/47443/v3-test/v0.0.3/graphql: GraphQL Error (Code: 404): {"response":{"error":"Not found","status":404,"headers":{}},"request":{"query":"\n  query daily_volume ($id: ID!) {\n      uniswapDayData (id: $id) {\n        volumeUSD\n      }\n  }","variables":{"id":"19530"}}}
Attempting with alternative query...
Failed to get alternative daily volume on polygon_zkevm with graph https://api.studio.thegraph.com/query/47443/v3-test/v0.0.3/graphql: GraphQL Error (Code: 404): {"response":{"error":"Not found","status":404,"headers":{}},"request":{"query":"\n  query daily_volume_alternative ($timestamp: Int) {\n    uniswapDayDatas (where: {date: $timestamp}) {\n      date\n      volumeUSD\n    }\n  }","variables":{"timestamp":1687392000}}}
Failed to get total volume on polygon_zkevm with graph https://api.studio.thegraph.com/query/47443/v3-test/v0.0.3/graphql: GraphQL Error (Code: 404): {"response":{"error":"Not found","status":404,"headers":{}},"request":{"query":"\n  query total_volume ($block: Int) {\n    factories(block: { number: $block }) {\n      totalVolumeUSD\n    }\n  }","variables":{"block":1426746}}}
Unable to get daily fees on polygon_zkevm from graph.
Unable to get total fees on polygon_zkevm from graph.
Version -> V3
---------
POLYGON_ZKEVM 👇
Backfill start time: 27/3/2023
Timestamp: 1687478399
Block: 1426746
Total volume: undefined
Daily volume: undefined
Daily fees: undefined
Total fees: undefined


Done in 4.57s.

@llamatester
Copy link

The doveswap adapter exports:


Dexs for 23/6/2023
_______________________________________

Failed to get daily volume on polygon_zkevm with graph https://api.studio.thegraph.com/query/47443/v3-test/v0.0.3/graphql: GraphQL Error (Code: 404): {"response":{"error":"Not found","status":404,"headers":{}},"request":{"query":"\n  query daily_volume ($id: ID!) {\n      uniswapDayData (id: $id) {\n        volumeUSD\n      }\n  }","variables":{"id":"19531"}}}
Attempting with alternative query...
Failed to get alternative daily volume on polygon_zkevm with graph https://api.studio.thegraph.com/query/47443/v3-test/v0.0.3/graphql: GraphQL Error (Code: 404): {"response":{"error":"Not found","status":404,"headers":{}},"request":{"query":"\n  query daily_volume_alternative ($timestamp: Int) {\n    uniswapDayDatas (where: {date: $timestamp}) {\n      date\n      volumeUSD\n    }\n  }","variables":{"timestamp":1687478400}}}
Failed to get total volume on polygon_zkevm with graph https://api.studio.thegraph.com/query/47443/v3-test/v0.0.3/graphql: GraphQL Error (Code: 404): {"response":{"error":"Not found","status":404,"headers":{}},"request":{"query":"\n  query total_volume ($block: Int) {\n    factories(block: { number: $block }) {\n      totalVolumeUSD\n    }\n  }","variables":{"block":1467647}}}
Unable to get daily fees on polygon_zkevm from graph.
Unable to get total fees on polygon_zkevm from graph.
Version -> V3
---------
POLYGON_ZKEVM 👇
Backfill start time: 27/3/2023
Timestamp: 1687564799
Block: 1467647
Total volume: undefined
Daily volume: undefined
Daily fees: undefined
Total fees: undefined


Done in 5.69s.

@llamatester
Copy link

The doveswap adapter exports:


Dexs for 23/6/2023
_______________________________________

Failed to get daily volume on polygon_zkevm with graph https://api.studio.thegraph.com/query/47443/v3-test/v0.0.5/graphql: GraphQL Error (Code: 404): {"response":{"error":"Not found","status":404,"headers":{}},"request":{"query":"\n  query daily_volume ($id: ID!) {\n      uniswapDayData (id: $id) {\n        volumeUSD\n      }\n  }","variables":{"id":"19531"}}}
Attempting with alternative query...
Failed to get alternative daily volume on polygon_zkevm with graph https://api.studio.thegraph.com/query/47443/v3-test/v0.0.5/graphql: GraphQL Error (Code: 404): {"response":{"error":"Not found","status":404,"headers":{}},"request":{"query":"\n  query daily_volume_alternative ($timestamp: Int) {\n    uniswapDayDatas (where: {date: $timestamp}) {\n      date\n      volumeUSD\n    }\n  }","variables":{"timestamp":1687478400}}}
Failed to get total volume on polygon_zkevm with graph https://api.studio.thegraph.com/query/47443/v3-test/v0.0.5/graphql: GraphQL Error (Code: 404): {"response":{"error":"Not found","status":404,"headers":{}},"request":{"query":"\n  query total_volume ($block: Int) {\n    factories(block: { number: $block }) {\n      totalVolumeUSD\n    }\n  }","variables":{"block":1467645}}}
Unable to get daily fees on polygon_zkevm from graph.
Unable to get total fees on polygon_zkevm from graph.
Version -> V3
---------
POLYGON_ZKEVM 👇
Backfill start time: 27/3/2023
Timestamp: 1687564799
Block: 1467645
Total volume: undefined
Daily volume: undefined
Daily fees: undefined
Total fees: undefined


Done in 7.40s.

@llamatester
Copy link

The doveswap adapter exports:


Dexs for 23/6/2023
_______________________________________

Version -> V3
---------
POLYGON_ZKEVM 👇
Backfill start time: 27/3/2023
Timestamp: 1687564799
Block: 1467641
Total volume: 11457411.89645843
Daily volume: 622078.7858351770378155032010490451
Daily fees: 1254.139640490511719529563187696205
Total fees: 40495.24892079981
Daily protocol revenue: 0
└─ Methodology: Protocol have no revenue.
Total protocol revenue: 0
└─ Methodology: Protocol have no revenue.
Daily holders revenue: 0
└─ Methodology: Holders have no revenue.
Total holders revenue: 0
└─ Methodology: Holders have no revenue.
Daily user fees: 1254.139640490511719529563187696205
└─ Methodology: User pays 0.05%, 0.30%, or 1% on each swap.
Total user fees: 40495.24892079981
└─ Methodology: User pays 0.05%, 0.30%, or 1% on each swap.
Daily supply side revenue: 1254.139640490511719529563187696205
└─ Methodology: All user fees are distributed among LPs.
Total supply side revenue: 40495.24892079981
└─ Methodology: All user fees are distributed among LPs.
Daily revenue: 0
Total revenue: 0


Done in 6.44s.

@dtmkeng dtmkeng merged commit 374b57b into DefiLlama:master Jun 24, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants