Skip to content

Commit 6dde1cc

Browse files
committed
UNDO: Fixed solidity version on interface files
1 parent 54d7184 commit 6dde1cc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

contracts/interfaces/IAMPL.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pragma solidity ^0.4.24;
1+
pragma solidity 0.4.24;
22

33
// Public interface definition for the AMPL - ERC20 token on Ethereum (the base-chain)
44
interface IAMPL {

contracts/interfaces/IAmpleforth.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pragma solidity ^0.4.24;
1+
pragma solidity 0.4.24;
22

33
// Public interface definition for the Ampleforth supply policy on Ethereum (the base-chain)
44
interface IAmpleforth {

contracts/interfaces/IOrchestrator.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pragma solidity ^0.4.24;
1+
pragma solidity 0.4.24;
22

33
// Public interface definition for the Ampleforth Orchestrator on Ethereum (the base-chain)
44
interface IOrchestrator {

0 commit comments

Comments
 (0)