fix: bee 1.6.0 requires mainnet false (#110)

This commit is contained in:
Adam Uhlíř 2022-05-12 12:47:26 +02:00 committed by GitHub
parent c1a1d3a885
commit 00a6f38585
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -393,6 +393,7 @@ export class Docker {
'debug-api-enable': 'true',
verbosity: '4',
'swap-enable': 'true',
mainnet: 'false',
'swap-endpoint': `http://${this.blockchainName}:9545`,
'swap-factory-address': SWAP_FACTORY_ADDRESS,
password: 'password',