Skip to content

Commit

Permalink
fix(qrng): remove POA Network Sokol testnet (#645)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcroote authored Oct 10, 2023
1 parent 42957b8 commit 6d6f32c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 15 deletions.
27 changes: 13 additions & 14 deletions docs/guides/qrng/qrng-remix/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -447,20 +447,19 @@ parameters that are needed.

::: details Funding table reference

| Testnet | Amount | Unit | Chain Id |
| ------------------------- | ------ | ----- | -------- |
| Ethereum-Goerli | 0.1 | ETH | 5 |
| Ethereum-Sepolia | 0.05 | SEP | 11155111 |
| RSK testnet | 0.001 | tRBTC | 31 |
| POA Network Sokol testnet | 0.05 | POA | 77 |
| BNB Chain testnet | 0.005 | tBNB | 97 |
| Optimism testnet | 0.05 | ETH | 420 |
| Moonbase Alpha testnet | 0.1 | DEV | 1287 |
| Fantom testnet | 0.5 | FTM | 4002 |
| Avalanche Fuji testnet | 0.3 | AVAX | 43113 |
| Polygon Mumbai testnet | 0.05 | MATIC | 80001 |
| Milkomeda C1 testnet | 0.5 | mTAda | 200101 |
| Arbitrum testnet | 0.01 | AGOR | 421613 |
| Testnet | Amount | Unit | Chain Id |
| ---------------------- | ------ | ----- | -------- |
| Ethereum-Goerli | 0.1 | ETH | 5 |
| Ethereum-Sepolia | 0.05 | SEP | 11155111 |
| RSK testnet | 0.001 | tRBTC | 31 |
| BNB Chain testnet | 0.005 | tBNB | 97 |
| Optimism testnet | 0.05 | ETH | 420 |
| Moonbase Alpha testnet | 0.1 | DEV | 1287 |
| Fantom testnet | 0.5 | FTM | 4002 |
| Avalanche Fuji testnet | 0.3 | AVAX | 43113 |
| Polygon Mumbai testnet | 0.05 | MATIC | 80001 |
| Milkomeda C1 testnet | 0.5 | mTAda | 200101 |
| Arbitrum testnet | 0.01 | AGOR | 421613 |

:::

Expand Down
1 change: 0 additions & 1 deletion docs/reference/qrng/chains.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ several testnets.
| [{{getChainNameById(5)}}](https://goerli.etherscan.io) | 5 | <code>0xa0AD79D995DdeeB18a14eAef56A549A04e3Aa1Bd</code><CopyIcon text="0xa0AD79D995DdeeB18a14eAef56A549A04e3Aa1Bd"/> | 1 |
| [{{getChainNameById(11155111)}}](https://sepolia.etherscan.io) | 11155111 | <code>0x2ab9f26E18B64848cd349582ca3B55c2d06f507d</code><CopyIcon text="0x2ab9f26E18B64848cd349582ca3B55c2d06f507d"/> | 1 |
| [{{getChainNameById(31)}}](https://explorer.testnet.rsk.co) | 31 | <code>0xa0AD79D995DdeeB18a14eAef56A549A04e3Aa1Bd</code><CopyIcon text="0xa0AD79D995DdeeB18a14eAef56A549A04e3Aa1Bd"/> | 1 |
| [{{getChainNameById(77)}}](https://blockscout.com/poa/sokol) | 77 | <code>0xa0AD79D995DdeeB18a14eAef56A549A04e3Aa1Bd</code><CopyIcon text="0xa0AD79D995DdeeB18a14eAef56A549A04e3Aa1Bd"/> | 1 |
| [{{getChainNameById(97)}}](https://testnet.bscscan.com) | 97 | <code>0xa0AD79D995DdeeB18a14eAef56A549A04e3Aa1Bd</code><CopyIcon text="0xa0AD79D995DdeeB18a14eAef56A549A04e3Aa1Bd"/> | 1 |
| [{{getChainNameById(420)}}](https://goerli-optimism.etherscan.io) | 420 | <code>0xa0AD79D995DdeeB18a14eAef56A549A04e3Aa1Bd</code><CopyIcon text="0xa0AD79D995DdeeB18a14eAef56A549A04e3Aa1Bd"/> | 1 |
| [{{getChainNameById(1287)}}](https://moonbase.moonscan.io) | 1287 | <code>0xa0AD79D995DdeeB18a14eAef56A549A04e3Aa1Bd</code><CopyIcon text="0xa0AD79D995DdeeB18a14eAef56A549A04e3Aa1Bd"/> | 1 |
Expand Down

0 comments on commit 6d6f32c

Please sign in to comment.