Skip to content

Commit

Permalink
Update contracts/interfaces/ITokenManagerType.sol
Browse files Browse the repository at this point in the history
Co-authored-by: Milap Sheth <[email protected]>
  • Loading branch information
Foivos and milapsheth authored Apr 1, 2024
1 parent 8c5abff commit 05226cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/interfaces/ITokenManagerType.sol
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ interface ITokenManagerType {
LOCK_UNLOCK, // The token will be locked/unlocked at the token manager.
LOCK_UNLOCK_FEE, // The token will be locked/unlocked at the token manager, which will account for any fee-on-transfer behaviour.
MINT_BURN, // The token will be minted/burned on transfers. The token needs to give mint and burn permission to the token manager.
GATEWAY // The token will be moved throught the AxelarGateway via callContractWithToken
GATEWAY // The token will be transferred through the AxelarGateway via callContractWithToken
}
}

0 comments on commit 05226cb

Please sign in to comment.