Skip to content

Commit

Permalink
fix: hook dapp lib version
Browse files Browse the repository at this point in the history
  • Loading branch information
yvesfracari committed Nov 14, 2024
1 parent a414dd6 commit 720e3b7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 13 deletions.
2 changes: 1 addition & 1 deletion packages/cow-hooks-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@bleu/utils": "workspace:*",
"@cowprotocol/contracts": "1.6.0",
"@cowprotocol/cow-sdk": "^5.5.1",
"@cowprotocol/hook-dapp-lib": "1.1.0-RC0",
"@cowprotocol/hook-dapp-lib": "1.3.1",
"@cowprotocol/permit-utils": "0.3.1",
"@ethersproject/constants": "^5.7.0",
"@ethersproject/providers": "5.7.2",
Expand Down
4 changes: 1 addition & 3 deletions packages/cow-hooks-ui/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ export interface IHooksInfo {
export interface HookDappContextAdjusted extends HookDappContext {
account?: Address;
chainId: SupportedChainId;
// Remove this once this is available on @cowprotocol/hook-dapp-lib
// account -> token -> balance
balancesDiff?: Record<Address, Record<Address, BigNumberish>>;
balancesDiff: Record<string, Record<string, string>>;
}

export interface SignatureStepsProps {
Expand Down
11 changes: 2 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 720e3b7

Please sign in to comment.