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
The client library is a library to interact witht he DAOstack contracts and subgraph, and these conracts are part of the stack, and we do stuff like approving, minting, reading different types of data, both in alchemy as well as in the client tests.
though reputation and daotokens contracts are owned by the controller.
any write operations (state change) can not be done directly with these contracts
the client lib is using the contractInfos collectino to find the ABIs of the contracts, given a contract address.
This works fine, I am happy :-)
But there are two types of contract that we need the ABI for, and which ABI is in migratino.json, but that are not in the contractInfos collection.
These are:
The client now has the versions of these contracts hardcoded (https://github.com/daostack/client/blob/use-new-redeemer-contract/src/token.ts#L129) which is fine, as long as these contracts do not change. But it would be cleaner to include these in the subgraph index.
The text was updated successfully, but these errors were encountered: