Skip to content

Commit 42d9b1b

Browse files
committed
[chore]: eth.public-rpc.com -> eth.llamarpc.com
1 parent 3174b29 commit 42d9b1b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/src/guide/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Configuration
22

33
## Endpoint
4-
The default endpoint is https://eth.public-rpc.com, and you can also set your preferred endpoint.
4+
The default endpoint is https://eth.llamarpc.com, and you can also set your preferred endpoint.
55
You can find free endpoints from [ChainList](https://chainlist.org/chain/1).
66
To set your endpoint, run with a `--endpoint` option.
77
```sh

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ use tokio::sync::Mutex;
2020
#[command(author, version, about, long_about = None)]
2121
struct Args {
2222
/// Json-RPC URL
23-
#[arg(short, long, default_value = "https://eth.public-rpc.com")]
23+
#[arg(short, long, default_value = "https://eth.llamarpc.com")]
2424
endpoint: String,
2525
}
2626

0 commit comments

Comments
 (0)