1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-26 19:49:26 +01:00

updated address and password

This commit is contained in:
Jernej Pregelj 2019-02-20 15:11:48 +01:00
parent 57e431b7da
commit 295de9faaf
3 changed files with 8 additions and 8 deletions

View File

@ -125,8 +125,8 @@ class App extends Component {
parityUri: 'http://localhost:8545', parityUri: 'http://localhost:8545',
secretStoreUri: 'http://localhost:12001', secretStoreUri: 'http://localhost:12001',
threshold: 0, threshold: 0,
password: 'secret', password: 'node0',
address: '0x068ed00cf0441e4829d9784fcbe7b9e26d4bd8d0' address: '0x00bd138abd70e2f00903268f3db08f2d25677c9e'
}) })
console.log('Finished loading contracts!') console.log('Finished loading contracts!')
} }

View File

@ -130,8 +130,8 @@ class App extends Component {
parityUri: 'http://localhost:8545', parityUri: 'http://localhost:8545',
secretStoreUri: 'http://localhost:12001', secretStoreUri: 'http://localhost:12001',
threshold: 0, threshold: 0,
password: 'secret', password: 'node0',
address: '0x068ed00cf0441e4829d9784fcbe7b9e26d4bd8d0' address: '0x00bd138abd70e2f00903268f3db08f2d25677c9e'
}) })
console.log('Finished loading contracts!') console.log('Finished loading contracts!')
} }

View File

@ -84,8 +84,8 @@ async componentDidMount() {
parityUri: "http://localhost:8545", parityUri: "http://localhost:8545",
secretStoreUri: "http://localhost:12001", secretStoreUri: "http://localhost:12001",
threshold: 0, threshold: 0,
password: "secret", password: "node0",
address: "0x068ed00cf0441e4829d9784fcbe7b9e26d4bd8d0", address: "0x00bd138abd70e2f00903268f3db08f2d25677c9e",
}) })
console.log("Finished loading contracts!") console.log("Finished loading contracts!")
} }
@ -118,8 +118,8 @@ class App extends Component {
parityUri: 'http://localhost:8545', parityUri: 'http://localhost:8545',
secretStoreUri: 'http://localhost:12001', secretStoreUri: 'http://localhost:12001',
threshold: 0, threshold: 0,
password: 'secret', password: 'node0',
address: '0x068ed00cf0441e4829d9784fcbe7b9e26d4bd8d0' address: '0x00bd138abd70e2f00903268f3db08f2d25677c9e'
}) })
console.log('Finished loading contracts!') console.log('Finished loading contracts!')
} }