Skip to content

Commit

Permalink
fix: update an pin zerodev sdk and alchemy aa-core to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
r-marques committed Oct 19, 2023
1 parent cda807a commit 61c758d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,17 +51,17 @@
},
"homepage": "https://github.com/nevermined-io/sdk-js#readme",
"dependencies": {
"@alchemy/aa-core": "^0.1.0-alpha.32",
"@alchemy/aa-core": "0.1.0",
"@apollo/client": "^3.7.16",
"@zerodev/sdk": "^4.0.29",
"@zerodev/sdk": "4.0.30",
"assert": "^2.0.0",
"cross-fetch": "^4.0.0",
"crypto-browserify": "^3.12.0",
"deprecated-decorator": "^0.1.6",
"ethers": "^6.7.1",
"form-data": "^4.0.0",
"graphql": "^16.7.1",
"https-browserify": "^1.0.0",
"form-data": "^4.0.0",
"jose": "^4.5.1",
"js-file-download": "^0.4.12",
"lodash": "^4.17.21",
Expand Down
1 change: 1 addition & 0 deletions src/keeper/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ export const convertEthersV6SignerToAccountSigner = (
signer: Signer | Wallet,
): SmartAccountSigner => {
return {
signerType: '',
getAddress: async () => Promise.resolve((await signer.getAddress()) as `0x${string}`),
signMessage: async (msg: Uint8Array | string) =>
(await signer.signMessage(msg)) as `0x${string}`,
Expand Down

0 comments on commit 61c758d

Please sign in to comment.