-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* docs: jenesis v2 updates * docs: small fix * docs: small update * docs: minor changes * docs: contract profile updates * docs: minor attach text change * docs: fix quote typo Co-authored-by: James Riehl <33920192+jrriehl@users.noreply.github.com>
- Loading branch information
1 parent
19c932a
commit dd95b39
Showing
5 changed files
with
97 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
You can add more profiles than the one specified using the ```new``` command by running the following ```add profile``` command: | ||
|
||
``` | ||
jenesis add profile my_second_profile | ||
``` | ||
By default, the profile's network will be set to `fetchai-testnet`, but you can specify it using the `--network` optional argument. The following will be added to the existing information in your `jenesis.toml` file: | ||
|
||
```toml | ||
[profile.my_second_profile.network] | ||
name = "fetchai-testnet" | ||
chain_id = "dorado-1" | ||
fee_minimum_gas_price = 5000000000 | ||
fee_denomination = "atestfet" | ||
staking_denomination = "atestfet" | ||
url = "grpc+https://grpc-dorado.fetch.ai" | ||
faucet_url = "https://faucet-dorado.fetch.ai" | ||
is_local = false | ||
|
||
[profile.my_second_profile.contracts] | ||
``` | ||
If there are existing contracts in your project, all of them will be added to the new profile. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters