diff --git a/package.json b/package.json index 7117c5d..f87c68e 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/App.tsx b/src/App.tsx index 372cfa0..9b0e514 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -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);