From ccaf00205fffb773246f28dab142c5bdf01e3385 Mon Sep 17 00:00:00 2001 From: nnoln Date: Fri, 1 Dec 2023 14:24:21 -0300 Subject: [PATCH] updated docs --- contracts/multicall/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contracts/multicall/README.md b/contracts/multicall/README.md index d45a4c5..590d21a 100644 --- a/contracts/multicall/README.md +++ b/contracts/multicall/README.md @@ -17,7 +17,8 @@ Executes a set of cosmos messages specified in the calls array "msg": {}, "actions": [] } - ] + ], + "fallback_address": "", } } ```