10 lines
162 B
JavaScript
10 lines
162 B
JavaScript
'use strict';
|
|
|
|
var config = {
|
|
networkName: 'testnet',
|
|
p2pApiKey: 'lwjd5qra8257b9',
|
|
p2pDebug: 3,
|
|
maxPeers: 5,
|
|
requiredCopayers: 2,
|
|
totalCopayers: 3
|
|
};
|