Skip to content

Commit 0f62eb6

Browse files
committed
reorder
1 parent 69804c6 commit 0f62eb6

File tree

1 file changed

+1
-1
lines changed
  • src/content/developers/docs/standards/tokens/erc-20

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,6 @@ print("Addr Balance:", addr_balance)
151151
## Further reading {#further-reading}
152152

153153
- [EIP-20: ERC-20 Token Standard](https://eips.ethereum.org/EIPS/eip-20)
154-
- [Guide to Solidity ERC20 Tokens](https://www.alchemy.com/overviews/erc20-solidity)
155154
- [OpenZeppelin - Tokens](https://docs.openzeppelin.com/contracts/3.x/tokens#ERC20)
156155
- [OpenZeppelin - ERC-20 Implementation](https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/token/ERC20/ERC20.sol)
156+
- [Alchemy - Guide to Solidity ERC20 Tokens](https://www.alchemy.com/overviews/erc20-solidity)

0 commit comments

Comments
 (0)