Skip to content

Commit 32146ff

Browse files
committed
chore: fix build
1 parent b8b422b commit 32146ff

File tree

4 files changed

+5098
-3982
lines changed

4 files changed

+5098
-3982
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@v4
2828
- uses: pnpm/action-setup@v4
2929
with:
30-
version: 8.15.5
30+
version: 10.27.0
3131
- name: Use Node.js ${{ matrix.node-version }}
3232
uses: actions/setup-node@v4
3333
with:

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,6 @@
6868
"dependencies": {
6969
"@metamask/keyring-utils": "^3.1.0",
7070
"uuid": "^8.3.2"
71-
}
71+
},
72+
"packageManager": "pnpm@10.27.0+sha512.72d699da16b1179c14ba9e64dc71c9a40988cbdc65c264cb0e489db7de917f20dcf4d64d8723625f2969ba52d4b7e2a1170682d9ac2a5dcaeaab732b7e16f04a"
7273
}

packages/metamask-airgapped-keyring/src/MetaMaskInteractionProvider.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import {
88
CryptoAccount,
99
} from "@keystonehq/bc-ur-registry-eth";
1010
import * as uuid from "uuid";
11-
import { EthAccount } from "node_modules/@keystonehq/base-eth-keyring/dist/InteractionProvider.cjs";
1211

1312
export type IMemState = ObservableStore<{
1413
_version: number;
@@ -165,8 +164,4 @@ export class MetamaskInteractionProvider
165164
sign: {},
166165
});
167166
};
168-
169-
requestAccounts: () => Promise<EthAccount[]> = async (): Promise<EthAccount[]> => {
170-
throw new Error("Method not implemented.");
171-
}
172167
}

0 commit comments

Comments
 (0)