Skip to content

Commit a37ec2f

Browse files
authored
Update docs/src/chains/injective.md
1 parent 11abe47 commit a37ec2f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/src/chains/injective.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@ Injective is a unique blockchain tailored for finance, offering out-of-the-box m
44

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

7-
### Placeholder for Usage or other header and content
7+
## Usage
8+
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.
89

10+
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`.
911
```rust,ignore
1012
{{#include ../../../cw-orch/src/daemon/networks/injective.rs:injective}}
1113
```

0 commit comments

Comments
 (0)