mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add FaucETH links
This commit is contained in:
parent
dd333940f7
commit
c2c676aaf9
|
@ -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",
|
||||||
|
|
|
@ -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",
|
||||||
|
|
|
@ -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"
|
||||||
],
|
],
|
||||||
|
|
|
@ -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"
|
||||||
],
|
],
|
||||||
|
|
|
@ -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": {
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user