This holds some common ABIs as well as any ABIs intending to be used within this client application.
- Copy over the ABI and paste in as a
.json
file for each contract intending to be used. - Import and export them from the
./index.ts
barrel file. - Add in the contract deployment addresses for the given network(s) to
/src/app/constants/contractAddresses.tsx
- Update
/src/app/components/ContractProvider.tsx
to include configurations for each contract ABI.