Skip to content
This repository was archived by the owner on Oct 10, 2024. It is now read-only.

Commit 508bc49

Browse files
authored
Merge pull request #20 from tokencard/versions
Lock compiler version
2 parents 47da104 + d3b229a commit 508bc49

File tree

6 files changed

+2009
-2005
lines changed

6 files changed

+2009
-2005
lines changed

card.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
// The Token interface is a subset of the ERC20 specification.
44
interface Token {

controller.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
// The Token interface is a subset of the ERC20 specification.
44
interface Token {

oracle.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
/// @title The Oracle keeps track of exchange rates for a set of ERC20 tokens.
44
/// @author TokenCard

0 commit comments

Comments
 (0)