Update Sourcify Remix plug. name, activate plugin

This commit is contained in:
Kaan Uzdoğan 2022-03-21 19:05:12 +01:00 committed by GitHub
parent fd9778443d
commit 193c0169c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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}`;