Skip to content

Commit

Permalink
Added pragma to StableTokenBRL, closes #9004
Browse files Browse the repository at this point in the history
  • Loading branch information
martinvol committed Nov 22, 2021
1 parent 0afc15a commit 8e0caec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/protocol/contracts/stability/ExchangeBRL.sol
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
pragma solidity ^0.5.13;

import "./Exchange.sol";

contract ExchangeBRL is Exchange {
Expand Down

0 comments on commit 8e0caec

Please sign in to comment.