Skip to content

Commit

Permalink
remove ankr rpc endpoint (#44)
Browse files Browse the repository at this point in the history
The Ankr RPC endpoint is deprecated, and stop service after Hawaii Fork.
Remove it from our RPC endpoint list.
  • Loading branch information
DarianShawn authored Oct 31, 2023
1 parent 34ce541 commit 78f32a7
Showing 1 changed file with 9 additions and 13 deletions.
22 changes: 9 additions & 13 deletions docs/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,33 +10,29 @@ sidebar_label: Overview
* Faucet: https://devnet-faucet.dogechain.dog/
* RPC Endpoints:
* https://rpc-devnet.dogechain.dog
* Status: Completed Hawaii Fork.

## Testnet(Deprecated)
## Testnet
* Explorer: https://explorer-testnet.dogechain.dog
* ChainID: 568
* Faucet: https://faucet.dogechain.dog
* RPC Endpoints:
* https://rpc-testnet.dogechain.dog
* Status: Redeployed. Completed Hawaii Fork.

## Mainnet
* Explorer: https://explorer.dogechain.dog
* ChainID: 2000
* Bridge: https://bridge.dogechain.dog
* RPC Endpoints:
* https://rpc.dogechain.dog
* https://rpc-us.dogechain.dog
* https://rpc01.dogechain.dog
* Ankr RPC Endpoints:
* https://rpc.ankr.com/dogechain
* https://rpc-ancient.dogechain.dog (Deprecated. Only for historical `eth_call` during Hawaii Fork)
* Status: Completed Detroit Fork.

Dogechain is built on Polygon Edge, which lets the project bootstrap a new blockchain network while providing full compatibility with Ethereum smart contracts and transactions. It uses IBFT (Istanbul Byzantine Fault Tolerant) consensus mechanism, supported [PoS (proof of stake)](/docs/consensus/pos-stake-unstake).
Dogechain is powered by Dogechain team and Polygon, and now supports [PoS (proof of stake)](/docs/consensus/pos-stake-unstake).

Industry standard wallets can be used to interact with Dogechain through the [JSON-RPC](/docs/working-with-node/query-json-rpc) endpoints and node operators can perform various actions on the nodes through the [gRPC](/docs/working-with-node/query-operator-info) protocol.
Industry standard wallets can be used to interact with Dogechain through the [JSON-RPC](/docs/working-with-node/query-json-rpc) endpoints.

To find out more about dogechain-lab, visit the [official website](https://dogechain.dog).
To find out more information and products about dogechain-lab, please visit [the official website](https://dogechain.dog/).

**[GitHub repository](https://github.com/dogechain-lab/dogechain)**



To get started by running a `Dogechain` network locally, please read: [Installation](/docs/get-started/installation) and [Local Setup](/docs/get-started/set-up-ibft-locally).
Any suggestions or contributions are welcome on [our GitHub page](https://github.com/dogechain-lab/)

0 comments on commit 78f32a7

Please sign in to comment.