Fix chainId for Quadrans Testnet

This commit is contained in:
Piersandro Guerrera 2022-06-03 15:31:09 +02:00 committed by GitHub
parent ed3ce12507
commit fbc604e41f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}]
}
}