Skip to content

Commit

Permalink
add support for base mainnet (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
mok0230 authored and collins-w committed Jul 28, 2023
1 parent 196ac18 commit d46df56
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 @@ -33,6 +33,7 @@ type PublicNetwork =
| 'hederatest'
| 'zksync'
| 'zksync-goerli'
| 'base'
| 'base-goerli'
| 'linea-goerli';

Expand Down Expand Up @@ -73,6 +74,7 @@ export const Networks: Network[] = [
'hederatest',
'zksync',
'zksync-goerli',
'base',
'base-goerli',
'linea-goerli',
'x-dfk-avax-chain',
Expand Down Expand Up @@ -124,6 +126,7 @@ const chainIds: { [key in Network]: number } = {
'hederatest': 296,
'zksync': 324,
'zksync-goerli': 280,
'base': 8453,
'base-goerli': 84531,
'linea-goerli': 59140,
'x-dfk-avax-chain': 53935,
Expand Down

0 comments on commit d46df56

Please sign in to comment.