Skip to content

Commit 4ce201f

Browse files
authored
Release v2.6.5 (#590)
2 parents d69c66c + 31c8f7c commit 4ce201f

File tree

3 files changed

+21
-0
lines changed

3 files changed

+21
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
// SPDX-License-Identifier: GPL-3.0-or-later
2+
pragma solidity ^0.5.13;
3+
4+
import "celo/contracts/common/Proxy.sol";
5+
6+
/* solhint-disable-next-line no-empty-blocks */
7+
contract StableTokenAUDProxy is Proxy {}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
// SPDX-License-Identifier: GPL-3.0-or-later
2+
pragma solidity ^0.5.13;
3+
4+
import "celo/contracts/common/Proxy.sol";
5+
6+
/* solhint-disable-next-line no-empty-blocks */
7+
contract StableTokenCADProxy is Proxy {}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
// SPDX-License-Identifier: GPL-3.0-or-later
2+
pragma solidity ^0.5.13;
3+
4+
import "celo/contracts/common/Proxy.sol";
5+
6+
/* solhint-disable-next-line no-empty-blocks */
7+
contract StableTokenCHFProxy is Proxy {}

0 commit comments

Comments
 (0)