add team-buio to provider rotation chain
This commit is contained in:
parent
35d8cb5de6
commit
cdda65f42e
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ const SWITCH_THRESHOLD = threshIdx !== -1 ? parseFloat(args[threshIdx + 1]) : 0.
|
|||
|
||||
// Parse --chain
|
||||
const chainIdx = args.indexOf('--chain');
|
||||
const DEFAULT_CHAIN = ['team-vigilio', 'team-ludo', 'team-molto', 'team-nadja'];
|
||||
const DEFAULT_CHAIN = ['team-vigilio', 'team-ludo', 'team-buio', 'team-molto', 'team-nadja'];
|
||||
const PROVIDER_CHAIN = chainIdx !== -1
|
||||
? args[chainIdx + 1].split(',').map(s => s.trim())
|
||||
: DEFAULT_CHAIN;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue