Create eip155-35000.json

This commit is contained in:
Paribu 2022-03-14 00:04:11 +03:00 committed by GitHub
parent d6d4887c44
commit cdbe7e2c12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,25 @@
{
"name": "Paribu Net Testnet",
"chain": "PRB",
"network": "Paribu Net",
"rpc": [
"https://rpc.testnet.paribuscan.com"
],
"faucets": ["https://faucet.paribuscan.com"],
"nativeCurrency": {
"name": "PRB",
"symbol": "PRB",
"decimals": 18
},
"infoURL": "https://net.paribu.com",
"shortName": "prbtestnet",
"chainId": 35000,
"networkId": 35000,
"icon": "prb",
"explorers": [{
"name": "Paribu Net Testnet Explorer",
"url": "https://testnet.paribuscan.com",
"icon": "explorer",
"standard": "EIP3091"
}]
}