Skip to content
This repository was archived by the owner on Dec 21, 2021. It is now read-only.

Commit 409b2fb

Browse files
timoxleybearni95
authored andcommitted
fix: hardcode storageNode address in config, can't require config from build tests.
1 parent e5841a8 commit 409b2fb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/integration/config.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
const { StorageNode } = require('../../src/stream/StorageNode')
2-
31
const toNumber = (value) => {
42
return (value !== undefined) ? Number(value) : undefined
53
}
@@ -22,7 +20,7 @@ module.exports = {
2220
templateSidechainAddress: process.env.DU_TEMPLATE_SIDECHAIN || '0x36afc8c9283CC866b8EB6a61C6e6862a83cd6ee8',
2321
},
2422
storageNode: {
25-
address: StorageNode.STREAMR_DOCKER_DEV.getAddress(),
23+
address: '0xde1112f631486CfC759A50196853011528bC5FA0',
2624
url: `http://${process.env.STREAMR_DOCKER_DEV_HOST || '10.200.10.1'}:8891`
2725
},
2826
sidechain: {

0 commit comments

Comments
 (0)