Skip to content

Commit

Permalink
update rpc endpoints (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
yierx authored Sep 14, 2023
1 parent 9863afe commit 91d1c81
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions docs/rpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,17 @@ If you need to pull logs frequently, we recommend using WebSockets to push new l
### BSC Mainnet (ChainID 0x38, 56 in decimal)

* https://bsc-dataseed.bnbchain.org
* https://bsc-dataseed1.defibit.io
* https://bsc-dataseed1.ninicoin.io
* https://bsc-dataseed.nariox.org
* https://bsc-dataseed.defibit.io
* https://bsc-dataseed.ninicoin.io
* https://bsc.nodereal.io

You could find more endpoints from **[here](https://chainlist.org/chain/56)**.

### BSC Testnet (ChainID 0x61, 97 in decimal)

* https://data-seed-prebsc-1-s1.bnbchain.org:8545
* https://data-seed-prebsc-2-s1.bnbchain.org:8545
* https://data-seed-prebsc-1-s2.bnbchain.org:8545
* https://data-seed-prebsc-2-s2.bnbchain.org:8545
* https://data-seed-prebsc-1-s3.bnbchain.org:8545
* https://data-seed-prebsc-2-s3.bnbchain.org:8545
* https://bsc-testnet-dataseed.bnbchain.org
* https://bsc-testnet.bnbchain.org

### Thrid-Party RPC Providers

Expand All @@ -63,7 +60,7 @@ You can start the HTTP JSON-RPC with the --http flag
geth attach https://bsc-dataseed.bnbchain.org

## testnet
geth attach https://data-seed-prebsc-1-s1.bnbchain.org:8545
geth attach https://bsc-testnet-dataseed.bnbchain.org
```

### JSON-RPC methods
Expand Down

0 comments on commit 91d1c81

Please sign in to comment.