Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Commit

Permalink
Merge branch 'main' of https://github.com/traderjoe-xyz/joe-sdk into …
Browse files Browse the repository at this point in the history
…main
  • Loading branch information
cryptofish7 committed Oct 6, 2021
2 parents ef718c2 + 883d3d9 commit 9861721
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@traderjoe-xyz/sdk",
"license": "MIT",
"version": "0.6.1",
"version": "0.6.3",
"description": "🛠 An SDK for building applications on top of Trader Joe.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions src/subgraphs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,9 @@ export const BAR_SUBGRAPH: {[chainId in ChainId]: string } = {
[ChainId.FUJI]: ZERO_ADDRESS,
[ChainId.AVALANCHE]: 'https://api.thegraph.com/subgraphs/name/traderjoe-xyz/bar'
}

export const LENDING_SUBGRAPH: {[chainId in ChainId]: string } = {
[ChainId.RINKEBY]: 'https://api.thegraph.com/subgraphs/name/traderjoe-xyz/lending-rinkeby',
[ChainId.FUJI]: ZERO_ADDRESS,
[ChainId.AVALANCHE]: 'https://api.thegraph.com/subgraphs/name/traderjoe-xyz/lending-rinkeby'
}

0 comments on commit 9861721

Please sign in to comment.