Create eip155-708.json

This commit is contained in:
Reggie 2022-01-01 23:49:32 -08:00 committed by GitHub
parent 9339ed1d58
commit 95cadc90e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,26 @@
{
"name": "BlockChain Station Testnet",
"chain": "BCS",
"network": "testnet",
"rpc": [
"https://rpc-testnet.bcsdev.io",
"wss://rpc-ws-testnet.bcsdev.io"
],
"faucets": [
"https://faucet.bcsdev.io"
],
"nativeCurrency": {
"name": "BCS Testnet Token",
"symbol": "tPLAY",
"decimals": 18
},
"infoURL": "https://blockchainstation.io",
"shortName": "play",
"chainId": 708,
"networkId": 708,
"explorers": [{
"name": "BlockChain Station Explorer",
"url": "https://testnet.bcsdev.io",
"standard": "EIP3091"
}]
}