Skip to content
This repository was archived by the owner on Aug 3, 2026. It is now read-only.

Commit bbbaf3f

Browse files
authored
chore: replace stg-rpc.ithaca.xyz with with rpc.ithaca.xyz (#1515)
1 parent 6757a25 commit bbbaf3f

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

tools/relay-tools/src/bin/chainwalker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

tools/relay-tools/src/bin/chainwalker/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

tools/relay-tools/src/bin/recast/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
```

tools/relay-tools/src/bin/recast/send.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)