Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Commit

Permalink
Bump solidity version pragma for undeployed AssetProxy contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
abandeali1 committed Jun 19, 2019
1 parent 45aacf1 commit 323fb0a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion contracts/asset-proxy/contracts/src/ERC1155Proxy.sol
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/

pragma solidity ^0.5.5;
pragma solidity ^0.5.9;

import "./MixinAuthorizable.sol";

Expand Down
2 changes: 1 addition & 1 deletion contracts/asset-proxy/contracts/src/StaticCallProxy.sol
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/

pragma solidity ^0.5.5;
pragma solidity ^0.5.9;


contract StaticCallProxy {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/

pragma solidity ^0.5.5;
pragma solidity ^0.5.9;

import "@0x/contracts-utils/contracts/src/LibBytes.sol";

Expand Down

0 comments on commit 323fb0a

Please sign in to comment.