Skip to content

Commit ee4e103

Browse files
committed
added hyperevm
1 parent e3f7b91 commit ee4e103

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

components/EntropyDeployments.tsx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -441,4 +441,13 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
441441
rpc: "https://bepolia.rpc.berachain.com",
442442
nativeCurrency: "BERA",
443443
},
444+
hyperevm: {
445+
address: "0xfA25E653b44586dBbe27eE9d252192F0e4956683",
446+
explorer: "https://hyperliquid.cloud.blockscout.com/address/$ADDRESS",
447+
delay: "",
448+
gasLimit: "500K",
449+
network: "mainnet",
450+
rpc: "https://rpc.hyperliquid.xyz/evm",
451+
nativeCurrency: "HYPE",
452+
},
444453
};

0 commit comments

Comments
 (0)