Fix markdown for routes (#3531)

This commit is contained in:
ligi 2021-04-27 14:36:00 +02:00 committed by GitHub
parent ea34889065
commit fa9cd2d674
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,18 +22,16 @@ Currently wallets will link transactions and accounts to block explorers web pag
Block explorers will route their webpages accordingly for the following data:
### Blocks
<BLOCK_EXPORER_URL>/block/<BLOCK_HASH_OR_HEIGHT>
`<BLOCK_EXPORER_URL>/block/<BLOCK_HASH_OR_HEIGHT>`
### Transactions
<BLOCK_EXPORER_URL>/tx/<TX_HASH>
`<BLOCK_EXPORER_URL>/tx/<TX_HASH>`
### Accounts
<BLOCK_EXPORER_URL>/address/<ACCOUNT_ADDRESS>
`<BLOCK_EXPORER_URL>/address/<ACCOUNT_ADDRESS>`
### ERC-20 Tokens
<BLOCK_EXPORER_URL>/token/<TOKEN_ADDRESS>
`<BLOCK_EXPORER_URL>/token/<TOKEN_ADDRESS>`
## Backward Compatibility
This EIP was designed with existing API routes in mind to reduce disruption. Incompatible block explorers should include either 301 redirects to their existing API routes to match this EIP.