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

Commit

Permalink
Merge pull request #20 from tokencard/versions
Browse files Browse the repository at this point in the history
Lock compiler version
  • Loading branch information
nostdm authored Jul 3, 2018
2 parents 47da104 + d3b229a commit 508bc49
Show file tree
Hide file tree
Showing 6 changed files with 2,009 additions and 2,005 deletions.
2 changes: 1 addition & 1 deletion card.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pragma solidity ^0.4.24;
pragma solidity 0.4.24;

// The Token interface is a subset of the ERC20 specification.
interface Token {
Expand Down
2 changes: 1 addition & 1 deletion controller.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pragma solidity ^0.4.24;
pragma solidity 0.4.24;

// The Token interface is a subset of the ERC20 specification.
interface Token {
Expand Down
2 changes: 1 addition & 1 deletion oracle.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pragma solidity ^0.4.24;
pragma solidity 0.4.24;

/// @title The Oracle keeps track of exchange rates for a set of ERC20 tokens.
/// @author TokenCard
Expand Down
Loading

0 comments on commit 508bc49

Please sign in to comment.