Skip to content

Commit

Permalink
fix: mainnet bee config (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
AuHau committed Sep 13, 2022
1 parent 857b38f commit 39164fc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion src/downloader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ export async function runDownloader(force = false): Promise<void> {
}
await ensureDir(paths.data)
await ensureAsset(
// TODO: Add final release before merge
`https://github.com/ethersphere/bee/releases/download/v1.8.0/bee-${platformString}-${archString}${suffixString}`,
`bee${suffixString}`,
{ chmod: process.platform !== 'win32', force },
Expand Down
5 changes: 1 addition & 4 deletions src/launcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,12 @@ function getBeeExecutable() {
}

function createConfiguration() {
// TODO: Revert `full-node: false`
return `api-addr: 127.0.0.1:1633
debug-api-addr: 127.0.0.1:1635
debug-api-enable: true
swap-enable: false
swap-initial-deposit: 1000000000000000
mainnet: false
bootnode: /dnsaddr/testnet.ethswarm.org
network-id: 10
mainnet: true
full-node: false
chain-enable: false
cors-allowed-origins: '*'
Expand Down

0 comments on commit 39164fc

Please sign in to comment.