Hi
I am using this version of fuel-ts :
"fuels": "0.90.0",
and the below provider:
async init(): Promise<void> {
this.client = await Provider.create(
"https://testnet.fuel.network/v1/graphql"
);
}
And getting this warning since yesterday:
The Fuel Node that you are trying to connect to is using fuel-core version 0.30.0,
which is not supported by the version of the TS SDK that you are using.
Things may not work as expected.
Supported fuel-core version: 0.27.0.
Is the URL updated ?