File tree Expand file tree Collapse file tree 3 files changed +21
-0
lines changed
Expand file tree Collapse file tree 3 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 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 {}
Original file line number Diff line number Diff line change 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 {}
Original file line number Diff line number Diff line change 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 {}
You can’t perform that action at this time.
0 commit comments