Update contracts/payloads/IGP27/PayloadIGP27.sol

Co-authored-by: bergben <bergben@tutanota.com>
This commit is contained in:
Thrilok kumar 2024-06-15 07:29:43 -04:00 committed by GitHub
parent 9aada6d44d
commit 75bcec006d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -445,7 +445,7 @@ contract PayloadIGP27 {
token: ETH_ADDRESS, token: ETH_ADDRESS,
fee: 10 * 1e2, // 10% fee: 10 * 1e2, // 10%
threshold: 0.3 * 1e2, // 0.3% threshold: 0.3 * 1e2, // 0.3%
maxUtilization: 0 // 0 maxUtilization: 100 * 1e2 // set to 100% to disable and have default limit of 100% (avoiding SLOAD).
}); });
LIQUIDITY.updateTokenConfigs(tokenConfigs_); LIQUIDITY.updateTokenConfigs(tokenConfigs_);