Closed ghost closed 5 years ago
This is needed to match with etherscan.io, etherscan uses /address/ format while this explorer doesn't.
the gastracker.io use /addr/
like as http://gastracker.io/addr/0xc45f5591ffd7ee593219ade09472ef98f0470c1e
simply, we can use both /address
and /addr
urls with small fix without compatible issue.
etherscan compatibility isnt that important to me. myetherwallet, mycrypto, jaxx, bridgette etc link to /addr so I dont want to break compatible with them. you can add /address to the routes table to direct them to the same as /addr
why is this needed?