Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ default-network = "esmeralda"

[networks.esmeralda]
wallet-daemon-url = "http://127.0.0.1:5100/json_rpc"
metadata-server-url = "https://ootle-templates-esme.tari.com/"
metadata-server-url = "https://ootle.tari.com/community-templates"

[networks.localnet]
wallet-daemon-url = "http://127.0.0.1:5100/json_rpc"
Expand Down
2 changes: 1 addition & 1 deletion docs/02-guides/project-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ default-network = "esmeralda"

[networks.esmeralda]
wallet-daemon-url = "http://127.0.0.1:5100/json_rpc"
metadata-server-url = "https://ootle-templates-esme.tari.com/"
metadata-server-url = "https://ootle.tari.com/community-templates"

[networks.localnet]
wallet-daemon-url = "http://127.0.0.1:5100/json_rpc"
Expand Down
2 changes: 1 addition & 1 deletion docs/03-reference/cli-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ The active network is resolved first, then per-setting values are read from that
| Setting | CLI flag | Project config | Global config | Default |
|---------|----------|---------------|---------------|---------|
| Wallet daemon URL | `--wallet-daemon-url` | `networks.<active>.wallet-daemon-url` | `networks.<active>.wallet-daemon-url` | `http://127.0.0.1:5100/json_rpc` |
| Metadata server URL | `--metadata-server-url` | `networks.<active>.metadata-server-url` | `networks.<active>.metadata-server-url` | esmeralda → `https://ootle-templates-esme.tari.com/`, localnet → `http://localhost:3000/`, others → none |
| Metadata server URL | `--metadata-server-url` | `networks.<active>.metadata-server-url` | `networks.<active>.metadata-server-url` | esmeralda → `https://ootle.tari.com/community-templates`, localnet → `http://localhost:3000/`, others → none |
| Template address | `--template-address` | `networks.<active>.template-address` | — | — |
| Account | `--account` | `default-account` | `default-account` | Wallet daemon default |
| Wallet daemon API key | `--api-key` | — (never stored in config) | — (never stored in config) | `TARI_WALLET_DAEMON_API_KEY` env var |
Expand Down
6 changes: 3 additions & 3 deletions docs/03-reference/configuration-schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ folder = "wasm_templates"

[networks.esmeralda]
wallet-daemon-url = "http://127.0.0.1:5100/json_rpc"
metadata-server-url = "https://ootle-templates-esme.tari.com/"
metadata-server-url = "https://ootle.tari.com/community-templates"

[networks.localnet]
wallet-daemon-url = "http://127.0.0.1:5100/json_rpc"
Expand Down Expand Up @@ -84,7 +84,7 @@ metadata-server-url = "http://localhost:3000/"
| Field | Type | Default | Description |
|-------|------|---------|-------------|
| `wallet-daemon-url` | URL | `http://127.0.0.1:5100/json_rpc` | Wallet daemon JSON-RPC endpoint |
| `metadata-server-url` | URL | esmeralda → `https://ootle-templates-esme.tari.com/`, localnet → `http://localhost:3000/`, others → none | Metadata server URL |
| `metadata-server-url` | URL | esmeralda → `https://ootle.tari.com/community-templates`, localnet → `http://localhost:3000/`, others → none | Metadata server URL |

### CLI Overrides (`-e`)

Expand Down Expand Up @@ -122,7 +122,7 @@ default-network = "esmeralda"

[networks.esmeralda]
wallet-daemon-url = "http://127.0.0.1:5100/json_rpc"
metadata-server-url = "https://ootle-templates-esme.tari.com/"
metadata-server-url = "https://ootle.tari.com/community-templates"
# template-address = "template_abc123..." # written automatically by `tari publish`

[networks.localnet]
Expand Down