scallop-io / sui-scallop-sdk

This is the typescript sdk for the scallop lending platform on SUI network
Apache License 2.0
24 stars 7 forks source link

Refactor structure #157

Closed fum-is-chum closed 1 week ago

fum-is-chum commented 2 weeks ago

CHANGES

In the old structure, there was a circular dependency between ScallopUtils and ScallopQuery, where ScallopUtils imported from ScallopQuery and vice versa. This update refactors the structure to further separate the class hierarchy and eliminate the circular dependency

The new class hierarchy, from top to bottom, is as follows: