Skip to content

Commit

Permalink
increase scroll block confirmation number
Browse files Browse the repository at this point in the history
  • Loading branch information
yangshan committed Aug 23, 2024
1 parent 79379ce commit 97c04c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/huma-shared/src/utils/chain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ export const CHAINS: {
name: 'Scroll',
nativeCurrency: ETH,
explorer: 'https://scrollscan.com',
wait: 1,
wait: 6,
isTestnet: false,
icon: 'Ethereum',
},
Expand All @@ -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',
},
Expand Down

0 comments on commit 97c04c3

Please sign in to comment.