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/liquidator-v2-contracts" : " ^2.4.0" ,
3030 "@gearbox-protocol/next-contracts" : " npm:@gearbox-protocol/liquidator-v2-contracts@2.5.0-next.3" ,
3131 "@gearbox-protocol/prettier-config" : " 2.1.0" ,
32- "@gearbox-protocol/sdk" : " 7.6.0 " ,
32+ "@gearbox-protocol/sdk" : " 7.6.1 " ,
3333 "@gearbox-protocol/types" : " ^1.14.8" ,
3434 "@types/node" : " ^22.15.21" ,
3535 "@uniswap/sdk-core" : " ^7.7.2" ,
Original file line number Diff line number Diff line change @@ -81,8 +81,10 @@ export default async function attachSDK(): Promise<CreditAccountsService> {
8181 } ) ;
8282 // trying to set default numSplits for router v3.1 contract
8383 const rV310 = sdk . addressProvider . getLatest ( AP_ROUTER , VERSION_RANGE_310 ) ;
84+ logger . warn ( `rV310: ${ rV310 } ` ) ;
8485 if ( rV310 ) {
8586 const router = sdk . contracts . get ( rV310 [ 0 ] ) ;
87+ logger . warn ( `router: ${ router } : ${ router instanceof RouterV310Contract } ` ) ;
8688 if ( router instanceof RouterV310Contract ) {
8789 router . setDefaultNumSplits ( config . numSplits ) ;
8890 logger . info (
Original file line number Diff line number Diff line change @@ -1612,7 +1612,7 @@ __metadata:
16121612 " @gearbox-protocol/liquidator-v2-contracts " : " npm:^2.4.0"
16131613 " @gearbox-protocol/next-contracts " : " npm:@gearbox-protocol/liquidator-v2-contracts@2.5.0-next.3"
16141614 " @gearbox-protocol/prettier-config " : " npm:2.1.0"
1615- " @gearbox-protocol/sdk " : " npm:7.6.0 "
1615+ " @gearbox-protocol/sdk " : " npm:7.6.1 "
16161616 " @gearbox-protocol/types " : " npm:^1.14.8"
16171617 " @types/node " : " npm:^22.15.21"
16181618 " @uniswap/sdk-core " : " npm:^7.7.2"
@@ -1657,9 +1657,9 @@ __metadata:
16571657 languageName : node
16581658 linkType : hard
16591659
1660- " @gearbox-protocol/sdk@npm:7.6.0 " :
1661- version : 7.6.0
1662- resolution : " @gearbox-protocol/sdk@npm:7.6.0 "
1660+ " @gearbox-protocol/sdk@npm:7.6.1 " :
1661+ version : 7.6.1
1662+ resolution : " @gearbox-protocol/sdk@npm:7.6.1 "
16631663 dependencies :
16641664 " @redstone-finance/evm-connector " : " npm:^0.7.5"
16651665 " @redstone-finance/protocol " : " npm:^0.7.5"
@@ -1671,7 +1671,7 @@ __metadata:
16711671 zod : " npm:^3.24.4"
16721672 peerDependencies :
16731673 axios : ^1.0.0
1674- checksum : 10c0/2b00472e0e3dd9483681129b11c8963ce5c73fd7bd98e4dc6a987749bfdf28ca134a24ee03a80e444a8622f391f32831673ed5f37f8b62dc236b46687fe20877
1674+ checksum : 10c0/48ab2578994477894232532805218b23a61cf502452e5b3f10a7d9b12737a1e166c707e28417433a964edad8730356f1be21e4ee16ee2377a946d69133f61b76
16751675 languageName : node
16761676 linkType : hard
16771677
You can’t perform that action at this time.
0 commit comments