Merge pull request #209 from kuzdogan/patch-3

Update Sourcify Remix plug. name, activate plugin
This commit is contained in:
Willian Mitsuda 2022-03-22 16:12:19 -03:00 committed by GitHub
commit d099bf5c9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -68,4 +68,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}`;