From 24f465c5660272711748babffcc3ece8eebd8deb Mon Sep 17 00:00:00 2001 From: Hitesh Sharma Date: Tue, 7 Oct 2025 20:05:52 +0530 Subject: [PATCH 1/2] Add Memento Mainnet Signed-off-by: Hitesh Sharma --- _data/chains/eip155-51888.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 _data/chains/eip155-51888.json diff --git a/_data/chains/eip155-51888.json b/_data/chains/eip155-51888.json new file mode 100644 index 000000000000..ca2501322307 --- /dev/null +++ b/_data/chains/eip155-51888.json @@ -0,0 +1,27 @@ +{ + "name": "Memento Mainnet", + "chain": "Memento", + "rpc": ["https://rpc.mementoblockchain.com"], + "faucets": [], + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + }, + "features": [ + { + "name": "EIP155" + } + ], + "infoURL": "", + "shortName": "memento-mainnet", + "chainId": 51888, + "networkId": 51888, + "explorers": [ + { + "name": "Memento Explorer", + "url": "https://explorer.mementoblockchain.com", + "standard": "none" + } + ] +} From c547e53bcdf7667ea5d15080986cc423e0b3dc28 Mon Sep 17 00:00:00 2001 From: Hitesh Sharma Date: Fri, 10 Oct 2025 18:39:59 +0530 Subject: [PATCH 2/2] Remove secured explorer link Signed-off-by: Hitesh Sharma --- _data/chains/eip155-51888.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/_data/chains/eip155-51888.json b/_data/chains/eip155-51888.json index ca2501322307..9d9a5062b8f9 100644 --- a/_data/chains/eip155-51888.json +++ b/_data/chains/eip155-51888.json @@ -17,11 +17,5 @@ "shortName": "memento-mainnet", "chainId": 51888, "networkId": 51888, - "explorers": [ - { - "name": "Memento Explorer", - "url": "https://explorer.mementoblockchain.com", - "standard": "none" - } - ] + "explorers": [] }