Skip to content

Commit

Permalink
add support to zksync sepolia (#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
MCarlomagno committed Jan 23, 2024
1 parent c94b20e commit c203bf4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/base/src/utils/network.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ type PublicNetwork =
| 'hederatest'
| 'zksync'
| 'zksync-goerli'
| 'zksync-sepolia'
| 'base'
| 'base-goerli'
| 'base-sepolia'
Expand Down Expand Up @@ -85,6 +86,7 @@ export const Networks: Network[] = [
'hederatest',
'zksync',
'zksync-goerli',
'zksync-sepolia',
'base',
'base-goerli',
'base-sepolia',
Expand Down Expand Up @@ -145,6 +147,7 @@ const chainIds: { [key in Network]: number } = {
'hederatest': 296,
'zksync': 324,
'zksync-goerli': 280,
'zksync-sepolia': 300,
'base': 8453,
'base-goerli': 84531,
'base-sepolia': 84532,
Expand Down

0 comments on commit c203bf4

Please sign in to comment.