diff --git a/FULL_HELP_DOCS.md b/FULL_HELP_DOCS.md index 6aa4e1104..9e4988fc3 100644 --- a/FULL_HELP_DOCS.md +++ b/FULL_HELP_DOCS.md @@ -400,7 +400,7 @@ Initialize a Soroban project with an example contract * `-w`, `--with-example ` — An optional flag to specify Soroban example contracts to include. A hello-world contract will be included by default. - Possible values: `account`, `alloc`, `atomic_multiswap`, `atomic_swap`, `auth`, `cross_contract`, `custom_types`, `deep_contract_auth`, `deployer`, `errors`, `eth_abi`, `events`, `fuzzing`, `increment`, `liquidity_pool`, `logging`, `mint-lock`, `simple_account`, `single_offer`, `timelock`, `token`, `ttl`, `upgradeable_contract`, `workspace` + Possible values: `account`, `alloc`, `atomic_multiswap`, `atomic_swap`, `auth`, `cross_contract`, `custom_types`, `deep_contract_auth`, `deployer`, `errors`, `eth_abi`, `events`, `fuzzing`, `increment`, `liquidity_pool`, `logging`, `mint-lock`, `other_custom_types`, `simple_account`, `single_offer`, `timelock`, `token`, `ttl`, `upgradeable_contract`, `workspace` * `--frontend-template ` — An optional flag to pass in a url for a frontend template repository. diff --git a/cmd/soroban-cli/example_contracts.list b/cmd/soroban-cli/example_contracts.list index b11b8f069..2ad5f2c6e 100644 --- a/cmd/soroban-cli/example_contracts.list +++ b/cmd/soroban-cli/example_contracts.list @@ -15,6 +15,7 @@ increment liquidity_pool logging mint-lock +other_custom_types simple_account single_offer timelock