From 6d6f32ce0c19bb3b57e58dc828c53e54b0b22cd5 Mon Sep 17 00:00:00 2001 From: Derek Croote Date: Tue, 10 Oct 2023 07:18:07 -0700 Subject: [PATCH] fix(qrng): remove POA Network Sokol testnet (#645) --- docs/guides/qrng/qrng-remix/index.md | 27 +++++++++++++-------------- docs/reference/qrng/chains.md | 1 - 2 files changed, 13 insertions(+), 15 deletions(-) diff --git a/docs/guides/qrng/qrng-remix/index.md b/docs/guides/qrng/qrng-remix/index.md index 8c547e56..086df95a 100644 --- a/docs/guides/qrng/qrng-remix/index.md +++ b/docs/guides/qrng/qrng-remix/index.md @@ -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 | ::: diff --git a/docs/reference/qrng/chains.md b/docs/reference/qrng/chains.md index f5411df9..8c897daa 100644 --- a/docs/reference/qrng/chains.md +++ b/docs/reference/qrng/chains.md @@ -128,7 +128,6 @@ several testnets. | [{{getChainNameById(5)}}](https://goerli.etherscan.io) | 5 | 0xa0AD79D995DdeeB18a14eAef56A549A04e3Aa1Bd | 1 | | [{{getChainNameById(11155111)}}](https://sepolia.etherscan.io) | 11155111 | 0x2ab9f26E18B64848cd349582ca3B55c2d06f507d | 1 | | [{{getChainNameById(31)}}](https://explorer.testnet.rsk.co) | 31 | 0xa0AD79D995DdeeB18a14eAef56A549A04e3Aa1Bd | 1 | -| [{{getChainNameById(77)}}](https://blockscout.com/poa/sokol) | 77 | 0xa0AD79D995DdeeB18a14eAef56A549A04e3Aa1Bd | 1 | | [{{getChainNameById(97)}}](https://testnet.bscscan.com) | 97 | 0xa0AD79D995DdeeB18a14eAef56A549A04e3Aa1Bd | 1 | | [{{getChainNameById(420)}}](https://goerli-optimism.etherscan.io) | 420 | 0xa0AD79D995DdeeB18a14eAef56A549A04e3Aa1Bd | 1 | | [{{getChainNameById(1287)}}](https://moonbase.moonscan.io) | 1287 | 0xa0AD79D995DdeeB18a14eAef56A549A04e3Aa1Bd | 1 |