Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add urls and fix words #429

Merged
merged 1 commit into from
Aug 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions docs/bc-fusion/post-fusion/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ are the owner of the assets. Please take care of your key/mnemonic.

* Several BC nodes (not validators) will be kept for users to query the blockchain data, including the user balances.
- Testnet RPC Node: https://data-seed-pre-0-s1.bnbchain.org/
- Mainnet RPC Node: To be updated.
- Mainnet RPC Node: https://dataseed1.bnbchain.org/
* An API endpoint will be kept for querying the snapshot balance.
- Testnet API Endpoint: https://testnet-dex.binance.org/api/v1/account/{tbnb_address}
- Mainnet API Endpoint: To be updated.
- Testnet API Endpoint: https://testnet-dex.bnbchain.org/api/v1/account/{tbnb_address}
- Mainnet API Endpoint: https://dex.bnbchain.org/api/v1/account/{bnb_address}
* The snapshot file can be downloaded from Greenfield/IPFS/Arweave. The users can download the snapshot file and set up
a local BC node for retrieving any data on the blockchain.
- Testnet snpashot file: To be updated.
Expand All @@ -55,8 +55,8 @@ Most of the BC related services and products will be shut down after the final s
- Testnet staking service: https://testnet-staking.bnbchain.org/en/staking
- Mainnet staking service: https://www.bnbchain.org/en/staking
* Block service (including API)
- Testnet block service: https://testnet-api.binance.org/bc
- Mainnet block service: https://api.binance.org/bc/
- Testnet block service: https://testnet-api.bnbchain.org/bc
- Mainnet block service: https://api.bnbchain.org/bc/

Be noted: No snapshot will be provided for any of the BC related services and products.

Expand All @@ -65,4 +65,4 @@ the explorer for BC testnet will be shut down if there is no query traffic for a

* Explorer service (including UI)
- Testnet explorer service: https://testnet-explorer.bnbchain.org/
- Mainnet explorer service: https://explorer.binance.org/
- Mainnet explorer service: https://explorer.bnbchain.org/
Loading