Machinalabs / remix-etherscan-plugin

Remix Etherscan Plugin
54 stars 68 forks source link

please add chainid support #36

Open avadex opened 2 years ago

avadex commented 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 }

should be the same for other etherscan supported chains

DannyDevil0 commented 2 years ago

+1