File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed
Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 2929 "@gearbox-protocol/cli-utils" : " ^5.46.2" ,
3030 "@gearbox-protocol/liquidator-contracts" : " ^1.36.0-experimental.41" ,
3131 "@gearbox-protocol/liquidator-v2-contracts" : " ^2.4.0" ,
32- "@gearbox-protocol/sdk" : " 9.9.1 " ,
32+ "@gearbox-protocol/sdk" : " 9.9.2 " ,
3333 "@gearbox-protocol/types" : " ^1.14.8" ,
3434 "@types/node" : " ^24.5.2" ,
3535 "@uniswap/sdk-core" : " ^7.7.2" ,
Original file line number Diff line number Diff line change @@ -68,11 +68,13 @@ export default async function attachSDK(): Promise<ICreditAccountsService> {
6868 redstone : {
6969 historicTimestamp : optimisticTimestamp ,
7070 gateways : config . redstoneGateways ,
71+ ignoreMissingFeeds : config . optimistic ,
7172 } ,
7273 pyth : {
7374 historicTimestamp : optimisticTimestamp
7475 ? Math . floor ( optimisticTimestamp / 1000 )
7576 : undefined ,
77+ ignoreMissingFeeds : config . optimistic ,
7678 } ,
7779 logger,
7880 } ) ;
Original file line number Diff line number Diff line change @@ -1726,7 +1726,7 @@ __metadata:
17261726 " @gearbox-protocol/cli-utils " : " npm:^5.46.2"
17271727 " @gearbox-protocol/liquidator-contracts " : " npm:^1.36.0-experimental.41"
17281728 " @gearbox-protocol/liquidator-v2-contracts " : " npm:^2.4.0"
1729- " @gearbox-protocol/sdk " : " npm:9.9.1 "
1729+ " @gearbox-protocol/sdk " : " npm:9.9.2 "
17301730 " @gearbox-protocol/types " : " npm:^1.14.8"
17311731 " @types/node " : " npm:^24.5.2"
17321732 " @uniswap/sdk-core " : " npm:^7.7.2"
@@ -1752,9 +1752,9 @@ __metadata:
17521752 languageName : unknown
17531753 linkType : soft
17541754
1755- " @gearbox-protocol/sdk@npm:9.9.1 " :
1756- version : 9.9.1
1757- resolution : " @gearbox-protocol/sdk@npm:9.9.1 "
1755+ " @gearbox-protocol/sdk@npm:9.9.2 " :
1756+ version : 9.9.2
1757+ resolution : " @gearbox-protocol/sdk@npm:9.9.2 "
17581758 dependencies :
17591759 " @redstone-finance/evm-connector " : " npm:^0.9.0"
17601760 " @redstone-finance/protocol " : " npm:^0.9.0"
@@ -1769,7 +1769,7 @@ __metadata:
17691769 zod : " npm:^4.1.11"
17701770 peerDependencies :
17711771 axios : ^1.0.0
1772- checksum : 10c0/5326fa60dc75e2ef0c3205db2493f3f4fc01140291e428d1533417b10cac5578880783bbe1815ce9a94d71b3aee1650a2ffcfd2573262d4b7b6d265dbe31801d
1772+ checksum : 10c0/ae702c58219dce0c509060ba8926a57ae2c04990523c86cf436a989aa4c3a586d7cf1870922b8f9d8402477b725ae045390fe33d887e04a3e79d8648fb7dcbce
17731773 languageName : node
17741774 linkType : hard
17751775
You can’t perform that action at this time.
0 commit comments