I have tried to create wallet provider like it described in this article, but faced this error
Cannot read properties of undefined (reading ‘url’)
I also checked that it’s required to pass url in connect function
const config = { url: "https://node-beta-2.fuel.network/graphql" };
const res = await window.FuelWeb3?.connect(config);
but it didn’t help