mirror of
https://github.com/fluencelabs/shared-canvas-frontend
synced 2025-03-14 19:50:49 +00:00
Make homepage relative, update appId
This commit is contained in:
parent
c62113eb27
commit
3efbca8e70
@ -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",
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user