Skip to content

Commit a64202d

Browse files
committed
add todo note about auto associations
1 parent b121dd2 commit a64202d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/hedera/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ The responsibility of keeping ITS funded on the WHBAR contract lies with the dep
3232
- `interchainTokenAddress` was removed from `InterchainTokenService.sol`, since HTS tokens don't have deterministic addresses. `registeredTokenAddress` should be used instead.
3333
- `transmitInterchainTransfer` was removed from `InterchainTokenService.sol` since it's meant to be called from an `InterchainToken` contract, which is not used.
3434
- When creating a new interchain token, `InterchainTokenService` and `TokenManager` are associated with the token.
35-
- `initialSupply` isn't supported when deploying a new interchain token. To receive tokens, an account needs to previously associate with the token, thus it cannot immediately receive tokens after creation.
35+
- `initialSupply` isn't supported when deploying a new interchain token. To receive tokens, an account needs to previously associate with the token, thus it cannot immediately receive tokens after creation. (TODO explain why auto associations aren't used.)
3636
- Both HTS tokens and ERC20 tokens are supported for registration.

0 commit comments

Comments
 (0)