Skip to content

Commit

Permalink
feat: add cPHP proxy contract (#433)
Browse files Browse the repository at this point in the history
  • Loading branch information
philbow61 authored May 17, 2024
1 parent 29df966 commit 43bbbad
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions contracts/legacy/proxies/StableTokenPHPProxy.sol
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
// SPDX-License-Identifier: GPL-3.0-or-later
pragma solidity ^0.5.13;

import "../../common/Proxy.sol";

/* solhint-disable-next-line no-empty-blocks */
contract StableTokenPHPProxy is Proxy {

}

0 comments on commit 43bbbad

Please sign in to comment.