Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
keyleu committed Sep 11, 2024
1 parent 80fb8d4 commit 94916bc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,7 @@ Note that most `tx_*` helper functions expose a `.with_key(key: &str)` builder f
* `.build_tx_upload_contracts` - Uploads all contracts in the specified artifacts dir to Neutron by default.
* No required builder calls
* Notable optional builder calls:
* `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`

`.with_chain_name(chain_name: impl Into<String>)` - Should be one of `"osmosis" | "neutron"` or one of the registered chain names from `.with_chain`
#### Wasm

* `.build_tx_instantiate2` - Predictably instantiates a CosmWasm contract.
Expand All @@ -108,7 +107,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 one of `"osmosis" | "neutron"` or one of the registered chain names from `.with_chain`
`.with_chain_name(chain_name: impl Into<String>)` - Should be one of `"osmosis" | "neutron"` or one of the registered chain names from `.with_chain`

#### Tokens

Expand Down

0 comments on commit 94916bc

Please sign in to comment.