Skip to content

Commit

Permalink
test: fix deployer
Browse files Browse the repository at this point in the history
  • Loading branch information
lekhovitsky committed Aug 6, 2023
1 parent ffc589e commit b91d5a4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions contracts/test/suites/PriceFeedDeployer.sol
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,11 @@ contract PriceFeedDeployer is Test, PriceFeedDataLive {
[
PriceFeedParams({
priceFeed: compositePriceFeeds[i].targetToBaseFeed,
stalenessPeriod: compositePriceFeeds[i].targetToBaseStalenessPeriod
stalenessPeriod: compositePriceFeeds[i].targetStalenessPeriod
}),
PriceFeedParams({
priceFeed: compositePriceFeeds[i].baseToUSDFeed,
stalenessPeriod: compositePriceFeeds[i].baseToUSDStalenessPeriod
stalenessPeriod: compositePriceFeeds[i].baseStalenessPeriod
})
]
)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"dependencies": {
"@gearbox-protocol/core-v2": "^1.19.0-base.7",
"@gearbox-protocol/core-v3": "^1.30.0",
"@gearbox-protocol/sdk": "^2.1.10",
"@gearbox-protocol/sdk": "^2.1.14",
"@redstone-finance/evm-connector": "^0.2.2"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1062,10 +1062,10 @@
resolved "https://registry.yarnpkg.com/@gearbox-protocol/prettier-config/-/prettier-config-1.5.0.tgz#4df8e9fd2305fee6ab8c1417a02e31343836932a"
integrity sha512-FUoprSsBdZyBjgxXCKL6mTkbeUJytaLzPJqIOoQpDmBRTX0seCc2o5I9PI9tySoRIlNnd/XXnKCXq1xHDEGbxw==

"@gearbox-protocol/sdk@^2.1.10":
version "2.1.10"
resolved "https://registry.yarnpkg.com/@gearbox-protocol/sdk/-/sdk-2.1.10.tgz#50b0a8d592d5eeb7d55422189366aa7465824c59"
integrity sha512-5UejfCHEx3H49UoEDEwD0GXZxYPh/Rn700zRoonox8eLp5+unS8L5jskOM6jFiheTP152nF6Pn1IxDoXTTo+3g==
"@gearbox-protocol/sdk@^2.1.14":
version "2.1.14"
resolved "https://registry.yarnpkg.com/@gearbox-protocol/sdk/-/sdk-2.1.14.tgz#b19bfe1212ddf6f0964c45d95db297122994758c"
integrity sha512-GNTJiE3t2LVGxtUg1KLfKZtIUEL8opmtOzA0aDE1xgy/p8iuuQKU21OeLI9NT+1zBLK/yptr9wqqKtJ9bIv+XA==
dependencies:
"@types/deep-eql" "^4.0.0"
axios "^1.2.6"
Expand Down

0 comments on commit b91d5a4

Please sign in to comment.