Skip to content

Commit

Permalink
added monad_devnet
Browse files Browse the repository at this point in the history
  • Loading branch information
aditya520 committed Jan 17, 2025
1 parent b7f0297 commit ef1553d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions apps/entropy-debug/src/store/entropy-deployments.ts
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,14 @@ export const EntropyDeployments = {
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",
nativeCurrency: "MON",
},
} as const satisfies Record<string, EntropyDeployment>;

export const isValidDeployment = (
Expand Down

0 comments on commit ef1553d

Please sign in to comment.