turbo-eth / template-web3-app

⚡️ Web3 App Template built using Next.js, RainbowKit, SIWE, Disco, and more!
https://www.turboeth.xyz
MIT License
342 stars 90 forks source link

Chore: Replace axios with fetch or module alternative #32

Closed kamescg closed 1 year ago

kamescg commented 1 year ago

The axios module is bit outdated and better alternatives exist. Find an replace unnecessary axios instances with fetch or a more light-weight NPM fetching module.

kamescg commented 1 year ago

Completed by @marthendalnunes