Skip to content

Commit d260f76

Browse files
authored
chore(networks)- Add-monad Devnet (#550)
1 parent b9ad269 commit d260f76

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

components/EntropyDeployments.tsx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,4 +387,13 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
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+
rpc: "",
397+
nativeCurrency: "MON",
398+
},
390399
};

0 commit comments

Comments
 (0)