Skip to content

Commit

Permalink
Update build/contract-integrations/native-token-transfers/deployment-…
Browse files Browse the repository at this point in the history
…process/deploy-to-evm.md

Co-authored-by: Erin Shaben <eshaben@icloud.com>
  • Loading branch information
ilariae and eshaben authored Dec 23, 2024
1 parent a35eab1 commit 7204c94
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ For more detailed information, see the [Deployment Models](/docs/learn/messaging

### Key Differences Between Modes

- **Burn-and-Mint** - tokens must implement custom `mint` and `burn` functions, allowing each chain to manage token issuance independently
- **Hub-and-Spoke** - tokens only need to be ERC20 compliant, with the hub chain acting as the source of truth for supply consistency
- **Burn-and-mint** - tokens must implement custom `mint` and `burn` functions, allowing each chain to manage token issuance independently
- **Hub-and-spoke** - tokens only need to be ERC20 compliant, with the hub chain acting as the source of truth for supply consistency

## Deploy NTT

Expand Down

0 comments on commit 7204c94

Please sign in to comment.