Skip to content

Commit

Permalink
Add FaucETH links
Browse files Browse the repository at this point in the history
  • Loading branch information
ligi committed Jan 9, 2022
1 parent dd33394 commit c2c676a
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 5 deletions.
5 changes: 3 additions & 2 deletions _data/chains/eip155-1337702.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
"rpc": [
"https://rpc.kintsugi.themerge.dev"
],
"faucets": [
"https://faucet.kintsugi.themerge.dev"
"faucets": [
"http://fauceth.komputing.org?chain=1337702&address=${ADDRESS}",
"https://faucet.kintsugi.themerge.dev"
],
"nativeCurrency": {
"name": "kintsugi Ethere",
Expand Down
5 changes: 4 additions & 1 deletion _data/chains/eip155-4.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
"https://rinkeby.infura.io/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": {
"name": "Rinkeby Ether",
"symbol": "RIN",
Expand Down
1 change: 1 addition & 0 deletions _data/chains/eip155-42.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"ws://kovan.poa.network:8546"
],
"faucets": [
"http://fauceth.komputing.org?chain=42&address=${ADDRESS}",
"https://faucet.kovan.network",
"https://gitter.im/kovan-testnet/faucet"
],
Expand Down
1 change: 1 addition & 0 deletions _data/chains/eip155-421611.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"decimals": 18
},
"rpc": [
"http://fauceth.komputing.org?chain=421611&address=${ADDRESS}",
"https://rinkeby.arbitrum.io/rpc",
"wss://rinkeby.arbitrum.io/ws"
],
Expand Down
3 changes: 2 additions & 1 deletion _data/chains/eip155-5.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"https://rpc.goerli.mudit.blog/"
],
"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"
],
"nativeCurrency": {
Expand Down
4 changes: 3 additions & 1 deletion _data/chains/eip155-69.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"title": "Optimistic Ethereum Testnet Kovan",
"chain": "ETH",
"rpc": ["https://kovan.optimism.io/"],
"faucets": [],
"faucets": [
"http://fauceth.komputing.org?chain=69&address=${ADDRESS}"
],
"nativeCurrency": {
"name": "Kovan Ether",
"symbol": "KOR",
Expand Down

0 comments on commit c2c676a

Please sign in to comment.