Update contracts/arbitrum/connectors/1inch/1inch-v5/helpers.sol

Co-authored-by: Thrilok kumar <thrilok2000@gmail.com>
This commit is contained in:
Shriya Tyagi 2022-12-11 15:16:53 +04:00 committed by GitHub
parent a51f36fe6d
commit 58ade5674f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,5 +10,5 @@ abstract contract Helpers is DSMath, Basic {
/**
* @dev 1Inch Router v5 Address
*/
address internal constant oneInchAddr = 0x1111111254EEB25477B68fb85Ed929f73A960582;
address internal constant oneInchAddr = 0x1111111254EEB25477B68fb85Ed929f73A960582;
}