You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -97,8 +97,7 @@ Note that most `tx_*` helper functions expose a `.with_key(key: &str)` builder f
97
97
*`.build_tx_upload_contracts` - Uploads all contracts in the specified artifacts dir to Neutron by default.
98
98
* No required builder calls
99
99
* 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`
102
101
#### Wasm
103
102
104
103
*`.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
108
107
* `.with_msg(msg: serde_json::Value)`
109
108
* `.with_label(label: &str)`
110
109
* 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`
0 commit comments