-
Notifications
You must be signed in to change notification settings - Fork 635
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'traderjoe-xyz:main' into main
- Loading branch information
Showing
37 changed files
with
4,624 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
node_modules/ | ||
dist/ | ||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
node_modules/ | ||
logos/ | ||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"name": "@traderjoe-xyz/joe-tokenlists", | ||
"version": "2.2.5", | ||
"description": "Tokenlist typings, schema and lists used on Trader Joe.", | ||
"main": "dist/index.js", | ||
"types": "index.d.ts", | ||
"files": [ | ||
"dist" | ||
], | ||
"repository": "https://github.com/traderjoe-xyz/joe-tokenlists.git", | ||
"author": "traderjoexyz", | ||
"scripts": { | ||
"start": "npx tsc --watch", | ||
"build": "npx tsc --build", | ||
"prepublishOnly": "npx tsc --build" | ||
}, | ||
"license": "MIT", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"devDependencies": { | ||
"typescript": "^4.8.2" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
// farmers market list | ||
// farms added here will show up in highlighted Farmers Market | ||
// add pair id here for filter | ||
export const FARMERS_MARKETLIST = [ | ||
// AVALANCHE | ||
// BTC/AVAX | ||
"0x4483f0b6e2F5486D06958C20f8C39A7aBe87bf8F-13", | ||
// BUSD/AVAX | ||
"0x4483f0b6e2F5486D06958C20f8C39A7aBe87bf8F-14", | ||
// JOE/AVAX | ||
"0x4483f0b6e2F5486D06958C20f8C39A7aBe87bf8F-6", | ||
// DCAR/USDC | ||
"0x188bED1968b795d5c9022F6a0bb5931Ac4c18F00-75", | ||
// OBX/AVAX | ||
"0x188bED1968b795d5c9022F6a0bb5931Ac4c18F00-77", | ||
// yyAVAX/USDC | ||
"0x188bED1968b795d5c9022F6a0bb5931Ac4c18F00-76" | ||
]; | ||
|
||
// JOE farm filter | ||
export const JOE_FARMS = [ | ||
// AVALANCHE | ||
// JOE/AVAX | ||
"0x4483f0b6e2F5486D06958C20f8C39A7aBe87bf8F-6", | ||
// JOE/USDC | ||
"0x4483f0b6e2F5486D06958C20f8C39A7aBe87bf8F-7", | ||
// AVAX/USDC | ||
"0x4483f0b6e2F5486D06958C20f8C39A7aBe87bf8F-0", | ||
// AVAX/USDT | ||
"0x4483f0b6e2F5486D06958C20f8C39A7aBe87bf8F-12", | ||
]; | ||
|
||
// stablecoin PIDs for filtering | ||
export const STABLE_FARMS = [ | ||
// AVALANCHE | ||
// AVAX/BUSD | ||
"0x4483f0b6e2F5486D06958C20f8C39A7aBe87bf8F-14", | ||
// AVAX/USDT | ||
"0x4483f0b6e2F5486D06958C20f8C39A7aBe87bf8F-12", | ||
// USDC/USDC.e | ||
"0x4483f0b6e2F5486D06958C20f8C39A7aBe87bf8F-8", | ||
// USDT/USDT.e | ||
"0x4483f0b6e2F5486D06958C20f8C39A7aBe87bf8F-9", | ||
// AVAX/USDC | ||
"0x4483f0b6e2F5486D06958C20f8C39A7aBe87bf8F-0", | ||
// AVAX/MIM | ||
"0x4483f0b6e2F5486D06958C20f8C39A7aBe87bf8F-4", | ||
]; |
Oops, something went wrong.