Skip to content

Commit

Permalink
chore: custom network command example
Browse files Browse the repository at this point in the history
  • Loading branch information
krigga authored Feb 26, 2024
1 parent bf26f36 commit 4c54ecf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,11 @@ export const config: Config = {
};
```

The above config parameters are equivalent to the arguments in the following command:
```bash
npx blueprint run --custom https://toncenter.com/api/v2/ --custom-version v2 --custom-type mainnet --custom-key YOUR_API_KEY
```

Properties of the `network` object have the same semantics as the `--custom` flags with respective names (see `blueprint help run`).

## Contributors
Expand Down

0 comments on commit 4c54ecf

Please sign in to comment.