Skip to content

Commit 2501ffc

Browse files
authored
Update ERC-7730: fix md structure in format table
Merged by EIP-Bot.
1 parent 6df3855 commit 2501ffc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ERCS/erc-7730.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1187,8 +1187,8 @@ Formats usable for uint/int solidity types.
11871187
| *Examples* | Value 0x2c1c986f1c48000 is displayed as `0.19866144 ETH` |
11881188

11891189
---
1190-
| **`tokenAmount`** | |
1191-
|-------------------------|----------------------------------------------------------------------------------------------------------------------|
1190+
| **`tokenAmount`** | |
1191+
|-------------------------|--------------------------------------------------------------------------------------|
11921192
| *Description* | Convert value using token decimals, and append token ticker name. If value is above optional `threshold`, display instead `message` with ticker. |
11931193
| *Parameters* | --- |
11941194
| `tokenPath` or `token` | path reference, or constant value for the address of the token contract. Used to associate correct ticker. If ticker is not found or `tokenPath`/`token` is not set, the wallet SHOULD display the raw value instead with an "Unknown token" warning |
@@ -1203,7 +1203,7 @@ Formats usable for uint/int solidity types.
12031203

12041204
---
12051205
| **`nftName`** | |
1206-
|------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------|
1206+
|------------------------------------------------------------|--------------------------------------------------------------------------------------|
12071207
| *Description* | Display value as a specific NFT in a collection, if found by wallet, or fallback to a raw int token ID if not |
12081208
| *Parameters* | --- |
12091209
| `collectionPath` or `collection` | A path reference, or constant value for the collection address |

0 commit comments

Comments
 (0)