Skip to content

Commit

Permalink
feat(network): add geist network support (#628)
Browse files Browse the repository at this point in the history
  • Loading branch information
shahnami authored Nov 27, 2024
1 parent e8bf833 commit bd2128f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/base/src/utils/network.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ export type PublicNetwork =
| 'fantomtest'
| 'fuji'
| 'fuse'
| 'geist-polter'
| 'geist-mainnet'
| 'hedera'
| 'hederatest'
| 'holesky'
Expand Down Expand Up @@ -71,6 +73,8 @@ export const Networks: Network[] = [
'fantomtest',
'fuji',
'fuse',
'geist-polter',
'geist-mainnet',
'hedera',
'hederatest',
'holesky',
Expand Down Expand Up @@ -136,6 +140,8 @@ export const chainIds: { [key in Network]: number } = {
'fantomtest': 4002,
'fuji': 43113,
'fuse': 122,
'geist-polter': 631571,
'geist-mainnet': 63157,
'hedera': 295,
'hederatest': 296,
'holesky': 17000,
Expand Down

0 comments on commit bd2128f

Please sign in to comment.