Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Sapede committed May 31, 2023
1 parent 6dffd5d commit f7d7db9
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 @@ -185,7 +185,7 @@ Each precompile on-chain should contain some dummy code to allow Smart Contracts

Verify currently existing precompiles

```typescript
```bash
ts-node src/tools/list-precompiles.ts --network moonbeam
```

Expand All @@ -194,7 +194,7 @@ would output something like:

To update the dummy code, you can use the [PrecompileRegistry](https://github.com/PureStake/moonbeam/blob/master/precompiles/precompile-registry/PrecompileRegistry.sol) with a funded account:

```
```bash
ts-node src/tools/list-precompiles.ts --network moonbeam --update-dummy-code --private-key $PRIVATE_KEY
```

Expand Down

0 comments on commit f7d7db9

Please sign in to comment.