Skip to content

Commit

Permalink
Merge pull request #185 from OpenZeppelin/plat-3307-support-base-sepolia
Browse files Browse the repository at this point in the history
Add base sepolia
  • Loading branch information
tirumerla authored Dec 7, 2023
2 parents d6513cc + 7dd5cf5 commit 0f8e8cb
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 @@ -39,6 +39,7 @@ export type PublicNetwork =
| 'zksync-goerli'
| 'base'
| 'base-goerli'
| 'base-sepolia'
| 'linea-goerli'
| 'linea'
| 'mantle'
Expand Down Expand Up @@ -86,6 +87,7 @@ export const Networks: Network[] = [
'zksync-goerli',
'base',
'base-goerli',
'base-sepolia',
'linea-goerli',
'linea',
'x-dfk-avax-chain',
Expand Down Expand Up @@ -147,6 +149,7 @@ const chainIds: { [key in Network]: number } = {
'zksync-goerli': 280,
'base': 8453,
'base-goerli': 84531,
'base-sepolia': 84532,
'linea': 59144,
'linea-goerli': 59140,
'x-dfk-avax-chain': 53935,
Expand Down

0 comments on commit 0f8e8cb

Please sign in to comment.