Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
Fix rpc urls
Browse files Browse the repository at this point in the history
  • Loading branch information
wuminzhe committed Jul 22, 2022
1 parent 24631a0 commit cad5523
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 17 deletions.
2 changes: 1 addition & 1 deletion docs/chains/darwinia-chain.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The Darwinia Chain is a public chain based on substrate with cross-chain compone
- Token Decimal: `9`
- Block Explorer URL: `https://darwinia.subscan.io/`
- HTTP Endpoints:
- `https://crab-rpc.darwinia.network`
- `https://rpc.darwinia.network`
- `https://darwinia-rpc.dwellir.com`
- WSS Endpoints:
- `wss://rpc.darwinia.network`
Expand Down
6 changes: 3 additions & 3 deletions docs/chains/darwinia-smart-chain.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@ smart contracts from the Ethereum chain to run their business. In this article w

#### For Darwinia Smart Chain

- Network Name: `Darwinia`
- Network Name: `Darwinia Smart Chain`
- Token Name: `RING`
- Token Decimal: `18`
- ChainId: `46`
- Block Explorer URL: `https://darwinia.subscan.io/`
- HTTP Endpoints:
- `https://crab-rpc.darwinia.network`
- `https://rpc.darwinia.network`
- `https://darwinia-rpc.dwellir.com`
- WSS Endpoints:
- `wss://rpc.darwinia.network`
- `wss://darwinia-rpc.dwellir.com`

#### For Pangoro Smart Chain

- Network Name: `Pangoro`
- Network Name: `Pangoro Smart Chain`
- Token Name: `ORING`
- Token Decimal: `18`
- ChainId: `45`
Expand Down
15 changes: 2 additions & 13 deletions docs/sdk/guides/01-using-smart-chain-with-metamask.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,9 @@ sidebar_position: 1

![Untitled](/img/metamask-00.png)

### Supported Smart Chains
### Smart Chain Parameters

- Darwinia Smart Chain

Not online yet.

- Pangoro Smart Chain (Testnet)

```yaml
RPC URL: https://pangoro-rpc.darwinia.network
Chain ID: 45
Currency: ORING
Explorer: https://pangoro.subscan.io/
```
See [Darwinia Smart Chain](../../chains/darwinia-smart-chain)

## Deposit tokens

Expand Down

0 comments on commit cad5523

Please sign in to comment.