You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of manually tracking addresses in packages/shared/src/contracts/registry.ts module and ABIs in packages/shared/abis, we should externalize that to our NPM package.
For the moment, we need to track addresses and ABIs for:
New Lynx deployments for Coordinator, GlobalAllowlist and TacoApplication
Existing SubscriptionManager (Polygon Mainnet and Mumbai)
The text was updated successfully, but these errors were encountered:
Instead of manually tracking addresses in
packages/shared/src/contracts/registry.ts
module and ABIs inpackages/shared/abis
, we should externalize that to our NPM package.For the moment, we need to track addresses and ABIs for:
The text was updated successfully, but these errors were encountered: