diff --git a/constants/additionalChainRegistry/chainid-1410.js b/constants/additionalChainRegistry/chainid-1410.js new file mode 100644 index 0000000000..122d69068f --- /dev/null +++ b/constants/additionalChainRegistry/chainid-1410.js @@ -0,0 +1,24 @@ +export const data = { + "name": "Liberty Reserve Chain", + "chain": "LRX", + "rpc": [ + "https://rpc.lrxmining.com" + ], + "faucets": [], + "nativeCurrency": { + "name": "Liberty Reserve", + "symbol": "LRX", + "decimals": 18 + }, + "infoURL": "https://lrxmining.com", + "shortName": "lrx", + "chainId": 1410, + "networkId": 1410, + "explorers": [ + { + "name": "LRXScan", + "url": "https://scan.lrxmining.com", + "standard": "EIP3091" + } + ] +}