polytope-labs / hyperbridge

Hyperbridge is a hyperscalable coprocessor for verifiable, cross-chain interoperability
https://docs.hyperbridge.network/
Apache License 2.0
104 stars 33 forks source link

Use ContractScan for multichain deployment links #200

Closed Destiner closed 3 months ago

Destiner commented 3 months ago

Replaces Blockscan with ContractScan. The latter only highlights the networks where the code is actually deployed (vs those that have no code but some state e.g. balance), supports over 100 networks (vs 50ish), and is open-source.

Disclaimer: author of ContractScan

seunlanlege commented 3 months ago

Interesting, this also seems to work better than blockscan. Thanks!