Adding JOYS and JOYS testnet (TOYS) Networks (#127)

This commit is contained in:
Sergey Zhdanoff 2020-11-16 16:17:59 +03:00 committed by GitHub
parent fc8a0f9bd8
commit 92e40e61cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,18 @@
{
"name": "Joys Digital Mainnet",
"chain": "JOYS",
"network": "mainnet",
"rpc": [
"https://node.joys.digital"
],
"faucets": [],
"nativeCurrency": {
"name": "JOYS",
"symbol": "JOYS",
"decimals": 18
},
"infoURL": "https://joys.digital",
"shortName": "JOYS",
"chainId": 35855456,
"networkId": 35855456
}

View File

@ -0,0 +1,20 @@
{
"name": "Joys Digital TestNet",
"chain": "TOYS",
"network": "testnet",
"rpc": [
"https://toys.joys.cash/"
],
"faucets": [
"https://faucet.joys.digital/"
],
"nativeCurrency": {
"name": "TOYS",
"symbol": "TOYS",
"decimals": 18
},
"infoURL": "https://joys.digital",
"shortName": "TOYS",
"chainId": 99415706,
"networkId": 99415706
}