We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7f0297 commit ef1553dCopy full SHA for ef1553d
apps/entropy-debug/src/store/entropy-deployments.ts
@@ -387,6 +387,14 @@ export const EntropyDeployments = {
387
rpc: "https://rpc.soniclabs.com",
388
nativeCurrency: "S",
389
},
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
+ },
398
} as const satisfies Record<string, EntropyDeployment>;
399
400
export const isValidDeployment = (
0 commit comments