diff --git a/content/tutorials/react-get-use-data-set.md b/content/tutorials/react-get-use-data-set.md index 26e23804..d95383d3 100644 --- a/content/tutorials/react-get-use-data-set.md +++ b/content/tutorials/react-get-use-data-set.md @@ -125,8 +125,8 @@ class App extends Component { parityUri: 'http://localhost:8545', secretStoreUri: 'http://localhost:12001', threshold: 0, - password: 'secret', - address: '0x068ed00cf0441e4829d9784fcbe7b9e26d4bd8d0' + password: 'node0', + address: '0x00bd138abd70e2f00903268f3db08f2d25677c9e' }) console.log('Finished loading contracts!') } diff --git a/content/tutorials/react-publish-data-set.md b/content/tutorials/react-publish-data-set.md index e6d14643..fa82f4b1 100644 --- a/content/tutorials/react-publish-data-set.md +++ b/content/tutorials/react-publish-data-set.md @@ -130,8 +130,8 @@ class App extends Component { parityUri: 'http://localhost:8545', secretStoreUri: 'http://localhost:12001', threshold: 0, - password: 'secret', - address: '0x068ed00cf0441e4829d9784fcbe7b9e26d4bd8d0' + password: 'node0', + address: '0x00bd138abd70e2f00903268f3db08f2d25677c9e' }) console.log('Finished loading contracts!') } diff --git a/content/tutorials/react-setup.md b/content/tutorials/react-setup.md index dc5e8f8f..ea195b0d 100644 --- a/content/tutorials/react-setup.md +++ b/content/tutorials/react-setup.md @@ -84,8 +84,8 @@ async componentDidMount() { parityUri: "http://localhost:8545", secretStoreUri: "http://localhost:12001", threshold: 0, - password: "secret", - address: "0x068ed00cf0441e4829d9784fcbe7b9e26d4bd8d0", + password: "node0", + address: "0x00bd138abd70e2f00903268f3db08f2d25677c9e", }) console.log("Finished loading contracts!") } @@ -118,8 +118,8 @@ class App extends Component { parityUri: 'http://localhost:8545', secretStoreUri: 'http://localhost:12001', threshold: 0, - password: 'secret', - address: '0x068ed00cf0441e4829d9784fcbe7b9e26d4bd8d0' + password: 'node0', + address: '0x00bd138abd70e2f00903268f3db08f2d25677c9e' }) console.log('Finished loading contracts!') }