Skip to content

Commit

Permalink
rename solana contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
CoderZhi committed Oct 25, 2024
1 parent d1f5a80 commit 31437a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contracts/iotube/TokenCashierForSolana.sol
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ interface IWrappedCoin {
function deposit() external payable;
}

contract TokenCashier is Pausable {
contract TokenCashierForSolana is Pausable {
event Receipt(
address indexed token,
uint256 indexed id,
Expand Down
2 changes: 1 addition & 1 deletion contracts/iotube/TransferValidatorForSolana.sol
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ interface IMinter {
function owner() external view returns (address);
}

contract TransferValidator is Pausable {
contract TransferValidatorForSolana is Pausable {
event Settled(bytes32 indexed key, address[] witnesses);

mapping(bytes32 => uint256) public settles;
Expand Down

0 comments on commit 31437a2

Please sign in to comment.