Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
Add mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
223880 committed Mar 29, 2024
1 parent e173091 commit 791c495
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/coinjoin/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ function getBlockchainInterfaceInstance(_config) {
const source = _config.get('BLOCKCHAIN', 'blockchain_source');
const network = _config.get('BLOCKCHAIN', 'network');
const testnet = network === 'testnet';
const mainnet = network === 'mainnet';
const rpc_host = _config.get('BLOCKCHAIN', 'rpc_host');
const rpc_port = _config.get('BLOCKCHAIN', 'rpc_port');
const rpc_user = _config.get('BLOCKCHAIN', 'rpc_user');
Expand Down

0 comments on commit 791c495

Please sign in to comment.