From a4b9bcdd2ecc62bc4860df839389ddc71ab734a9 Mon Sep 17 00:00:00 2001 From: Rodrigo Herrera Date: Thu, 7 Aug 2025 09:13:03 -0600 Subject: [PATCH 1/4] Update Primea Network Mainnet RPC endpoints and add explorer configuration - Updated the list of RPC endpoints for Primea Network Mainnet to include both HTTP and WebSocket URLs (secured and unsecured). - Added a new explorer entry for the network using EIP-3091 standard, pointing to http://200.115.122.215:8080. - Ensures wallet and dApp compatibility with transaction, block, and address deep linking. --- _data/chains/eip155-698369.json | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/_data/chains/eip155-698369.json b/_data/chains/eip155-698369.json index a7af526cbd4c..98198f63ade1 100644 --- a/_data/chains/eip155-698369.json +++ b/_data/chains/eip155-698369.json @@ -2,10 +2,10 @@ "name": "Primea Network Mainnet", "chain": "Primea Network Mainnet", "rpc": [ - "http://rpc.primeanetwork.com/rpc-http", - "https://rpc.primeanetwork.com/rpc-https", - "ws://rpc.primeanetwork.com/rpc-ws", - "wss://rpc.primeanetwork.com/rpc-wss" + "http://rpc.primeanetwork.com/", + "https://rpc.primeanetwork.com/", + "ws://rpc.primeanetwork.com/ws", + "wss://rpc.primeanetwork.com/wss" ], "faucets": [], "nativeCurrency": { @@ -18,5 +18,11 @@ "chainId": 698369, "networkId": 698369, "icon": "prim", - "explorers": [] + "explorers": [ + { + "name": "Primea Explorer", + "url": "http://200.115.122.215:8080", + "standard": "EIP3091" + } + ] } From 89ee193b8fd033201bd6f738ee118287e8c8887e Mon Sep 17 00:00:00 2001 From: Rodrigo Herrera Date: Thu, 7 Aug 2025 09:37:08 -0600 Subject: [PATCH 2/4] Update eip155-698369.json --- _data/chains/eip155-698369.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/chains/eip155-698369.json b/_data/chains/eip155-698369.json index 98198f63ade1..8d5e573080e8 100644 --- a/_data/chains/eip155-698369.json +++ b/_data/chains/eip155-698369.json @@ -21,7 +21,7 @@ "explorers": [ { "name": "Primea Explorer", - "url": "http://200.115.122.215:8080", + "url": "http://explorer.primeanetwork.com:8080", "standard": "EIP3091" } ] From 8ed6d1c27b0495e83b2bf76f02cd69942b69d46a Mon Sep 17 00:00:00 2001 From: Rodrigo Herrera Date: Thu, 7 Aug 2025 09:39:20 -0600 Subject: [PATCH 3/4] Update eip155-698369.json --- _data/chains/eip155-698369.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/chains/eip155-698369.json b/_data/chains/eip155-698369.json index 8d5e573080e8..b13e9e7f4583 100644 --- a/_data/chains/eip155-698369.json +++ b/_data/chains/eip155-698369.json @@ -21,7 +21,7 @@ "explorers": [ { "name": "Primea Explorer", - "url": "http://explorer.primeanetwork.com:8080", + "url": "http://explorer.primeanetwork.com", "standard": "EIP3091" } ] From 7fd43d946aa3d72f2197a95319a3b6295fd03643 Mon Sep 17 00:00:00 2001 From: Rodrigo Herrera Date: Thu, 7 Aug 2025 09:44:46 -0600 Subject: [PATCH 4/4] Update eip155-698369.json --- _data/chains/eip155-698369.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/chains/eip155-698369.json b/_data/chains/eip155-698369.json index b13e9e7f4583..a12274f3769f 100644 --- a/_data/chains/eip155-698369.json +++ b/_data/chains/eip155-698369.json @@ -21,7 +21,7 @@ "explorers": [ { "name": "Primea Explorer", - "url": "http://explorer.primeanetwork.com", + "url": "https://explorer.primeanetwork.com", "standard": "EIP3091" } ]