Skip to content

Commit

Permalink
Making creditcoin mainnet as default network
Browse files Browse the repository at this point in the history
  • Loading branch information
juanma1996 committed Aug 28, 2024
1 parent 80cab5a commit 2219e4c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@ import type { Plugin } from 'types';
export const AppVersion = '1.0.8';
export const DappName = 'Creditcoin Staking Dashboard';
export const CreditcoinUrl = 'https://creditcoin.org';
export const DefaultNetwork =
import.meta.env.VITE_ENVIRONMENT === 'test'
? 'creditcoinDev'
: 'creditcoinTest';
export const DefaultNetwork = 'creditcoin';
export const ManualSigners = ['ledger', 'vault'];
/*
* Data Structure Helpers
Expand Down

0 comments on commit 2219e4c

Please # to comment.