ethereumclassic / explorer

EthereumClassic Block Explorer
MIT License
263 stars 252 forks source link

Change url from addr to address #229

Closed ghost closed 5 years ago

realcodywburns commented 5 years ago

why is this needed?

ghost commented 5 years ago

This is needed to match with etherscan.io, etherscan uses /address/ format while this explorer doesn't.

hackmod commented 5 years ago

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.

realcodywburns commented 5 years ago

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