Skip to content

Commit

Permalink
README: Remove stride from instantiate2 chains.
Browse files Browse the repository at this point in the history
  • Loading branch information
dowlandaiello committed Aug 17, 2024
1 parent a933596 commit 8f7d11c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<String>)` - Should be on of `"osmosis" | "neutron" | "stride"` or one of the registered chain names from `.with_chain`
* `.with_chain_name(chain_name: impl Into<String>)` - Should be on of `"osmosis" | "neutron"` or one of the registered chain names from `.with_chain`

#### Tokens

Expand Down

0 comments on commit 8f7d11c

Please sign in to comment.