Skip to content

Commit

Permalink
set Exchange
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-chain authored Jul 7, 2022
1 parent 7b48fd6 commit 975208d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions contracts/interfaces/IDebondToken.sol
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,7 @@ interface IDebondToken {
function setBankAddress(address _bankAddress) external;

function setAirdropAddress(address _airdropAddress) external;

function setExchangeAddress(address _exchangeAddress) external;

}

0 comments on commit 975208d

Please sign in to comment.