Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
samisbakedham committed Jul 17, 2022
1 parent e776e46 commit 27ae2ec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dexVolumes/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import oneInch from "./1inch";
import balancer from "./balancer";
import bancor from "./bancor";
import carthage from "./carthage";
import champagneswap from "./champagneswap";
import curve from "./curve";
import dodo from "./dodo";
Expand All @@ -25,6 +26,7 @@ export default {
"1inch": oneInch,
balancer,
bancor,
carthage,
champagneswap,
curve,
dodo,
Expand Down
3 changes: 3 additions & 0 deletions volume.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ https://api.thegraph.com/subgraphs/name/balancer-labs/balancer
#### Bancor
https://thegraph.com/explorer/subgraph/blocklytics/bancor

#### Carthage
https://thegraph.cndlchain.com/subgraphs/name/ianlapham/uniswap-v3-test

#### Curve
https://www.curve.fi/raw-stats/ren-1440m.json //where ren is the pool name

Expand Down

0 comments on commit 27ae2ec

Please sign in to comment.