Add kintsugi test network

This commit is contained in:
ligi 2021-12-18 12:04:06 +01:00
parent 2241b4468f
commit 960d2d22b4
No known key found for this signature in database
GPG Key ID: 8E81894010ABF23D

View File

@ -0,0 +1,25 @@
{
"name": "Kintsugi merge testnet",
"chain": "ETH",
"network": "testnet",
"rpc": [
"https://rpc.kintsugi.themerge.dev"
],
"faucets": [
"https://faucet.kintsugi.themerge.dev"
],
"nativeCurrency": {
"name": "kintsugi Ethere",
"symbol": "kiETH",
"decimals": 18
},
"infoURL": "https://kintsugi.themerge.dev/",
"shortName": "kintsugi",
"chainId": 1337702,
"networkId": 1337702,
"explorers": [{
"name": "kintsugi explorer",
"url": "https://explorer.kintsugi.themerge.dev/",
"standard": "EIP3091"
}]
}