Update Sourcify Remix plug. name, activate plugin
This commit is contained in:
parent
fd9778443d
commit
193c0169c8
|
@ -67,4 +67,4 @@ export const sourcifySourceFile = (
|
|||
)}/contracts/full_match/${chainId}/${address}/sources/${filepath}`;
|
||||
|
||||
export const openInRemixURL = (checksummedAddress: string, networkId: number) =>
|
||||
`https://remix.ethereum.org/#call=source-verification//fetchAndSave//${checksummedAddress}//${networkId}`;
|
||||
`https://remix.ethereum.org/#activate=sourcify&call=sourcify//fetchAndSave//${checksummedAddress}//${networkId}`;
|
||||
|
|
Loading…
Reference in New Issue