Make homepage relative, update appId

This commit is contained in:
folex 2019-04-14 17:19:29 +03:00
parent c62113eb27
commit 3efbca8e70
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
"name": "split-pay",
"version": "0.1.0",
"private": true,
"homepage": ".",
"dependencies": {
"@types/react-dom": "^16.8.4",
"classnames": "2.2.6",

View File

@ -35,7 +35,7 @@ class App extends Component {
}
const ethUrl = "http://rinkeby.fluence.one:8545/";
const appId = "72";
const appId = "75";
let contractAddress = "0xeFF91455de6D4CF57C141bD8bF819E5f873c1A01";
const session = await fluence.connect(contractAddress, appId, ethUrl);