From 6d5eded8be234c85e55c29755cd0d4ee28acf416 Mon Sep 17 00:00:00 2001 From: Segue Date: Fri, 26 Sep 2025 17:54:27 +0800 Subject: [PATCH 1/2] Add Morph Hoodi Testnet --- _data/chains/eip155-2910.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 _data/chains/eip155-2910.json diff --git a/_data/chains/eip155-2910.json b/_data/chains/eip155-2910.json new file mode 100644 index 000000000000..f0e6ab60762a --- /dev/null +++ b/_data/chains/eip155-2910.json @@ -0,0 +1,23 @@ +{ + "name": "Morph Hoodi", + "chain": "ETH", + "rpc": ["https://rpc-hoodi.morphl2.io"], + "faucets": [], + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "https://www.morphl2.io", + "shortName": "morph", + "chainId": 2910, + "networkId": 2910, + "icon": "https://icons.llamao.fi/icons/chains/rsz_morph.jpg", + "explorers": [ + { + "name": "Morph Hoodi Testnet Explorer", + "url": "https://explorer-hoodi.morphl2.io", + "standard": "EIP3091" + } + ] +} From bd759a3a8321f14c686dfe04f7d6d3a9ff6bb451 Mon Sep 17 00:00:00 2001 From: Segue Date: Mon, 13 Oct 2025 16:58:50 +0800 Subject: [PATCH 2/2] update icon --- _data/chains/eip155-2910.json | 2 +- _data/icons/morph.json | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 _data/icons/morph.json diff --git a/_data/chains/eip155-2910.json b/_data/chains/eip155-2910.json index f0e6ab60762a..c40d043eba47 100644 --- a/_data/chains/eip155-2910.json +++ b/_data/chains/eip155-2910.json @@ -12,7 +12,7 @@ "shortName": "morph", "chainId": 2910, "networkId": 2910, - "icon": "https://icons.llamao.fi/icons/chains/rsz_morph.jpg", + "icon": "morph", "explorers": [ { "name": "Morph Hoodi Testnet Explorer", diff --git a/_data/icons/morph.json b/_data/icons/morph.json new file mode 100644 index 000000000000..0d28ef877f5f --- /dev/null +++ b/_data/icons/morph.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmTDPVjrQq5yULt6gLRGsj4cYoNXPXEWYjMpx5s84jTw5y", + "width": 400, + "height": 400, + "format": "jpg" + } +]