Skip to content

Commit d21e6e0

Browse files
committed
[docs]: updated
1 parent 7172c1f commit d21e6e0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/src/guide/configuration.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,16 @@ To set your endpoint, run with a `--endpoint` option.
1616
cargo run -- --endpoint=https://rpc.flashbots.net
1717
```
1818

19+
In the case of the L2 blockchain networks and BSC RPC endpoints listed below,
20+
it has been confirmed that this software works to some extent.
21+
22+
| Platform | RPC Endpoint |
23+
| --------------- | ---------------------------------------------------------------------------------- |
24+
| Arbitrum One | [https://arb1.arbitrum.io/rpc](https://arb1.arbitrum.io/rpc) |
25+
| Optimism | [https://mainnet.optimism.io](https://mainnet.optimism.io) |
26+
| Boba Network | [https://lightning-replica.boba.network/](https://lightning-replica.boba.network/) |
27+
| BNB Smart Chain | [https://bsc-dataseed.bnbchain.org](https://bsc-dataseed.bnbchain.org ) |
28+
1929
## Other Configuration
2030
To check other configurations, run the following command.
2131
```sh

0 commit comments

Comments
 (0)