Skip to content

Commit

Permalink
Fix: arbitrum block time polling interval
Browse files Browse the repository at this point in the history
  • Loading branch information
rdig committed Apr 4, 2024
1 parent 849cfec commit fd92fba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ export const ARBITRUM_NETWORK: NetworkInfo = {
contractAddressLink: 'https://arbitrum.io/address',
displayENSDomain: 'joincolony.arbitrum',
icon: ArbitrumIcon,
blockTime: 1,
blockTime: 2,
};

export const ARBITRUM_SEPOLIA_NETWORK: NetworkInfo = {
Expand All @@ -210,7 +210,7 @@ export const ARBITRUM_SEPOLIA_NETWORK: NetworkInfo = {
contractAddressLink: 'https://sepolia.arbiscan.io/address',
displayENSDomain: 'joincolony.arbitrumsepolia',
icon: ArbitrumIcon,
blockTime: 1,
blockTime: 2,
};

export const NETWORK_DATA: { [key: string]: NetworkInfo } = {
Expand Down

0 comments on commit fd92fba

Please sign in to comment.