We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
allow_messages
1 parent ffb7f8b commit 779c608Copy full SHA for 779c608
docs/apps/interchain-accounts/parameters.md
@@ -26,7 +26,7 @@ The `ControllerEnabled` parameter controls a chains ability to service ICS-27 co
26
| Key | Type | Default Value |
27
|------------------------|----------|---------------|
28
| `HostEnabled` | bool | `true` |
29
-| `AllowMessages` | []string | `[]` |
+| `AllowMessages` | []string | `["*"]` |
30
31
#### HostEnabled
32
@@ -55,4 +55,4 @@ There is also a special wildcard `"*"` message type which allows any type of mes
55
"host_enabled": true,
56
"allow_messages": ["*"]
57
}
58
-```
+```
0 commit comments