-
Notifications
You must be signed in to change notification settings - Fork 71
Open
Description
? `https://api.etherscan.io/api` |
works correct localy for 43114:
export const getEtherScanApi = (network: string) => {
return network === "custum"
? https://api.snowtrace.io/api
: https://api-${network}.snowtrace.io/api
}
should be the same for other etherscan supported chains
nnnnicholas
Metadata
Metadata
Assignees
Labels
No labels