Skip to content

Commit 94916bc

Browse files
committed
update readme
1 parent 80fb8d4 commit 94916bc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,7 @@ Note that most `tx_*` helper functions expose a `.with_key(key: &str)` builder f
9797
* `.build_tx_upload_contracts` - Uploads all contracts in the specified artifacts dir to Neutron by default.
9898
* No required builder calls
9999
* Notable optional builder calls:
100-
* `with_chain_name(&mut self, chain_name: &'a str)` - Should be one of `"osmosis" | "neutron" | "stride"` or one of the registered chain names from `.with_chain`
101-
100+
`.with_chain_name(chain_name: impl Into<String>)` - Should be one of `"osmosis" | "neutron"` or one of the registered chain names from `.with_chain`
102101
#### Wasm
103102

104103
* `.build_tx_instantiate2` - Predictably instantiates a CosmWasm contract.
@@ -108,7 +107,7 @@ Note that most `tx_*` helper functions expose a `.with_key(key: &str)` builder f
108107
* `.with_msg(msg: serde_json::Value)`
109108
* `.with_label(label: &str)`
110109
* Notable optional builder calls:
111-
* `.with_chain_name(chain_name: impl Into<String>)` - Should be one of `"osmosis" | "neutron"` or one of the registered chain names from `.with_chain`
110+
`.with_chain_name(chain_name: impl Into<String>)` - Should be one of `"osmosis" | "neutron"` or one of the registered chain names from `.with_chain`
112111

113112
#### Tokens
114113

0 commit comments

Comments
 (0)