Skip to content

Commit

Permalink
Make testnet the default
Browse files Browse the repository at this point in the history
  • Loading branch information
sondreb committed Jan 20, 2025
1 parent 0edfdc4 commit 2f11c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/services/network.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export class NetworkService {
private network: string;

constructor() {
this.network = localStorage.getItem(this.NETWORK_KEY) || 'mainnet';
this.network = localStorage.getItem(this.NETWORK_KEY) || 'testnet';
}

getNetwork(): string {
Expand Down

0 comments on commit 2f11c99

Please sign in to comment.