Update PayloadIGP24.sol

Co-authored-by: bergben <bergben@tutanota.com>
This commit is contained in:
Thrilok kumar 2024-05-22 12:51:03 +05:30 committed by GitHub
parent 7680f9b525
commit 00378ba117
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -440,7 +440,7 @@ contract PayloadIGP24 {
memory configs_ = new AdminModuleStructs.UserBorrowConfig[](1);
configs_[0] = AdminModuleStructs.UserBorrowConfig({
user: address(supplyToken),
user: vault,
token: borrowToken,
mode: 1,
expandPercent: 0,