From fa9cd2d674adc3b5d111a3364bf6b104a6d64826 Mon Sep 17 00:00:00 2001 From: ligi Date: Tue, 27 Apr 2021 14:36:00 +0200 Subject: [PATCH] Fix markdown for routes (#3531) --- EIPS/eip-3091.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) 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.