Add Kiln testnet

This commit is contained in:
ChrisiPK 2022-06-03 18:55:17 +02:00 committed by GitHub
parent 810488bdf6
commit f348de4566
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,30 @@
{
"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"
}]
}