Skip to content

Commit cc530e9

Browse files
committed
Increase delay to 150
1 parent 242a3fb commit cc530e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nextjs/components/scaffold-eth/Contract/ContractVariables.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export const ContractVariables = ({
4343
key={fn.name}
4444
refreshDisplayVariables={refreshDisplayVariables}
4545
inheritedFrom={inheritedFrom}
46-
delayMs={index * 50}
46+
delayMs={index * 150}
4747
/>
4848
))}
4949
</>

0 commit comments

Comments
 (0)