Add FaucETH links

This commit is contained in:
ligi 2022-01-09 14:53:30 +01:00
parent dd333940f7
commit c2c676aaf9
No known key found for this signature in database
GPG Key ID: 8E81894010ABF23D
6 changed files with 14 additions and 5 deletions

View File

@ -5,8 +5,9 @@
"rpc": [ "rpc": [
"https://rpc.kintsugi.themerge.dev" "https://rpc.kintsugi.themerge.dev"
], ],
"faucets": [ "faucets": [
"https://faucet.kintsugi.themerge.dev" "http://fauceth.komputing.org?chain=1337702&address=${ADDRESS}",
"https://faucet.kintsugi.themerge.dev"
], ],
"nativeCurrency": { "nativeCurrency": {
"name": "kintsugi Ethere", "name": "kintsugi Ethere",

View File

@ -6,7 +6,10 @@
"https://rinkeby.infura.io/v3/${INFURA_API_KEY}", "https://rinkeby.infura.io/v3/${INFURA_API_KEY}",
"wss://rinkeby.infura.io/ws/v3/${INFURA_API_KEY}" "wss://rinkeby.infura.io/ws/v3/${INFURA_API_KEY}"
], ],
"faucets": ["https://faucet.rinkeby.io"], "faucets": [
"http://fauceth.komputing.org?chain=4&address=${ADDRESS}",
"https://faucet.rinkeby.io"
],
"nativeCurrency": { "nativeCurrency": {
"name": "Rinkeby Ether", "name": "Rinkeby Ether",
"symbol": "RIN", "symbol": "RIN",

View File

@ -10,6 +10,7 @@
"ws://kovan.poa.network:8546" "ws://kovan.poa.network:8546"
], ],
"faucets": [ "faucets": [
"http://fauceth.komputing.org?chain=42&address=${ADDRESS}",
"https://faucet.kovan.network", "https://faucet.kovan.network",
"https://gitter.im/kovan-testnet/faucet" "https://gitter.im/kovan-testnet/faucet"
], ],

View File

@ -11,6 +11,7 @@
"decimals": 18 "decimals": 18
}, },
"rpc": [ "rpc": [
"http://fauceth.komputing.org?chain=421611&address=${ADDRESS}",
"https://rinkeby.arbitrum.io/rpc", "https://rinkeby.arbitrum.io/rpc",
"wss://rinkeby.arbitrum.io/ws" "wss://rinkeby.arbitrum.io/ws"
], ],

View File

@ -8,7 +8,8 @@
"https://rpc.goerli.mudit.blog/" "https://rpc.goerli.mudit.blog/"
], ],
"faucets": [ "faucets": [
"https://goerli-faucet.slock.it/?address=${ADDRESS}", "http://fauceth.komputing.org?chain=5&address=${ADDRESS}",
"https://goerli-faucet.slock.it?address=${ADDRESS}",
"https://faucet.goerli.mudit.blog" "https://faucet.goerli.mudit.blog"
], ],
"nativeCurrency": { "nativeCurrency": {

View File

@ -3,7 +3,9 @@
"title": "Optimistic Ethereum Testnet Kovan", "title": "Optimistic Ethereum Testnet Kovan",
"chain": "ETH", "chain": "ETH",
"rpc": ["https://kovan.optimism.io/"], "rpc": ["https://kovan.optimism.io/"],
"faucets": [], "faucets": [
"http://fauceth.komputing.org?chain=69&address=${ADDRESS}"
],
"nativeCurrency": { "nativeCurrency": {
"name": "Kovan Ether", "name": "Kovan Ether",
"symbol": "KOR", "symbol": "KOR",