diff --git a/_data/chains/eip155-12715.json b/_data/chains/eip155-12715.json new file mode 100644 index 00000000..72c613ae --- /dev/null +++ b/_data/chains/eip155-12715.json @@ -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" + } + ] +} diff --git a/_data/chains/eip155-1433.json b/_data/chains/eip155-1433.json new file mode 100644 index 00000000..a51654a2 --- /dev/null +++ b/_data/chains/eip155-1433.json @@ -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" + } + ] +}