Skip to content

Commit

Permalink
fix: deprecate harmony network (#600)
Browse files Browse the repository at this point in the history
  • Loading branch information
MCarlomagno authored Oct 30, 2024
1 parent c68c41a commit bd7bb4f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/base/src/utils/network.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ export type PublicNetwork =
| 'fantomtest'
| 'fuji'
| 'fuse'
| 'harmony-s0'
| 'harmony-test-s0'
| 'hedera'
| 'hederatest'
| 'holesky'
Expand Down Expand Up @@ -73,8 +71,6 @@ export const Networks: Network[] = [
'fantomtest',
'fuji',
'fuse',
'harmony-s0',
'harmony-test-s0',
'hedera',
'hederatest',
'holesky',
Expand Down Expand Up @@ -140,8 +136,6 @@ export const chainIds: { [key in Network]: number } = {
'fantomtest': 4002,
'fuji': 43113,
'fuse': 122,
'harmony-s0': 1666600000,
'harmony-test-s0': 1666700000,
'hedera': 295,
'hederatest': 296,
'holesky': 17000,
Expand Down

0 comments on commit bd7bb4f

Please sign in to comment.