zeta-chain / networks

MIT License
19 stars 18 forks source link

feat: getExplorers function and updated Blockscout explorer URL #19

Closed fadeev closed 1 year ago

fadeev commented 1 year ago

Returns a list of explorer URL.

getExplorers("0xb262d847efd185b29bc1ca01f6ebdc0104dd689b", "address", "zeta_testnet")
[
  'https://explorer.zetachain.com/address/0xb262d847efd185b29bc1ca01f6ebdc0104dd689b',
  'https://zetachain-athens-2.blockscout.com/address/0xb262d847efd185b29bc1ca01f6ebdc0104dd689b'
]

Also, updated the Blockscout explorer URL.