From f981747e2f7f9edd5128b92a810b698aa9193631 Mon Sep 17 00:00:00 2001 From: Aditya Arora Date: Fri, 14 Feb 2025 17:04:51 -0800 Subject: [PATCH] chore(entropy) Add monad testnet --- components/EntropyDeployments.tsx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/components/EntropyDeployments.tsx b/components/EntropyDeployments.tsx index a600cf37..49cdf293 100644 --- a/components/EntropyDeployments.tsx +++ b/components/EntropyDeployments.tsx @@ -402,6 +402,16 @@ export const EntropyDeployments: Record = { delay: "", gasLimit: "500K", network: "testnet", + rpc: "https://rpc.devnet1.monad.xyz", + nativeCurrency: "MON", + }, + "monad-testnet": { + address: "0x36825bf3Fbdf5a29E2d5148bfe7Dcf7B5639e320", + explorer: "https://testnet.monadexplorer.com/address/$ADDRESS", + delay: "", + gasLimit: "500K", + network: "testnet", + rpc: "https://testnet-rpc.monad.xyz", nativeCurrency: "MON", }, abstract: {