Skip to content

Commit 8a7dccc

Browse files
authored
Update environments.toml for new fungible token (#119)
1 parent 44a8efc commit 8a7dccc

File tree

2 files changed

+21
-4
lines changed

2 files changed

+21
-4
lines changed

environments.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name = "me" # Required. Keys for this account will be saved to `./.stellar/ident
99
default = true # Optional. Whether to use this account as the `--source` for commands that need one.
1010

1111
[development.contracts]
12-
fungible_token_interface_example = { client = true, constructor_args = "--owner me --initial_supply 1000000000000000000000000" }
12+
fungible_allowlist_example = { client = true, constructor_args = "--admin me --manager me --initial_supply 1000000000000000000000000" }
1313
nft_enumerable_example = { client = true, constructor_args = "--owner me" }
1414

1515
# Rather than in one list, TOML allows specifying contracts in their own "sections"

package-lock.json

Lines changed: 20 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)