Skip to content

Commit c7b3efb

Browse files
authored
chore(entropy) Add monad testnet (#604)
1 parent bffebfd commit c7b3efb

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

components/EntropyDeployments.tsx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,16 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
402402
delay: "",
403403
gasLimit: "500K",
404404
network: "testnet",
405+
rpc: "https://rpc.devnet1.monad.xyz",
406+
nativeCurrency: "MON",
407+
},
408+
"monad-testnet": {
409+
address: "0x36825bf3Fbdf5a29E2d5148bfe7Dcf7B5639e320",
410+
explorer: "https://testnet.monadexplorer.com/address/$ADDRESS",
411+
delay: "",
412+
gasLimit: "500K",
413+
network: "testnet",
414+
rpc: "https://testnet-rpc.monad.xyz",
405415
nativeCurrency: "MON",
406416
},
407417
abstract: {

0 commit comments

Comments
 (0)