Skip to content

Commit 4375f3b

Browse files
authored
Apply suggestions from code review
1 parent 9dab553 commit 4375f3b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

public/content/developers/docs/standards/tokens/erc-20/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ When ERC-20 tokens are sent to a smart contract that is not designed to handle E
170170
- [Alchemy - Guide to Solidity ERC20 Tokens](https://www.alchemy.com/overviews/erc20-solidity)
171171

172172

173-
## Other fungible token standards
173+
## Other fungible token standards {#fungible-token-standards}
174174

175175
- [ERC-777](/developers/docs/standards/tokens/erc-777)
176176
- [ERC-4626 - Tokenized vaults](/developers/docs/standards/tokens/erc-4626)

public/content/developers/docs/standards/tokens/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ Here are some of the most popular token standards on Ethereum:
2020

2121
- [ERC-20](/developers/docs/standards/tokens/erc-20/) - A standard interface for fungible (interchangeable) tokens, like voting tokens, staking tokens or virtual currencies.
2222

23-
### NFT standards
23+
### NFT standards {#nft-standards}
24+
2425
- [ERC-721](/developers/docs/standards/tokens/erc-721/) - A standard interface for non-fungible tokens, like a deed for artwork or a song.
2526
- [ERC-1155](/developers/docs/standards/tokens/erc-1155/) - ERC-1155 allows for more efficient trades and bundling of transactions – thus saving costs. This token standard allows for creating both utility tokens (such as $BNB or $BAT) and Non-Fungible Tokens like CryptoPunks.
2627

0 commit comments

Comments
 (0)