Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KyrylR committed Dec 22, 2023
1 parent cb35598 commit d873bb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ The core of this plugin is migration files, you can specify the migration route

### Migration Sample

Below is a sample migration file:
Below is a sample migration file (1_simple.migration.ts):

```ts
import { Deployer, Reporter } from "@solarity/hardhat-migrate";
Expand Down Expand Up @@ -167,7 +167,7 @@ This example illustrates the basic principles of how migrations operate:
library, facilitating the deployment and processing of contracts.
2. The `Reporter` class, a static entity, logs intermediary information into the console.
3. It is required to import contract factories, or, in the case of Truffle, the necessary Truffle Contract Instance that need to be deployed.
4. Define all relevant constants as necessary.
4. All relevant constants can be defined if necessary.
5. The migration file's main body grants access to the deployer object, allowing for contract deployment and supporting
recovery from failures in previous migration runs.
6. Standard transaction-sending processes are used without special wrappers.
Expand Down

0 comments on commit d873bb6

Please sign in to comment.