File tree Expand file tree Collapse file tree 4 files changed +5098
-3982
lines changed
packages/metamask-airgapped-keyring/src Expand file tree Collapse file tree 4 files changed +5098
-3982
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 88 CryptoAccount ,
99} from "@keystonehq/bc-ur-registry-eth" ;
1010import * as uuid from "uuid" ;
11- import { EthAccount } from "node_modules/@keystonehq/base-eth-keyring/dist/InteractionProvider.cjs" ;
1211
1312export 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}
You can’t perform that action at this time.
0 commit comments