Skip to content

Commit

Permalink
feat: balances watch via indexer w rpc backup (#152)
Browse files Browse the repository at this point in the history
* feat: balances watch via indexer w rpc backup

* feat: compare balance to RPC initially

* feat: balance watching with indexer and cleanup
  • Loading branch information
LukasDeco authored Jun 14, 2024
1 parent 0f81489 commit 4ae02a0
Show file tree
Hide file tree
Showing 11 changed files with 2,650 additions and 3,698 deletions.
3 changes: 1 addition & 2 deletions lib/client/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,7 @@ export interface FutarchyProposalsClient {
saveProposalDetails(proposalDetails: ProposalDetails): void;
updateProposalAccounts(accounts: ProposalAccounts): void;
mergeConditionalTokensForUnderlyingTokens(
programVersion: ProgramVersionLabel,
amoutn: BN,
amount: BN,
proposal: Proposal,
underlyingToken: "base" | "quote"
): Promise<Observable<TransactionProcessingUpdate> | undefined>;
Expand Down
Loading

0 comments on commit 4ae02a0

Please sign in to comment.