Add Kiln testnet (#1215)

* Add Kiln testnet

* fix Kiln JSON format
This commit is contained in:
ChrisiPK 2022-06-03 19:18:17 +02:00 committed by GitHub
parent 810488bdf6
commit 4d36388015
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,29 @@
{
"name": "Kiln",
"chain": "ETH",
"network": "testnet",
"rpc": [
"https://rpc.kiln.themerge.dev"
],
"faucets": [
"https://faucet.kiln.themerge.dev",
"https://kiln-faucet.pk910.de",
"https://kilnfaucet.com"
],
"nativeCurrency": {
"name": "Testnet ETH",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://kiln.themerge.dev/",
"shortName": "kiln",
"chainId": 1337802,
"networkId": 1337802,
"icon": "ethereum",
"explorers": [{
"name": "Kiln Explorer",
"url": "https://explorer.kiln.themerge.dev",
"icon": "ethereum",
"standard": "EIP3091"
}]
}