Skip to content

Commit

Permalink
Update docs/src/chains/injective.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adairrr authored Aug 9, 2023
1 parent 11abe47 commit a37ec2f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/src/chains/injective.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ Injective is a unique blockchain tailored for finance, offering out-of-the-box m

[Visit Injective's Website](https://injective.com/)

### Placeholder for Usage or other header and content
## Usage
To interact with contracts on Injective, first enable the `eth` feature for cw-orchestrator. Injective supports EVM-based addresses, and this will enable their use within cw-orchestrator.

See how to setup your main function in the [main function](../single_contract/scripting.md#main-function) section. Update the network passed into the `Daemon` builder to be `networks::INJECTIVE_1`.
```rust,ignore
{{#include ../../../cw-orch/src/daemon/networks/injective.rs:injective}}
```
Expand Down

0 comments on commit a37ec2f

Please sign in to comment.