Skip to content

Commit

Permalink
Update contracts/aggregator/fantom/flashloan/variable.sol
Browse files Browse the repository at this point in the history
Co-authored-by: Thrilok kumar <[email protected]>
  • Loading branch information
shriyatyagii and thrilok209 authored Jun 28, 2022
1 parent 25acf39 commit f88e19f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions contracts/aggregator/fantom/flashloan/variable.sol
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ import "../../../common/variables.sol";
contract ConstantVariables {
address public constant treasuryAddr =
0x6C4061A00F8739d528b185CC683B6400E0cd396a;
address private constant instaListAddr =
0x10e166c3FAF887D8a61dE6c25039231eE694E926;
ListInterface public constant instaList = ListInterface(instaListAddr);
ListInterface public constant instaList = ListInterface(0x10e166c3FAF887D8a61dE6c25039231eE694E926);
}

contract Variables is ConstantVariables {
Expand Down

0 comments on commit f88e19f

Please sign in to comment.