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:
parent
57e431b7da
commit
295de9faaf
@ -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!')
|
||||||
}
|
}
|
||||||
|
@ -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!')
|
||||||
}
|
}
|
||||||
|
@ -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!')
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user