From 8f7d11cf26535fcec0ea63e61a78d00586476fee Mon Sep 17 00:00:00 2001 From: Dowland Aiello Date: Sat, 17 Aug 2024 16:18:08 +0000 Subject: [PATCH] README: Remove stride from instantiate2 chains. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 423b2b2..53adb70 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ Note that most `tx_*` helper functions expose a `.with_key(key: &str)` builder f * `.with_msg(msg: serde_json::Value)` * `.with_label(label: &str)` * Notable optional builder calls: - * `.with_chain_name(chain_name: impl Into)` - Should be on of `"osmosis" | "neutron" | "stride"` or one of the registered chain names from `.with_chain` + * `.with_chain_name(chain_name: impl Into)` - Should be on of `"osmosis" | "neutron"` or one of the registered chain names from `.with_chain` #### Tokens