mirror of
https://github.com/fluencelabs/fluid
synced 2025-04-25 06:42: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) {
|
export async function changeConnection(devnet, appId) {
|
||||||
if (devnet) {
|
if (devnet) {
|
||||||
fluence.connect("0xeFF91455de6D4CF57C141bD8bF819E5f873c1A01", appId).then((s) => {
|
fluence.connect("0xeFF91455de6D4CF57C141bD8bF819E5f873c1A01", appId, "http://geth.fluence.one:8545").then((s) => {
|
||||||
session = s;
|
session = s;
|
||||||
window.fluenceSession = s;
|
window.fluenceSession = s;
|
||||||
return s
|
return s
|
||||||
|
Loading…
x
Reference in New Issue
Block a user