This repository was archived by the owner on Aug 3, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
tools/relay-tools/src/bin Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ chainwalker --help
3232- ` --force ` - Continue even if account has been used before
3333- ` --transfer-percentage N ` - Percentage of balance to transfer on each hop (default: 90)
3434- ` --skip-settlement-wait ` - Skip waiting for settlement completion
35- - ` --relay-url URL ` - Relay URL (default: https://stg- rpc.ithaca.xyz )
35+ - ` --relay-url URL ` - Relay URL (default: https://rpc.ithaca.xyz )
3636
3737## How it Works
3838
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ pub struct Args {
8686 skip_settlement_wait : bool ,
8787
8888 /// Relay URL (defaults to staging)
89- #[ arg( long = "relay-url" , default_value = "https://stg- rpc.ithaca.xyz" ) ]
89+ #[ arg( long = "relay-url" , default_value = "https://rpc.ithaca.xyz" ) ]
9090 relay_url : Url ,
9191
9292 /// Sets whether or not the formatter emits ANSI terminal escape codes for colors and other
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Options:
2727 --chain <CHAIN_ID> Chain ID
2828 --fee-uid <UID> Fee token UID (defaults to the transfer token)
2929 --private-key <KEY> Private key of the sender [env: PRIVATE_KEY]
30- --relay-url <RELAY_URL> Relay URL [default: https://stg- rpc.ithaca.xyz]
30+ --relay-url <RELAY_URL> Relay URL [default: https://rpc.ithaca.xyz]
3131 --debug Enable debug output
3232 -h, --help Print help
3333```
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ pub struct Args {
5252 private_key : String ,
5353
5454 /// Relay URL
55- #[ arg( long, default_value = "https://stg- rpc.ithaca.xyz" ) ]
55+ #[ arg( long, default_value = "https://rpc.ithaca.xyz" ) ]
5656 relay_url : Url ,
5757
5858 /// Enable debug output
You can’t perform that action at this time.
0 commit comments