From dca513304e713e04cd10530a85daa8e35087a97c Mon Sep 17 00:00:00 2001 From: Liberty Reserve <69100593+vandy247396@users.noreply.github.com> Date: Mon, 27 Jul 2026 20:03:06 +0530 Subject: [PATCH 1/4] Add Liberty Reserve chain configuration _data/chains/1410.json --- _data/chains/1410.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 _data/chains/1410.json diff --git a/_data/chains/1410.json b/_data/chains/1410.json new file mode 100644 index 0000000000..cf0732baa9 --- /dev/null +++ b/_data/chains/1410.json @@ -0,0 +1,24 @@ +{ + "name": "Liberty Reserve", + "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": "Liberty Reserve Explorer", + "url": "https://explorer.lrxmining.com", + "standard": "EIP3091" + } + ] +} From af3e76b9a6f913c1cf03f3942c1a68e89edc82d2 Mon Sep 17 00:00:00 2001 From: Liberty Reserve <69100593+vandy247396@users.noreply.github.com> Date: Tue, 18 Aug 2026 15:14:49 +0530 Subject: [PATCH 2/4] Add configuration for Liberty Reserve Chain --- .../additionalChainRegistry/chainid-1410.js | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 constants/additionalChainRegistry/chainid-1410.js diff --git a/constants/additionalChainRegistry/chainid-1410.js b/constants/additionalChainRegistry/chainid-1410.js new file mode 100644 index 0000000000..e3df2e88c4 --- /dev/null +++ b/constants/additionalChainRegistry/chainid-1410.js @@ -0,0 +1,24 @@ +{ + "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" + } + ] +} From 878b14ef863529bf8cc97ad37e54becf96a817aa Mon Sep 17 00:00:00 2001 From: Liberty Reserve <69100593+vandy247396@users.noreply.github.com> Date: Tue, 25 Aug 2026 09:54:13 +0530 Subject: [PATCH 3/4] Delete _data/chains/1410.json --- _data/chains/1410.json | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 _data/chains/1410.json diff --git a/_data/chains/1410.json b/_data/chains/1410.json deleted file mode 100644 index cf0732baa9..0000000000 --- a/_data/chains/1410.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "Liberty Reserve", - "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": "Liberty Reserve Explorer", - "url": "https://explorer.lrxmining.com", - "standard": "EIP3091" - } - ] -} From 5271e213fd0ef574758de05e04ec365c58473a39 Mon Sep 17 00:00:00 2001 From: Define101 <93603962+Define101@users.noreply.github.com> Date: Fri, 28 Aug 2026 11:57:23 +0100 Subject: [PATCH 4/4] Export data from chainid-1410.js --- constants/additionalChainRegistry/chainid-1410.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants/additionalChainRegistry/chainid-1410.js b/constants/additionalChainRegistry/chainid-1410.js index e3df2e88c4..122d69068f 100644 --- a/constants/additionalChainRegistry/chainid-1410.js +++ b/constants/additionalChainRegistry/chainid-1410.js @@ -1,4 +1,4 @@ -{ +export const data = { "name": "Liberty Reserve Chain", "chain": "LRX", "rpc": [