File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,16 @@ To set your endpoint, run with a `--endpoint` option.
16
16
cargo run -- --endpoint=https://rpc.flashbots.net
17
17
```
18
18
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
+
19
29
## Other Configuration
20
30
To check other configurations, run the following command.
21
31
``` sh
You can’t perform that action at this time.
0 commit comments