We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0f3bef commit 5bf3daeCopy full SHA for 5bf3dae
constants/additionalChainRegistry/chainid-2910.js
@@ -0,0 +1,24 @@
1
+export const data = {
2
+ name: "Morph Hoodi",
3
+ chain: "ETH",
4
+ rpc: ["https://rpc-hoodi.morphl2.io"],
5
+ faucets: [],
6
+ nativeCurrency: {
7
+ name: "Ether",
8
+ symbol: "ETH",
9
+ decimals: 18,
10
+ },
11
+ features: [{ name: "EIP155" }, { name: "EIP1559" }],
12
+ infoURL: "https://www.morphl2.io",
13
+ shortName: "morph",
14
+ chainId: 2910,
15
+ networkId: 2910,
16
+ icon: "https://icons.llamao.fi/icons/chains/rsz_morph.jpg",
17
+ explorers: [
18
+ {
19
+ name: "Morph Hoodi Testnet Explorer",
20
+ url: "https://explorer-hoodi.morphl2.io",
21
+ standard: "EIP3091",
22
23
+ ],
24
+};
0 commit comments