chore: add aurora etherscan endpoints (#1572)
This commit is contained in:
parent
cff1ce4068
commit
45f8c2e9ae
|
@ -304,6 +304,10 @@ impl ClientBuilder {
|
|||
"https://testnet.explorer.emerald.oasis.dev/api",
|
||||
"https://testnet.explorer.emerald.oasis.dev/",
|
||||
),
|
||||
Chain::Aurora => urls("https://api.aurorascan.dev/api", "https://aurorascan.dev"),
|
||||
Chain::AuroraTestnet => {
|
||||
urls("https://testnet.aurorascan.dev/api", "https://testnet.aurorascan.dev")
|
||||
}
|
||||
Chain::AnvilHardhat | Chain::Dev => {
|
||||
return Err(EtherscanError::LocalNetworksNotSupported)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue