const client = await new Client('https://sonocoin-prod.nekotal.tech/api/rest/v1'); const info= await client.info(); console.log(info); ``` TypeError: Cannot read property 'create' of undefined at new Client (node_modules\sonolib\dist\Client\index.js:273:29) ``` But it works with 1.20 version and axios 0.27.2
const client = await new Client('https://sonocoin-prod.nekotal.tech/api/rest/v1');
const info= await client.info();
console.log(info);
But it works with 1.20 version and axios 0.27.2