diff --git a/docs/apps/interchain-accounts/parameters.md b/docs/apps/interchain-accounts/parameters.md index 8f985b9293e..c4da7e2fdbf 100644 --- a/docs/apps/interchain-accounts/parameters.md +++ b/docs/apps/interchain-accounts/parameters.md @@ -26,7 +26,7 @@ The `ControllerEnabled` parameter controls a chains ability to service ICS-27 co | Key | Type | Default Value | |------------------------|----------|---------------| | `HostEnabled` | bool | `true` | -| `AllowMessages` | []string | `[]` | +| `AllowMessages` | []string | `["*"]` | #### HostEnabled @@ -55,4 +55,4 @@ There is also a special wildcard `"*"` message type which allows any type of mes "host_enabled": true, "allow_messages": ["*"] } -``` \ No newline at end of file +```