Skip to content

Commit

Permalink
chore: use testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
Cafe137 committed Sep 12, 2022
1 parent b754e20 commit f503fa9
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/launcher.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import { spawn } from 'child_process'
import * as FileStreamRotator from 'file-stream-rotator'
import { mkdirSync, writeFileSync } from 'fs'
import { platform } from 'os'
import { v4 } from 'uuid'
import { rebuildElectronTray } from './electron'
import { BeeManager } from './lifecycle'
import { logger } from './logger'
import { checkPath, getLogPath, getPath } from './path'
import * as FileStreamRotator from 'file-stream-rotator'

export function runKeepAliveLoop() {
setInterval(() => {
Expand All @@ -27,11 +27,8 @@ function getBeeExecutable() {
function createConfiguration() {
// TODO: Revert before merging
return `
allow-private-cidrs: true
bootnode: /dns4/bootnode-bee-0-headless.incentives-test.svc.cluster.local/tcp/1634/p2p/16Uiu2HAm6i4dFaJt584m2jubyvnieEECgqM2YMpQ9nusXfy8XFzL
network-id: 12345
postage-stamp-address: 0x2c3de8a0407a8a3e33bc130194ac8bcd532c8e95
price-oracle-address: 0x4f600964c166786245d7521760d652a543021887
bootnode: /dnsaddr/testnet.ethswarm.org
network-id: 10
api-addr: 127.0.0.1:1633
debug-api-addr: 127.0.0.1:1635
Expand Down

0 comments on commit f503fa9

Please sign in to comment.