Skip to content

Commit

Permalink
feat(wallet): add ethereum sign type (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
codingki authored Dec 6, 2024
2 parents c2a5509 + 67757f1 commit 1cbf5a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/graz/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "graz",
"description": "React hooks for Cosmos",
"version": "0.1.30",
"version": "0.1.31",
"author": "Griko Nibras <[email protected]>",
"repository": "https://github.com/graz-sh/graz.git",
"homepage": "https://github.com/graz-sh/graz",
Expand Down
2 changes: 2 additions & 0 deletions packages/graz/src/types/wallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ export type Wallet = Pick<
setDefaultOptions?: (options: KeplrIntereactionOptions) => void;
onAfterLoginSuccessful?: () => Promise<void>;
getKey: (chainId: string) => Promise<Key>;
signEthereum?: Keplr["signEthereum"];
experimentalSignEIP712CosmosTx_v0?: Keplr["experimentalSignEIP712CosmosTx_v0"];
};

export type SignDirectParams = Parameters<Wallet["signDirect"]>;
Expand Down

0 comments on commit 1cbf5a7

Please sign in to comment.