Skip to content

Commit

Permalink
update sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
slasher125 committed Feb 7, 2023
1 parent 7415be6 commit e7139de
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"license": "ISC",
"dependencies": {
"@defillama/sdk": "^2.3.126",
"@defillama/sdk3": "npm:@defillama/sdk@^3.0.9",
"@defillama/sdk3": "npm:@defillama/sdk@^3.0.34",
"@types/jest": "^28.1.6",
"@uniswap/sdk-core": "^3.0.1",
"@uniswap/smart-order-router": "^2.8.0",
Expand Down
4 changes: 2 additions & 2 deletions src/adaptors/yodeswap/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const utils = require('../utils');
const sdk = require('@defillama/sdk');
const sdk = require('@defillama/sdk3');
const { default: BigNumber } = require('bignumber.js');
const superagent = require('superagent');
const masterChefABI = require('./abis/masterchef.json');
Expand Down Expand Up @@ -304,4 +304,4 @@ module.exports = {
timetravel: false,
apy: getApy,
url: 'https://yodeswap.dog',
};
};

0 comments on commit e7139de

Please sign in to comment.