Skip to content

Commit ef1553d

Browse files
committed
added monad_devnet
1 parent b7f0297 commit ef1553d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

apps/entropy-debug/src/store/entropy-deployments.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,14 @@ export const EntropyDeployments = {
387387
rpc: "https://rpc.soniclabs.com",
388388
nativeCurrency: "S",
389389
},
390+
"monad-devnet": {
391+
address: "0x36825bf3fbdf5a29e2d5148bfe7dcf7b5639e320",
392+
explorer: "https://brightstar-884.devnet1.monad.xyz/address/$ADDRESS",
393+
delay: "",
394+
gasLimit: "500K",
395+
network: "testnet",
396+
nativeCurrency: "MON",
397+
},
390398
} as const satisfies Record<string, EntropyDeployment>;
391399

392400
export const isValidDeployment = (

0 commit comments

Comments
 (0)