Skip to content

Commit

Permalink
docs(new-chain): expand
Browse files Browse the repository at this point in the history
  • Loading branch information
cor committed Jan 8, 2025
1 parent a1a64f8 commit cc6c1de
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/content/docs/connect/new-chain/cosmwasm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ mkdir ./starsd-home
```bash
./starsd tx wasm execute stars1s0x3yq0pmltxq56f4yppgmd02ret3uj5k9ftj6ug9c7lc379sw7qv396zm '{"register_client":{"client_type":"cometbls","client_address":"stars16khctrjjnm5nn5503hhqlcu7h4pngzpzc5g3d4ej25pz47eqsnjqdctmt7"}}' --home ./starsd-home --node https://rpc.elgafar-1.stargaze.chain.kitchen --chain-id elgafar-1 --from cor-systems --gas auto --gas-adjustment 1.4 --gas-prices 1ustars -y
```
10. TODO: Show registration of State Lens LCs
</Steps>


Expand Down
12 changes: 12 additions & 0 deletions docs/src/content/docs/connect/new-chain/evm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,18 @@ Connecting a new CosmWasm chain is easy and can be done in four simple steps doc

## Upload IBC Core and Light Clients

Deployment of the Union EVM stack is fully automated. Simply run:

```bash
nix run github:unionlabs/union#eth-deploy-holesky-full
```

TODO: show how to run for custom EVM chain

## Configure Voyager

TODO

## Open the Connection

TODO

0 comments on commit cc6c1de

Please sign in to comment.