diff --git a/EIPS/eip-3091.md b/EIPS/eip-3091.md index 24495eef..c6d06834 100644 --- a/EIPS/eip-3091.md +++ b/EIPS/eip-3091.md @@ -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/ - +`/block/` ### Transactions -/tx/ +`/tx/` ### Accounts -/address/ - +`/address/` ### ERC-20 Tokens -/token/ +`/token/` ## 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.