Skip to content

Commit

Permalink
Remove random character.
Browse files Browse the repository at this point in the history
  • Loading branch information
kantp committed Jul 17, 2024
1 parent ab1a60d commit a5f8f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ If you want to change your admin contract, you can write a contract that `extend

[!NOTE] Note that if you want to use a custom admin contract, you should write the admin contract
from scratch. Inheriting from `FungibleTokenAdmin` and overwriting specific methods might not work.
You can find an example of a custom admin contract in `FungibleToken.test.ts`.ß
You can find an example of a custom admin contract in `FungibleToken.test.ts`.

The `initialize()` method of `FungibleToken` takes as one argument the address of the admin
contract. If you have written your own admin contract, you will also need to set
Expand Down

0 comments on commit a5f8f19

Please sign in to comment.