Closed Itzabelli closed 1 year ago
The purpose of this PR is to follow up recommendations made by the team. Where it is suggested to use the useNetwork hook available in wagmi instead the local hook.
useNetwork
Requested changes: https://github.com/saltyfacu/ape-tax/pull/214#pullrequestreview-1542980817
The motivation to apply this change on top of reducing the code, is to seize the utilities available in wagmi.
After making the changes I ran yarn dev and confirmed that everything appeared as expected.
yarn dev
N/A
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Description
The purpose of this PR is to follow up recommendations made by the team. Where it is suggested to use the
useNetwork
hook available in wagmi instead the local hook.Related Issue
Requested changes: https://github.com/saltyfacu/ape-tax/pull/214#pullrequestreview-1542980817
Motivation and Context
The motivation to apply this change on top of reducing the code, is to seize the utilities available in wagmi.
How Has This Been Tested?
After making the changes I ran
yarn dev
and confirmed that everything appeared as expected.Resources:
N/A