Merge pull request #37 from MickdeGraaf/master

Added PepChain Churchill testnet
This commit is contained in:
ligi 2019-03-20 20:20:51 +01:00 committed by GitHub
commit d20fc84eda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -380,8 +380,8 @@
"chain_id": 11,
"network_id": 11,
"rpc": ["https://api.metadium.com/prod"]
},
{
},
{
"name": "Metadium Testnet",
"short_name": "kal",
"chain": "META",
@ -389,5 +389,14 @@
"chain_id": 12,
"network_id": 12,
"rpc": ["https://api.metadium.com/dev"]
}
},
{
"name": "PepChain Churchill",
"short_name": "tpep",
"chain": "PEP",
"network": "testnet",
"chain_id": 13371337,
"network_id": 13371337,
"rpc": ["https://churchill-rpc.pepchain.io/"]
}
]