diff --git a/packages/huma-shared/src/utils/chain.ts b/packages/huma-shared/src/utils/chain.ts index 4ed1c3a..d271ce9 100644 --- a/packages/huma-shared/src/utils/chain.ts +++ b/packages/huma-shared/src/utils/chain.ts @@ -152,7 +152,7 @@ export const CHAINS: { name: 'Scroll', nativeCurrency: ETH, explorer: 'https://scrollscan.com', - wait: 1, + wait: 6, isTestnet: false, icon: 'Ethereum', }, @@ -162,7 +162,7 @@ export const CHAINS: { name: 'Scroll Sepolia Testnet', nativeCurrency: ETH, explorer: 'https://sepolia.scrollscan.com', - wait: 1, + wait: 6, isTestnet: true, icon: 'Ethereum', },