Skip to content

Commit 75ccac8

Browse files
authored
docs: fix missing space before VERIFIERS
1 parent 6bf1cdc commit 75ccac8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/contract-verification/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ With this plugin, contracts written and compiled in Remix can be verified at Sou
66

77
Currently, the plugin supports Sourcify, Etherscan, Blockscout and Routescan. To add a new verifier, you need to make the following changes:
88

9-
In `./src/app/types/VerificationTypes.ts`, add the new verifier to the `VerifierIdentifier` type and the`VERIFIERS` array.
9+
In `./src/app/types/VerificationTypes.ts`, add the new verifier to the `VerifierIdentifier` type and the `VERIFIERS` array.
1010

1111
In order to interact with the API of the verification service, you need to create a new class that extends the `AbstractVerifier` class. If your API is based on the Etherscan API, you can simply extend the `EtherscanVerifier` class. In this case, see the `RoutescanVerifier` and the `BlockscoutVerifier` for reference. All related classes are located in the `./src/app/Verifiers` directory.
1212

0 commit comments

Comments
 (0)