Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
fixed inaccurate readme description of manager type
  • Loading branch information
benjamin852 authored Aug 30, 2024
1 parent 99af758 commit 1ee8437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/evm/its-lock-unlock-fee/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This example demonstrates how to use the ITS with a custom token implementation with the `LOCK_UNLOCK_FEE` token manager type.

The token will be minted/burned on transfers. The token needs to give mint permission to the token manager, but burning happens via an approval.
The token will be locked/unlocked on transfers in/out of the token's home chain. The token needs to give mint permission to the token manager to call the `safeTransferFrom()` function on the token.

### Prerequisite

Expand Down

0 comments on commit 1ee8437

Please sign in to comment.