Skip to content

Commit

Permalink
clients/js: updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HamphreyR26 authored and evan-gray committed Jun 4, 2024
1 parent 021c4ab commit 49500e1
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions clients/js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Commands:
worm recover <digest> <signature> Recover an address from a signature
worm submit <vaa> Execute a VAA
worm sui Sui utilities
worm verify-vaa Verifies a VAA by querying the core contract on Ethereum
worm verify-vaa Verifies a VAA by querying the core contract on the specified EVM chain

Options:
--help Show help [boolean]
Expand Down Expand Up @@ -340,10 +340,22 @@ Options:
```sh
Options:
--help Show help [boolean]
--version Show version number [boolean]
-v, --vaa vaa in hex format [string] [required]
-n, --network Network [required] [choices: "mainnet", "testnet", "devnet"]
--help Show help [boolean]
--version Show version number [boolean]
-v, --vaa vaa in hex format [string] [required]
-n, --network Network
[required] [choices: "mainnet", "testnet", "devnet"]
-c, --chain chain name
[required] [choices: "unset", "solana", "ethereum", "terra", "bsc", "polygon",
"avalanche", "oasis", "algorand", "aurora", "fantom", "karura", "acala", "kla
ytn", "celo", "near", "moonbeam", "neon", "terra2", "injective", "osmosis", "s
ui", "aptos", "arbitrum", "optimism", "gnosis", "pythnet", "xpla", "btc", "bas
e", "sei", "rootstock", "scroll", "mantle", "blast", "xlayer", "linea", "berac

Check warning on line 353 in clients/js/README.md

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (berac)
hain", "seievm", "wormchain", "cosmoshub", "evmos", "kujira", "neutron", "cele

Check warning on line 354 in clients/js/README.md

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (hain)

Check warning on line 354 in clients/js/README.md

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (cele)
stia", "stargaze", "seda", "dymension", "provenance", "sepolia", "arbitrum_sep

Check warning on line 355 in clients/js/README.md

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (stia)
olia", "base_sepolia", "optimism_sepolia", "holesky", "polygon_sepolia"]

Check warning on line 356 in clients/js/README.md

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (olia)
-a, --contract-address Contract to verify VAA on (override config) [string]
--rpc RPC endpoint [string]
```
</details>
Expand Down

0 comments on commit 49500e1

Please sign in to comment.