Skip to content

Commit cdc6e99

Browse files
committed
docs: add lines between diagrams
1 parent 4a934f6 commit cdc6e99

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

contracts/hedera/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,14 @@ The price of creating a new HTS token can be queried from `InterchainTokenServic
2828

2929
Above you can see the general flow for deploying a new Interchain Token on Hedera. For local deployments however the user would deploy via the `InterchainTokenFactory`.
3030

31+
---
32+
3133
![Mint Native Interchain Token](./diagrams/native_token_minting.png)
3234

3335
Above you can see the flow for minting an existing native Interchain Token on Hedera. The minting must happen via the Token Manager. ITS and a custom minter are allowed to mint.
3436

37+
---
38+
3539
![Register Custom HTS Token](./diagrams/register_custom_hts_token.png)
3640

3741
Above you can see the flow for registering an existing HTS token as an Interchain Token on Hedera. A new Token Manager contract is deployed as a `LOCK/UNLOCK` manager.

0 commit comments

Comments
 (0)