Gelato-automations/contracts/constants/CDebtBridge.sol

6 lines
196 B
Solidity
Raw Normal View History

// SPDX-License-Identifier: UNLICENSED
pragma solidity 0.7.4;
function GAS_COSTS_FOR_FULL_REFINANCE() pure returns(uint256[4] memory) {
return [uint256(2519000), 3140500, 3971000, 4345000];
}