Skip to content

Commit

Permalink
add sushi
Browse files Browse the repository at this point in the history
  • Loading branch information
nnn-gif committed Aug 29, 2020
1 parent 7fddfb5 commit a514b10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions data/pairs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ tokens[ChainId.MAINNET] = {
LINK:"0x514910771AF9Ca656af840dff83E8264EcF986CA",
DAI:"0x6B175474E89094C44Da98b954EedeAC495271d0F",
LEND:"0x80fB784B7eD66730e8b1DBd9820aFD29931aab03",
SUSHI:"0x6b3595068778dd592e39a122f4f5a5cf09c90fe2",

};
2 changes: 1 addition & 1 deletion trade.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const INFLUXDB_ADMIN_PASSWORD = config.get("influxdb").password

let authToken = config.get("twilio").authToken;
let chain = ChainId.MAINNET;
let pairs = [["CRV","WETH"],["DIA", "WETH"],["LINK","WETH"],["DAI","WETH"],["LEND","WETH"]];
let pairs = [["CRV","WETH"],["DIA", "WETH"],["LINK","WETH"],["DAI","WETH"],["LEND","WETH"],["SUSHI","WETH"]];

let messageService = new TwilioWhastAppMessage(accountSid, authToken);

Expand Down

0 comments on commit a514b10

Please sign in to comment.