xops / expedition

🧭 A block explorer for the Ethereum stack.
https://expedition.dev/
Apache License 2.0
157 stars 93 forks source link

feat: transactions and config fixes #20

Open skeremidchiev opened 1 year ago

skeremidchiev commented 1 year ago

This PR improves explorer: 1) properly show transactions 2) show state of transaction - failed or success 3) configuration for OPN networks - both testnet and mainnet

BelfordZ commented 1 year ago

@skeremidchiev Thanks for the PR, looks great.

It seems that you've replaced the ETC network config. Would you mind updating the PR so that you are adding your network/testnets, and leaving the ones that are in there as is?

Also, in general, its preferable to split this into seperate PRs, so that we can review each change independently. All good for now though.

Thanks again!