From fbc604e41f61ee8639ae912d9ef910ea312a824e Mon Sep 17 00:00:00 2001 From: Piersandro Guerrera Date: Fri, 3 Jun 2022 15:31:09 +0200 Subject: [PATCH] Fix chainId for Quadrans Testnet --- _data/chains/eip155-10947.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_data/chains/eip155-10947.json b/_data/chains/eip155-10947.json index 63bf24db..8f99a0fc 100644 --- a/_data/chains/eip155-10947.json +++ b/_data/chains/eip155-10947.json @@ -17,12 +17,12 @@ }, "infoURL": "https://quadrans.io", "shortName": "quadrans", - "chainId": 10946, - "networkId": 10946, + "chainId": 10947, + "networkId": 10947, "explorers": [{ "name": "explorer", "url": "https://explorer.testnet.quadrans.io", "icon": "quadrans", "standard": "EIP3091" }] -} \ No newline at end of file +}