Skip to content

Commit

Permalink
chore: update network enum for consistency with env names
Browse files Browse the repository at this point in the history
  • Loading branch information
Kishan-Dhakan committed Feb 13, 2025
1 parent 68140d6 commit fc5b118
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/networks/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ export enum Network {
TestnetOld = 'testnetOld',
TestnetSentry = 'testnetSentry',
Testnet = 'testnet',
Devnet1 = 'devnet1',
Devnet2 = 'devnet2',
Devnet3 = 'devnet3',
Devnet1 = 'devnet-1',
Devnet2 = 'devnet-2',
Devnet3 = 'devnet-3',
Devnet = 'devnet',
Local = 'local',
}
Expand Down

0 comments on commit fc5b118

Please sign in to comment.