From 4f0918b74f2dff1c5059685141b801b90d2839a1 Mon Sep 17 00:00:00 2001 From: Khuram Shabbir <93321625+khuramShabbir@users.noreply.github.com> Date: Fri, 11 Apr 2025 19:20:12 +0500 Subject: [PATCH 1/3] Create eip155-7131.json --- _data/chains/eip155-7131.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 _data/chains/eip155-7131.json diff --git a/_data/chains/eip155-7131.json b/_data/chains/eip155-7131.json new file mode 100644 index 000000000000..7d2fbba988e3 --- /dev/null +++ b/_data/chains/eip155-7131.json @@ -0,0 +1,24 @@ +{ + "name": "VRC Chain", + "chain": "VRC", + "rpc": [ + "https://vrc-chain.zeeve.net/77dcd2lsz70xjbq70im3/rpc" + ], + "faucets": [], + "nativeCurrency": { + "name": "VRC", + "symbol": "VRC", + "decimals": 18 + }, + "infoURL": "https://vrcchain.com", + "shortName": "vrc", + "chainId": 7131, + "networkId": 7131, + "explorers": [ + { + "name": "VRC Explorer", + "url": "https://explorer.vrcchain.com", + "standard": "EIP3091" + } + ] +} From 336c63a9f4888c1dd67953332f2f762776a02aae Mon Sep 17 00:00:00 2001 From: Khruam Date: Mon, 19 May 2025 12:48:22 +0500 Subject: [PATCH 2/3] adding-vrcn-7131 --- _data/chains/eip155-7131.json | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/_data/chains/eip155-7131.json b/_data/chains/eip155-7131.json index 7d2fbba988e3..ad5ee982096a 100644 --- a/_data/chains/eip155-7131.json +++ b/_data/chains/eip155-7131.json @@ -1,24 +1,28 @@ { - "name": "VRC Chain", - "chain": "VRC", - "rpc": [ - "https://vrc-chain.zeeve.net/77dcd2lsz70xjbq70im3/rpc" - ], + "name": "VRCN Chain Mainnet", + "chain": "VRCN", + "rpc": ["https://rpc-mainnet-4.vrcchain.com/"], "faucets": [], "nativeCurrency": { - "name": "VRC", - "symbol": "VRC", + "name": "VRCN Chain", + "symbol": "VRCN", "decimals": 18 }, - "infoURL": "https://vrcchain.com", - "shortName": "vrc", + "infoURL": "https://vrccoin.com", + "shortName": "VRCN", "chainId": 7131, "networkId": 7131, "explorers": [ { - "name": "VRC Explorer", - "url": "https://explorer.vrcchain.com", + "name": "VRCNChain", + "url": "https://vrcchain.com", + "standard": "EIP3091" + }, + { + "name": "dxbchain", + "url": "https://dxb.vrcchain.com", "standard": "EIP3091" } - ] + ], + "icon": "VRCNChain" } From 7c297d37bdd7757d09d519a954b879366adee25f Mon Sep 17 00:00:00 2001 From: Khruam Date: Mon, 19 May 2025 12:55:02 +0500 Subject: [PATCH 3/3] adding-vrcn-7131 --- _data/chains/eip155-7131.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/chains/eip155-7131.json b/_data/chains/eip155-7131.json index ad5ee982096a..05d4b697643b 100644 --- a/_data/chains/eip155-7131.json +++ b/_data/chains/eip155-7131.json @@ -1,7 +1,7 @@ { "name": "VRCN Chain Mainnet", "chain": "VRCN", - "rpc": ["https://rpc-mainnet-4.vrcchain.com/"], + "rpc": ["https://rpc-mainnet-4.vrcchain.com"], "faucets": [], "nativeCurrency": { "name": "VRCN Chain",