Skip to content

Commit

Permalink
Change network name enum
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben-Rey committed Jul 26, 2024
1 parent 19f5dd0 commit 505c45d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export enum PublicApiUrl {
Buildnet = 'https://buildnet.massa.net/api/v2',
}

export enum Network {
export enum NetworkName {
Mainnet = 'mainnet',
Testnet = 'testnet',
Buildnet = 'buildnet',
Expand Down

0 comments on commit 505c45d

Please sign in to comment.