|
233 | 233 | "name": "NftInitialized", |
234 | 234 | "type": "event" |
235 | 235 | }, |
| 236 | + { |
| 237 | + "anonymous": false, |
| 238 | + "inputs": [ |
| 239 | + { |
| 240 | + "indexed": true, |
| 241 | + "internalType": "address", |
| 242 | + "name": "asset", |
| 243 | + "type": "address" |
| 244 | + }, |
| 245 | + { |
| 246 | + "indexed": false, |
| 247 | + "internalType": "uint256", |
| 248 | + "name": "maxCap", |
| 249 | + "type": "uint256" |
| 250 | + } |
| 251 | + ], |
| 252 | + "name": "NftMaxCollateralCapChanged", |
| 253 | + "type": "event" |
| 254 | + }, |
236 | 255 | { |
237 | 256 | "anonymous": false, |
238 | 257 | "inputs": [ |
|
436 | 455 | "name": "ReserveInterestRateChanged", |
437 | 456 | "type": "event" |
438 | 457 | }, |
| 458 | + { |
| 459 | + "anonymous": false, |
| 460 | + "inputs": [ |
| 461 | + { |
| 462 | + "indexed": true, |
| 463 | + "internalType": "address", |
| 464 | + "name": "asset", |
| 465 | + "type": "address" |
| 466 | + }, |
| 467 | + { |
| 468 | + "indexed": false, |
| 469 | + "internalType": "uint256", |
| 470 | + "name": "maxUtilRate", |
| 471 | + "type": "uint256" |
| 472 | + } |
| 473 | + ], |
| 474 | + "name": "ReserveMaxUtilizationRateChanged", |
| 475 | + "type": "event" |
| 476 | + }, |
439 | 477 | { |
440 | 478 | "anonymous": false, |
441 | 479 | "inputs": [ |
|
449 | 487 | "name": "ReserveUnfrozen", |
450 | 488 | "type": "event" |
451 | 489 | }, |
| 490 | + { |
| 491 | + "inputs": [], |
| 492 | + "name": "RISK_ADMIN", |
| 493 | + "outputs": [ |
| 494 | + { |
| 495 | + "internalType": "bytes32", |
| 496 | + "name": "", |
| 497 | + "type": "bytes32" |
| 498 | + } |
| 499 | + ], |
| 500 | + "stateMutability": "view", |
| 501 | + "type": "function" |
| 502 | + }, |
452 | 503 | { |
453 | 504 | "inputs": [ |
454 | 505 | { |
|
543 | 594 | "internalType": "uint256", |
544 | 595 | "name": "maxTokenId", |
545 | 596 | "type": "uint256" |
| 597 | + }, |
| 598 | + { |
| 599 | + "internalType": "uint256", |
| 600 | + "name": "maxCollateralCap", |
| 601 | + "type": "uint256" |
546 | 602 | } |
547 | 603 | ], |
548 | | - "internalType": "struct ILendPoolConfigurator.ConfigNftInput[]", |
| 604 | + "internalType": "struct ConfigTypes.ConfigNftInput[]", |
549 | 605 | "name": "inputs", |
550 | 606 | "type": "tuple[]" |
551 | 607 | } |
|
568 | 624 | "internalType": "uint256", |
569 | 625 | "name": "reserveFactor", |
570 | 626 | "type": "uint256" |
| 627 | + }, |
| 628 | + { |
| 629 | + "internalType": "uint256", |
| 630 | + "name": "maxUtilizationRate", |
| 631 | + "type": "uint256" |
571 | 632 | } |
572 | 633 | ], |
573 | | - "internalType": "struct ILendPoolConfigurator.ConfigReserveInput[]", |
| 634 | + "internalType": "struct ConfigTypes.ConfigReserveInput[]", |
574 | 635 | "name": "inputs", |
575 | 636 | "type": "tuple[]" |
576 | 637 | } |
|
920 | 981 | "stateMutability": "nonpayable", |
921 | 982 | "type": "function" |
922 | 983 | }, |
| 984 | + { |
| 985 | + "inputs": [ |
| 986 | + { |
| 987 | + "internalType": "address[]", |
| 988 | + "name": "assets", |
| 989 | + "type": "address[]" |
| 990 | + }, |
| 991 | + { |
| 992 | + "internalType": "uint256", |
| 993 | + "name": "maxCap", |
| 994 | + "type": "uint256" |
| 995 | + } |
| 996 | + ], |
| 997 | + "name": "setNftMaxCollateralCap", |
| 998 | + "outputs": [], |
| 999 | + "stateMutability": "nonpayable", |
| 1000 | + "type": "function" |
| 1001 | + }, |
923 | 1002 | { |
924 | 1003 | "inputs": [ |
925 | 1004 | { |
|
1046 | 1125 | "stateMutability": "nonpayable", |
1047 | 1126 | "type": "function" |
1048 | 1127 | }, |
| 1128 | + { |
| 1129 | + "inputs": [ |
| 1130 | + { |
| 1131 | + "internalType": "address[]", |
| 1132 | + "name": "assets", |
| 1133 | + "type": "address[]" |
| 1134 | + }, |
| 1135 | + { |
| 1136 | + "internalType": "uint256", |
| 1137 | + "name": "maxUtilRate", |
| 1138 | + "type": "uint256" |
| 1139 | + } |
| 1140 | + ], |
| 1141 | + "name": "setReserveMaxUtilizationRate", |
| 1142 | + "outputs": [], |
| 1143 | + "stateMutability": "nonpayable", |
| 1144 | + "type": "function" |
| 1145 | + }, |
1049 | 1146 | { |
1050 | 1147 | "inputs": [ |
1051 | 1148 | { |
|
0 commit comments