Skip to content

Commit

Permalink
chore: another adjustment in the decimal conversion section
Browse files Browse the repository at this point in the history
  • Loading branch information
viraj124 committed Sep 28, 2024
1 parent 6108326 commit 4ea1fa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ARCHITECTURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ Additionally, it is a de-facto practice in the space to use 18 decimals to repre

DApps that enable bridge operations should observe this limitation and truncate the amounts accordingly to avoid reverted transactions.

This essentially means that if a token with `L1 token decimals > 9` is bridged to Fuel, then the L2 token minted will have 9 decimals. However, if a token with `L1 token decimals <= 9` is bridged to Fuel, then the L2 token minted will have the same number of decimals as the L1 token.
This essentially means that if a token with `decimals > 9` is bridged to Fuel, then the L2 token minted will have 9 decimals. However, if a token with `decimals <= 9` is bridged to Fuel, then the L2 token minted will have the same number of decimals as the L1 token.

| Token | L1 Token Decimals | L2 Token Decimals |
| ----------------- | :-----------------------: | -----------------: |
Expand Down

0 comments on commit 4ea1fa2

Please sign in to comment.