Venom-connect network issue

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
Untitled
config.

EverscaleStandaloneClient.create({
connection: {
id: 777,
group: “venom_testnet”,
type: “graphql”,
data: {
endpoints: [“http://localhost/graphql”],
},
},
}),

2 Likes

Hi User86, are you in Discord? I’ll advise you to open a support ticket so we can assist you further.

2 Likes

Hi venom-connect network, for two days now i can conmect tetnet web site. Why and please i need hepl

1 Like

I’ve been getting the same error - in that I can not connect using the example shown in the youtube videos
npx locklift run -s scripts/1-deploy-sample.ts -n venom_testnet

[INFO] Found 1 sources
[INFO] No changes found, skip compilation
[INFO] factorySource generated
[ERROR] Failed to create connection: Error: expected value at line 1 column 1

I’ve tried this in several different environments and always the same result

Think the youtube videos just need updating with the address of the venom_testnet available in the documentation

ERROR:

locklift test --network venom_testnet --config ./locklift.config.ts
[INFO] Found 1 sources
[INFO] No changes found, skip compilation
[INFO] factorySource generated
[ERROR] Failed to create connection: Error: expected value at line 1 column 1

ERROR:

npx locklift run -s scripts/1-deploy-sample.ts -n venom_testnet
[INFO] Found 1 sources
[INFO] No changes found, skip compilation
[INFO] factorySource generated
[ERROR] Failed to create connection: Error: expected value at line 1 column 1