Skip to content

Commit

Permalink
Change default network to TOKEL mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
acnebs committed Oct 29, 2021
1 parent 76a97d8 commit 2a57d5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/electron/worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ class BitgoSingleton {
}
}

let network = networks.tkltest;
let network = networks.tokel;
let bitgo = new BitgoSingleton(network);

parentPort.on('message', msg => {
Expand Down
2 changes: 1 addition & 1 deletion src/store/models/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export default createModel<RootModel>()({
nspvStatus: true,
networkPrefs: {
show: false,
network: 'tkltest',
network: 'tokel',
overrides: {},
},
} as EnvironmentState,
Expand Down

0 comments on commit 2a57d5b

Please sign in to comment.