Skip to content

Commit

Permalink
add verify-script and run through data
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrouid committed Jun 17, 2019
1 parent 590b93a commit 4d489c7
Show file tree
Hide file tree
Showing 49 changed files with 1,879 additions and 83 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
_site
.sass-cache
.jekyll-metadata
.DS_Store
.DS_Store
.env
node_modules
5 changes: 4 additions & 1 deletion _data/chains/1.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"name": "Ethereum Mainnet",
"chain": "ETH",
"network": "mainnet",
"rpc": ["https://mainnet.infura.io/v3/${INFURA_API_KEY}", "https://api.mycryptoapi.com/eth"],
"rpc": [
"https://mainnet.infura.io/v3/${INFURA_API_KEY}",
"https://api.mycryptoapi.com/eth"
],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
Expand Down
4 changes: 3 additions & 1 deletion _data/chains/100.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"name": "xDAI Chain",
"chain": "XDAI",
"network": "mainnet",
"rpc": ["https://dai.poa.network"],
"rpc": [
"https://dai.poa.network"
],
"faucets": [],
"nativeCurrency": {
"name": "xDAI",
Expand Down
4 changes: 3 additions & 1 deletion _data/chains/101.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"name": "EtherInc",
"chain": "ETI",
"network": "mainnet",
"rpc": ["https://api.einc.io/jsonrpc/mainnet"],
"rpc": [
"https://api.einc.io/jsonrpc/mainnet"
],
"faucets": [],
"nativeCurrency": {
"name": "EtherInc Ether",
Expand Down
8 changes: 6 additions & 2 deletions _data/chains/108.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@
"name": "ThunderCore Mainnet",
"chain": "TT",
"network": "mainnet",
"rpc": ["https://mainnet-rpc.thundercore.com"],
"faucets": ["https://faucet.thundercore.com"],
"rpc": [
"https://mainnet-rpc.thundercore.com"
],
"faucets": [
"https://faucet.thundercore.com"
],
"nativeCurrency": {
"name": "ThunderCore Mainnet Ether",
"symbol": "TT",
Expand Down
4 changes: 3 additions & 1 deletion _data/chains/11.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"name": "Metadium Mainnet",
"chain": "META",
"network": "mainnet",
"rpc": ["https://api.metadium.com/prod"],
"rpc": [
"https://api.metadium.com/prod"
],
"faucets": [],
"nativeCurrency": {
"name": "Metadium Mainnet Ether",
Expand Down
5 changes: 4 additions & 1 deletion _data/chains/1122334455.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"name": "IPOS Network",
"chain": "IPOS",
"network": "mainnet",
"rpc": ["https://rpc.iposlab.com", "https://rpc2.iposlab.com"],
"rpc": [
"https://rpc.iposlab.com",
"https://rpc2.iposlab.com"
],
"faucets": [],
"nativeCurrency": {
"name": "IPOS Network Ether",
Expand Down
4 changes: 3 additions & 1 deletion _data/chains/12.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"name": "Metadium Testnet",
"chain": "META",
"network": "testnet",
"rpc": ["https://api.metadium.com/dev"],
"rpc": [
"https://api.metadium.com/dev"
],
"faucets": [],
"nativeCurrency": {
"name": "Metadium Testnet Ether",
Expand Down
4 changes: 3 additions & 1 deletion _data/chains/1313114.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"name": "Ether-1",
"chain": "ETHO",
"network": "mainnet",
"rpc": ["https://rpc.ether1.org"],
"rpc": [
"https://rpc.ether1.org"
],
"faucets": [],
"nativeCurrency": {
"name": "Ether-1 Ether",
Expand Down
4 changes: 3 additions & 1 deletion _data/chains/13371337.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"name": "PepChain Churchill",
"chain": "PEP",
"network": "testnet",
"rpc": ["https://churchill-rpc.pepchain.io"],
"rpc": [
"https://churchill-rpc.pepchain.io"
],
"faucets": [],
"nativeCurrency": {
"name": "PepChain Churchill Ether",
Expand Down
32 changes: 18 additions & 14 deletions _data/chains/162.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
{
"name": "Lightstreams Testnet",
"chain": "PHT",
"network": "sirius",
"rpc": ["https://node.sirius.lightstreams.io"],
"faucets": ["https://discuss.lightstreams.network/t/request-test-tokens"],
"nativeCurrency": {
"name": "Lightstreams PHT",
"symbol": "PHT",
"decimals": 18
},
"infoURL": "https://explorer.sirius.lightstreams.io",
"shortName": "tpht",
"chainId": 162,
"networkId": 162
"name": "Lightstreams Testnet",
"chain": "PHT",
"network": "sirius",
"rpc": [
"https://node.sirius.lightstreams.io"
],
"faucets": [
"https://discuss.lightstreams.network/t/request-test-tokens"
],
"nativeCurrency": {
"name": "Lightstreams PHT",
"symbol": "PHT",
"decimals": 18
},
"infoURL": "https://explorer.sirius.lightstreams.io",
"shortName": "tpht",
"chainId": 162,
"networkId": 162
}
4 changes: 3 additions & 1 deletion _data/chains/1620.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"name": "Atheios",
"chain": "ATH",
"network": "mainnet",
"rpc": ["https://wallet.atheios.com:8797"],
"rpc": [
"https://wallet.atheios.com:8797"
],
"faucets": [],
"nativeCurrency": {
"name": "Atheios Ether",
Expand Down
30 changes: 16 additions & 14 deletions _data/chains/163.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
{
"name": "Lightstreams Mainnet",
"chain": "PHT",
"network": "mainnet",
"rpc": ["https://node.mainnet.lightstreams.io"],
"faucets": [],
"nativeCurrency": {
"name": "Lightstreams PHT",
"symbol": "PHT",
"decimals": 18
},
"infoURL": "https://explorer.lightstreams.io",
"shortName": "pht",
"chainId": 163,
"networkId": 163
"name": "Lightstreams Mainnet",
"chain": "PHT",
"network": "mainnet",
"rpc": [
"https://node.mainnet.lightstreams.io"
],
"faucets": [],
"nativeCurrency": {
"name": "Lightstreams PHT",
"symbol": "PHT",
"decimals": 18
},
"infoURL": "https://explorer.lightstreams.io",
"shortName": "pht",
"chainId": 163,
"networkId": 163
}
8 changes: 6 additions & 2 deletions _data/chains/18.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@
"name": "ThunderCore Testnet",
"chain": "TST",
"network": "testnet",
"rpc": ["https://testnet-rpc.thundercore.com"],
"faucets": ["https://faucet-testnet.thundercore.com"],
"rpc": [
"https://testnet-rpc.thundercore.com"
],
"faucets": [
"https://faucet-testnet.thundercore.com"
],
"nativeCurrency": {
"name": "ThunderCore Testnet Ether",
"symbol": "TST",
Expand Down
4 changes: 3 additions & 1 deletion _data/chains/18289463.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"name": "IOLite",
"chain": "ILT",
"network": "mainnet",
"rpc": ["https://net.iolite.io"],
"rpc": [
"https://net.iolite.io"
],
"faucets": [],
"nativeCurrency": {
"name": "IOLite Ether",
Expand Down
4 changes: 3 additions & 1 deletion _data/chains/1856.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"name": "Teslafunds",
"chain": "TSF",
"network": "mainnet",
"rpc": ["https://tsfapi.europool.me"],
"rpc": [
"https://tsfapi.europool.me"
],
"faucets": [],
"nativeCurrency": {
"name": "Teslafunds Ether",
Expand Down
4 changes: 3 additions & 1 deletion _data/chains/1987.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"name": "EtherGem",
"chain": "EGEM",
"network": "mainnet",
"rpc": ["https://jsonrpc.egem.io/custom"],
"rpc": [
"https://jsonrpc.egem.io/custom"
],
"faucets": [],
"nativeCurrency": {
"name": "EtherGem Ether",
Expand Down
4 changes: 3 additions & 1 deletion _data/chains/2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"name": "Expanse Network",
"chain": "EXP",
"network": "mainnet",
"rpc": ["https://node.expanse.tech"],
"rpc": [
"https://node.expanse.tech"
],
"faucets": [],
"nativeCurrency": {
"name": "Expanse Network Ether",
Expand Down
4 changes: 3 additions & 1 deletion _data/chains/200625.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"name": "Akaroma",
"chain": "AKA",
"network": "mainnet",
"rpc": ["https://remote.akroma.io"],
"rpc": [
"https://remote.akroma.io"
],
"faucets": [],
"nativeCurrency": {
"name": "Akaroma Ether",
Expand Down
4 changes: 3 additions & 1 deletion _data/chains/24484.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"name": "Webchain",
"chain": "WEB",
"network": "mainnet",
"rpc": ["https://node1.webchain.network"],
"rpc": [
"https://node1.webchain.network"
],
"faucets": [],
"nativeCurrency": {
"name": "Webchain Ether",
Expand Down
4 changes: 3 additions & 1 deletion _data/chains/246529.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"name": "ARTIS sigma1",
"chain": "ARTIS",
"network": "sigma1",
"rpc": ["https://rpc.sigma1.artis.network"],
"rpc": [
"https://rpc.sigma1.artis.network"
],
"faucets": [],
"nativeCurrency": {
"name": "ARTIS sigma1 Ether",
Expand Down
4 changes: 3 additions & 1 deletion _data/chains/246785.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"name": "ARTIS tau1",
"chain": "ARTIS",
"network": "tau1",
"rpc": ["https://rpc.tau1.artis.network"],
"rpc": [
"https://rpc.tau1.artis.network"
],
"faucets": [],
"nativeCurrency": {
"name": "ARTIS tau1 Ether",
Expand Down
4 changes: 3 additions & 1 deletion _data/chains/269.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"name": "High Performance Blockchain",
"chain": "HPB",
"network": "mainnet",
"rpc": ["https://node.hpb.blue"],
"rpc": [
"https://node.hpb.blue"
],
"faucets": [],
"nativeCurrency": {
"name": "High Performance Blockchain Ether",
Expand Down
6 changes: 4 additions & 2 deletions _data/chains/28945486.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"name": "Auxilium Network Mainnet",
"chain": "AUX",
"network": "mainnet",
"rpc": ["https://rpc.auxilium.global"],
"rpc": [
"https://rpc.auxilium.global"
],
"faucets": [],
"nativeCurrency": {
"name": "Auxilium coin",
Expand All @@ -13,4 +15,4 @@
"shortName": "aux",
"chainId": 28945486,
"networkId": 28945486
}
}
8 changes: 6 additions & 2 deletions _data/chains/3.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@
"name": "Ethereum Testnet Ropsten",
"chain": "ETH",
"network": "ropsten",
"rpc": ["https://ropsten.infura.io/v3/${INFURA_API_KEY}"],
"faucets": ["https://faucet.ropsten.be?${ADDRESS}"],
"rpc": [
"https://ropsten.infura.io/v3/${INFURA_API_KEY}"
],
"faucets": [
"https://faucet.ropsten.be?${ADDRESS}"
],
"nativeCurrency": {
"name": "Ropsten Ether",
"symbol": "ROP",
Expand Down
5 changes: 4 additions & 1 deletion _data/chains/30.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"name": "RSK Mainnet",
"chain": "RSK",
"network": "mainnet",
"rpc": ["https://public-node.rsk.co", "https://mycrypto.rsk.co"],
"rpc": [
"https://public-node.rsk.co",
"https://mycrypto.rsk.co"
],
"faucets": [],
"nativeCurrency": {
"name": "RSK Mainnet Ether",
Expand Down
9 changes: 7 additions & 2 deletions _data/chains/31.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@
"name": "RSK Testnet",
"chain": "RSK",
"network": "testnet",
"rpc": ["https://public-node.testnet.rsk.co", "https://mycrypto.testnet.rsk.co"],
"faucets": ["https://faucet.testnet.rsk.co"],
"rpc": [
"https://public-node.testnet.rsk.co",
"https://mycrypto.testnet.rsk.co"
],
"faucets": [
"https://faucet.testnet.rsk.co"
],
"nativeCurrency": {
"name": "RSK Testnet Ether",
"symbol": "TRSK",
Expand Down
4 changes: 3 additions & 1 deletion _data/chains/31102.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"name": "Ethersocial Network",
"chain": "ESN",
"network": "mainnet",
"rpc": ["https://api.esn.gonspool.com"],
"rpc": [
"https://api.esn.gonspool.com"
],
"faucets": [],
"nativeCurrency": {
"name": "Ethersocial Network Ether",
Expand Down
4 changes: 3 additions & 1 deletion _data/chains/3125659152.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"name": "Pirl",
"chain": "PIRL",
"network": "mainnet",
"rpc": ["https://wallrpc.pirl.io"],
"rpc": [
"https://wallrpc.pirl.io"
],
"faucets": [],
"nativeCurrency": {
"name": "Pirl Ether",
Expand Down
Loading

0 comments on commit 4d489c7

Please sign in to comment.