mirror of
https://github.com/status-im/EIPs.git
synced 2025-02-23 04:08:09 +00:00
Fix markdown for routes (#3531)
This commit is contained in:
parent
ea34889065
commit
fa9cd2d674
@ -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:
|
Block explorers will route their webpages accordingly for the following data:
|
||||||
|
|
||||||
### Blocks
|
### Blocks
|
||||||
<BLOCK_EXPORER_URL>/block/<BLOCK_HASH_OR_HEIGHT>
|
`<BLOCK_EXPORER_URL>/block/<BLOCK_HASH_OR_HEIGHT>`
|
||||||
|
|
||||||
|
|
||||||
### Transactions
|
### Transactions
|
||||||
<BLOCK_EXPORER_URL>/tx/<TX_HASH>
|
`<BLOCK_EXPORER_URL>/tx/<TX_HASH>`
|
||||||
|
|
||||||
### Accounts
|
### Accounts
|
||||||
<BLOCK_EXPORER_URL>/address/<ACCOUNT_ADDRESS>
|
`<BLOCK_EXPORER_URL>/address/<ACCOUNT_ADDRESS>`
|
||||||
|
|
||||||
|
|
||||||
### ERC-20 Tokens
|
### ERC-20 Tokens
|
||||||
<BLOCK_EXPORER_URL>/token/<TOKEN_ADDRESS>
|
`<BLOCK_EXPORER_URL>/token/<TOKEN_ADDRESS>`
|
||||||
|
|
||||||
## Backward Compatibility
|
## 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.
|
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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user