Hi guys, I’m following the getting started guide trying to connect the wallet in my React app. Once I try to connect it, I’m getting the wrong network error, however, I’ve chosen the GQL network in the wallet and in my venom-connect
config.
EverscaleStandaloneClient.create({
connection: {
id: 777,
group: “venom_testnet”,
type: “graphql”,
data: {
endpoints: [“http://localhost/graphql”],
},
},
}),