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
To prepare the Antlib for its own project, we must first clean the code as much as we can, refactoring all working code that is not written in the best way. This issue lists a few observations that may be addressed to have a cleaner code.
Proposed enhancements
The AntelopeConfig object must be defined in a separate file (src/antelope/config/AntelopeConfig.ts) rather than in the index.ts
Change the imports in the file src/antelope/index.ts. All the useXYZStore functions must be imported from the complete path and not from itself.
Fix stores dependencies
Chan: should not depend on Contract or Account
Contract: should not depend on Account
EVM: should not depend on Account
Account: should not depend on Balances, Allowances, History or Nfts
The text was updated successfully, but these errors were encountered:
Description
To prepare the Antlib for its own project, we must first clean the code as much as we can, refactoring all working code that is not written in the best way. This issue lists a few observations that may be addressed to have a cleaner code.
Proposed enhancements
The text was updated successfully, but these errors were encountered: