Add rikeza Blockchain mainnet and testnet (#2430)

* Add rikeza Blockchain mainnet and testnet

* Add rikeza Blockchain mainnet and testnet

* Add rikeza blockchain mainnet and testnet
This commit is contained in:
iamakshaykumar 2023-03-16 15:16:02 +05:30 committed by GitHub
parent 4bbf72ec3e
commit 902032a803
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 46 additions and 0 deletions

View File

@ -0,0 +1,23 @@
{
"name": "Rikeza Network Testnet",
"title": "Rikeza Network Testnet",
"chain": "Rikeza",
"rpc": ["https://testnet-rpc.rikscan.com"],
"faucets": [],
"nativeCurrency": {
"name": "Rikeza",
"symbol": "RIK",
"decimals": 18
},
"infoURL": "https://rikeza.io",
"shortName": "tRIK",
"chainId": 12715,
"networkId": 12715,
"explorers": [
{
"name": "Rikeza Blockchain explorer",
"url": "https://testnet.rikscan.com",
"standard": "EIP3091"
}
]
}

View File

@ -0,0 +1,23 @@
{
"name": "Rikeza Network Mainnet",
"title": "Rikeza Network Mainnet",
"chain": "Rikeza",
"rpc": ["https://rpc.rikscan.com"],
"faucets": [],
"nativeCurrency": {
"name": "Rikeza",
"symbol": "RIK",
"decimals": 18
},
"infoURL": "https://rikeza.io",
"shortName": "RIK",
"chainId": 1433,
"networkId": 1433,
"explorers": [
{
"name": "Rikeza Blockchain explorer",
"url": "https://rikscan.com",
"standard": "EIP3091"
}
]
}