Skip to content

Commit

Permalink
chore(fast-usdc): regen snapshots with AGORIC_NET docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc committed Dec 4, 2024
1 parent 26ebecb commit 0a22dd2
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 8 deletions.
96 changes: 88 additions & 8 deletions packages/fast-usdc/test/cli/snapshots/cli.test.ts.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,17 @@ Generated by [AVA](https://avajs.dev).
withdraw [options] <want> Withdraw assets from the liquidity pool␊
transfer <amount> <dest> Transfer USDC from Ethereum/L2 to Cosmos via Fast␊
USDC␊
help [command] display help for command`
help [command] display help for command␊
Agoric test networks provide configuration info at, for example,␊
https://devnet.agoric.net/network-config␊
To use RPC endpoints from such a configuration, use:␊
export AGORIC_NET=devnet␊
Use AGORIC_NET=local or leave it unset to use localhost and chain id agoriclocal.␊
`

## shows help for transfer command

Expand All @@ -40,7 +50,17 @@ Generated by [AVA](https://avajs.dev).
dest Destination address in Cosmos␊
Options:␊
-h, --help display help for command`
-h, --help display help for command␊
Agoric test networks provide configuration info at, for example,␊
https://devnet.agoric.net/network-config␊
To use RPC endpoints from such a configuration, use:␊
export AGORIC_NET=devnet␊
Use AGORIC_NET=local or leave it unset to use localhost and chain id agoriclocal.␊
`

## shows help for config command

Expand All @@ -57,7 +77,17 @@ Generated by [AVA](https://avajs.dev).
show Show current config␊
init [options] Set initial config values␊
update [options] Update config values␊
help [command] display help for command`
help [command] display help for command␊
Agoric test networks provide configuration info at, for example,␊
https://devnet.agoric.net/network-config␊
To use RPC endpoints from such a configuration, use:␊
export AGORIC_NET=devnet␊
Use AGORIC_NET=local or leave it unset to use localhost and chain id agoriclocal.␊
`

## shows help for config init command

Expand Down Expand Up @@ -93,7 +123,17 @@ Generated by [AVA](https://avajs.dev).
"0xbd3fa81b58ba92a82136038b25adec7066af3155")␊
--token-contract-address [address] Address of USDC token contract (default:␊
"0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48")␊
-h, --help display help for command`
-h, --help display help for command␊
Agoric test networks provide configuration info at, for example,␊
https://devnet.agoric.net/network-config␊
To use RPC endpoints from such a configuration, use:␊
export AGORIC_NET=devnet␊
Use AGORIC_NET=local or leave it unset to use localhost and chain id agoriclocal.␊
`

## shows help for config update command

Expand All @@ -120,7 +160,17 @@ Generated by [AVA](https://avajs.dev).
--noble-to-agoric-channel [channel] Channel ID on Noble for Agoric␊
--token-messenger-address [address] Address of TokenMessenger contract␊
--token-contract-address [address] Address of USDC token contract␊
-h, --help display help for command`
-h, --help display help for command␊
Agoric test networks provide configuration info at, for example,␊
https://devnet.agoric.net/network-config␊
To use RPC endpoints from such a configuration, use:␊
export AGORIC_NET=devnet␊
Use AGORIC_NET=local or leave it unset to use localhost and chain id agoriclocal.␊
`

## shows help for config show command

Expand All @@ -131,7 +181,17 @@ Generated by [AVA](https://avajs.dev).
Show current config␊
Options:␊
-h, --help display help for command`
-h, --help display help for command␊
Agoric test networks provide configuration info at, for example,␊
https://devnet.agoric.net/network-config␊
To use RPC endpoints from such a configuration, use:␊
export AGORIC_NET=devnet␊
Use AGORIC_NET=local or leave it unset to use localhost and chain id agoriclocal.␊
`

## shows help for deposit command

Expand All @@ -147,7 +207,17 @@ Generated by [AVA](https://avajs.dev).
Options:␊
--id [offer-id] Offer ID␊
--fee [fee] Cosmos fee␊
-h, --help display help for command`
-h, --help display help for command␊
Agoric test networks provide configuration info at, for example,␊
https://devnet.agoric.net/network-config␊
To use RPC endpoints from such a configuration, use:␊
export AGORIC_NET=devnet␊
Use AGORIC_NET=local or leave it unset to use localhost and chain id agoriclocal.␊
`

## shows help for withdraw command

Expand All @@ -163,7 +233,17 @@ Generated by [AVA](https://avajs.dev).
Options:␊
--id [offer-id] Offer ID␊
--fee [fee] Cosmos fee␊
-h, --help display help for command`
-h, --help display help for command␊
Agoric test networks provide configuration info at, for example,␊
https://devnet.agoric.net/network-config␊
To use RPC endpoints from such a configuration, use:␊
export AGORIC_NET=devnet␊
Use AGORIC_NET=local or leave it unset to use localhost and chain id agoriclocal.␊
`

## shows error when deposit command is run without options

Expand Down
Binary file modified packages/fast-usdc/test/cli/snapshots/cli.test.ts.snap
Binary file not shown.

0 comments on commit 0a22dd2

Please sign in to comment.