Skip to content

Commit

Permalink
feat: add PUSO + remove cPHP proxy contract (#497)
Browse files Browse the repository at this point in the history
adds the PSO Proxy contract + removes PHP
  • Loading branch information
denviljclarke authored Aug 15, 2024
1 parent bf70520 commit 31e5f01
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ pragma solidity ^0.5.13;
import "../../common/Proxy.sol";

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

}

0 comments on commit 31e5f01

Please sign in to comment.