Open avadex opened 2 years ago
https://github.com/Machinalabs/remix-etherscan-plugin/blob/0e6e88783560f93ea3b5cd5f7adce6d04ce9edb1/src/utils/utilities.ts#L7
works correct localy for 43114:
export const getEtherScanApi = (network: string) => { return network === "custum" ? https://api.snowtrace.io/api : https://api-${network}.snowtrace.io/api }
https://api.snowtrace.io/api
https://api-${network}.snowtrace.io/api
should be the same for other etherscan supported chains
+1
https://github.com/Machinalabs/remix-etherscan-plugin/blob/0e6e88783560f93ea3b5cd5f7adce6d04ce9edb1/src/utils/utilities.ts#L7
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