Skip to content

Commit

Permalink
Add Singularity ZERO Testnet (ethereum-lists#540)
Browse files Browse the repository at this point in the history
* Add Singularity ZERO Testnet

* Update Singularity faucets

* use https on rpc and explorer
  • Loading branch information
axengine authored Nov 8, 2021
1 parent d65dc6b commit c87ab28
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions _data/chains/eip155-12051.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "Singularity ZERO Testnet",
"chain": "ZERO",
"network": "testnet",
"rpc": [
"https://betaenv.singularity.gold:18545"
],
"faucets": [
"https://nft.singularity.gold"
],
"nativeCurrency": {
"name": "ZERO",
"symbol": "tZERO",
"decimals": 18
},
"infoURL": "https://www.singularity.gold",
"shortName": "tZERO",
"chainId": 12051,
"networkId": 12051,
"explorers": [{
"name": "zeroscan",
"url": "https://betaenv.singularity.gold:18002",
"standard": "EIP3091"
}]
}

0 comments on commit c87ab28

Please sign in to comment.