Skip to content

Commit 9ec4fb0

Browse files
devin-ai-integration[bot]Jayant
andcommitted
docs(entropy): fix mainnet delay values for abstract and unichain
- Update abstract mainnet delay from 1 block to 0 block to match fortuna config - Update unichain mainnet delay from 0 block to 1 block to match fortuna config - Ensures documentation accurately reflects actual deployment configurations Co-Authored-By: Jayant <[email protected]>
1 parent e989818 commit 9ec4fb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/EntropyDeployments.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
381381
abstract: {
382382
address: "0x5a4a369F4db5df2054994AF031b7b23949b98c0e",
383383
explorer: "https://abscan.org/address/$ADDRESS",
384-
delay: "1 block",
384+
delay: "0 block",
385385
gasLimit: "500K",
386386
network: "mainnet",
387387
rpc: "https://api.mainnet.abs.xyz",
@@ -426,7 +426,7 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
426426
unichain: {
427427
address: "0x36825bf3Fbdf5a29E2d5148bfe7Dcf7B5639e320",
428428
explorer: "https://unichain.blockscout.com/address/$ADDRESS",
429-
delay: "0 block",
429+
delay: "1 block",
430430
gasLimit: "500K",
431431
network: "mainnet",
432432
rpc: "https://mainnet.unichain.org",

0 commit comments

Comments
 (0)