mirror of
https://github.com/fluencelabs/fluid
synced 2025-04-24 14:22:18 +00:00
Use EthUrl instead of metamask
This commit is contained in:
parent
2292077cb6
commit
d438917e5a
@ -6,7 +6,7 @@ window.fluence = fluence;
|
||||
|
||||
export async function changeConnection(devnet, appId) {
|
||||
if (devnet) {
|
||||
fluence.connect("0xeFF91455de6D4CF57C141bD8bF819E5f873c1A01", appId).then((s) => {
|
||||
fluence.connect("0xeFF91455de6D4CF57C141bD8bF819E5f873c1A01", appId, "http://geth.fluence.one:8545").then((s) => {
|
||||
session = s;
|
||||
window.fluenceSession = s;
|
||||
return s
|
||||
|
Loading…
x
Reference in New Issue
Block a user