From 7a498df112f623b7ca61d966700a3ff122887442 Mon Sep 17 00:00:00 2001 From: Carlos Rodriguez Date: Wed, 21 Sep 2022 21:46:10 +0200 Subject: [PATCH 1/2] update default value allow messages after #2290 --- docs/apps/interchain-accounts/parameters.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/apps/interchain-accounts/parameters.md b/docs/apps/interchain-accounts/parameters.md index 8f985b9293e..d3433025d8e 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 +``` From da59cb141b0c4cfb78752d374d59b2e3c0e57fe4 Mon Sep 17 00:00:00 2001 From: Carlos Rodriguez Date: Wed, 21 Sep 2022 21:47:48 +0200 Subject: [PATCH 2/2] Update parameters.md --- docs/apps/interchain-accounts/parameters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/apps/interchain-accounts/parameters.md b/docs/apps/interchain-accounts/parameters.md index d3433025d8e..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