Skip to content

Commit

Permalink
fix: lint (#554)
Browse files Browse the repository at this point in the history
  • Loading branch information
MCarlomagno authored Sep 3, 2024
1 parent 5d79306 commit a9d1882
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 @@ -28,6 +28,7 @@ export type PublicNetwork =
| 'japan-testnet'
| 'japan'
| 'linea-goerli'
| 'linea-sepolia'
| 'linea'
| 'mainnet'
| 'mantle-sepolia'
Expand Down Expand Up @@ -79,6 +80,7 @@ export const Networks: Network[] = [
'japan-testnet',
'japan',
'linea-goerli',
'linea-sepolia',
'linea',
'mainnet',
'mantle-sepolia',
Expand Down Expand Up @@ -145,6 +147,7 @@ export const chainIds: { [key in Network]: number } = {
'japan-testnet': 10081,
'linea': 59144,
'linea-goerli': 59140,
'linea-sepolia': 59141,
'mainnet': 1,
'mantle': 5000,
'mantle-sepolia': 5003,
Expand Down

0 comments on commit a9d1882

Please sign in to comment.