Skip to content

Commit

Permalink
chore(networks)- Add-monad Devnet (#550)
Browse files Browse the repository at this point in the history
  • Loading branch information
aditya520 authored Jan 7, 2025
1 parent b9ad269 commit d260f76
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions components/EntropyDeployments.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -387,4 +387,13 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
rpc: "https://rpc.soniclabs.com",
nativeCurrency: "S",
},
"monad-devnet": {
address: "0x36825bf3fbdf5a29e2d5148bfe7dcf7b5639e320",
explorer: "https://brightstar-884.devnet1.monad.xyz/address/$ADDRESS",
delay: "",
gasLimit: "500K",
network: "testnet",
rpc: "",
nativeCurrency: "MON",
},
};

0 comments on commit d260f76

Please sign in to comment.