Skip to content

Commit 0244b0b

Browse files
feat(evm): increase check interval to 10s
1 parent 8175c92 commit 0244b0b

File tree

1 file changed

+1
-1
lines changed
  • apps/evm/src/App/ChainUpgradeHandler

1 file changed

+1
-1
lines changed

apps/evm/src/App/ChainUpgradeHandler/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export interface ChainUpgradeHandlerProps {
88
}
99

1010
export const ChainUpgradeHandler: React.FC<ChainUpgradeHandlerProps> = ({ upgradeTimestamps }) => {
11-
const now = useNow();
11+
const now = useNow({ intervalMs: 10000 });
1212

1313
// Reload page if we're passed any of the chain upgrades and the app was opened before that, so
1414
// that the block time and blocks per day metadata from the @venusprotocol/chains package are

0 commit comments

Comments
 (0)