Skip to content

Commit

Permalink
Feat add stable tokenc ghs proxy (#536)
Browse files Browse the repository at this point in the history
### Description

Adds the proxy for GHS which will be used for both cGHS(pilot) and the
actual cGHS in future

### Other changes

no

### Related issues

- mento-protocol/mento-general#576
  • Loading branch information
baroooo authored Oct 24, 2024
1 parent 6f8b5b7 commit 9349b38
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions contracts/tokens/StableTokenGHSProxy.sol
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
// SPDX-License-Identifier: GPL-3.0-or-later
pragma solidity ^0.5.13;

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

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

0 comments on commit 9349b38

Please sign in to comment.