File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed
src/components/transactions/Swap/helpers/cow Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 3737 "@amplitude/analytics-browser" : " ^2.13.0" ,
3838 "@cowprotocol/sdk-app-data" : " 4.1.6" ,
3939 "@cowprotocol/cow-sdk" : " 7.1.1" ,
40- "@cowprotocol/sdk-flash-loans" : " 1.5.2 " ,
40+ "@cowprotocol/sdk-flash-loans" : " 1.5.3 " ,
4141 "@cowprotocol/sdk-viem-adapter" : " 0.2.0" ,
4242 "@bgd-labs/aave-address-book" : " ^4.36.0" ,
4343 "@emotion/cache" : " 11.10.3" ,
Original file line number Diff line number Diff line change @@ -40,6 +40,10 @@ export const getCowFlashLoanSdk = async (chainId: number) => {
4040 return new AaveCollateralSwapSdk ( {
4141 hookAdapterPerType : HOOK_ADAPTER_PER_TYPE ,
4242 aaveAdapterFactory : ADAPTER_FACTORY ,
43+ hooksGasLimit : {
44+ pre : BigInt ( 300000 ) ,
45+ post : BigInt ( 700000 ) ,
46+ } ,
4347 } ) ;
4448} ;
4549
Original file line number Diff line number Diff line change 14261426 "@cowprotocol/sdk-common" "0.3.0"
14271427 "@cowprotocol/sdk-config" "0.3.0"
14281428
1429- "@cowprotocol/
[email protected] .
2 ":
1430- version "1.5.2 "
1431- resolved "https://registry.yarnpkg.com/@cowprotocol/sdk-flash-loans/-/sdk-flash-loans-1.5.2 .tgz#d5f8375441bf07a1a7a70ae786dcb969e91b2b73 "
1432- integrity sha512-RihEc1Gpow4p+b/tLCvptl+TLYNvXsqOC7KvA/5tdk40eOtWUqCiltb66J4FGnc5W8pqmLoRalql4myOMh8dLg ==
1429+ "@cowprotocol/
[email protected] .
3 ":
1430+ version "1.5.3 "
1431+ resolved "https://registry.yarnpkg.com/@cowprotocol/sdk-flash-loans/-/sdk-flash-loans-1.5.3 .tgz#da3b9c320bae16571f7bedb6f07f099c3db5c9b6 "
1432+ integrity sha512-Bl9h9rGc7el/89VwNKYQi/oWD849xifH21ZmdvEqNp9iEw7X+vtszQU5kCzwwmwCU09i0E7ZY8pgfNb8rRkOBA ==
14331433 dependencies:
14341434 "@cowprotocol/sdk-app-data" "4.1.6"
14351435 "@cowprotocol/sdk-common" "0.3.0"
You can’t perform that action at this time.
0 commit comments