Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 8.15.5
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,6 @@
"dependencies": {
"@metamask/keyring-utils": "^3.1.0",
"uuid": "^8.3.2"
}
},
"packageManager": "pnpm@10.27.0+sha512.72d699da16b1179c14ba9e64dc71c9a40988cbdc65c264cb0e489db7de917f20dcf4d64d8723625f2969ba52d4b7e2a1170682d9ac2a5dcaeaab732b7e16f04a"
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import {
CryptoAccount,
} from "@keystonehq/bc-ur-registry-eth";
import * as uuid from "uuid";
import { EthAccount } from "node_modules/@keystonehq/base-eth-keyring/dist/InteractionProvider.cjs";

export type IMemState = ObservableStore<{
_version: number;
Expand Down Expand Up @@ -165,8 +164,4 @@ export class MetamaskInteractionProvider
sign: {},
});
};

requestAccounts: () => Promise<EthAccount[]> = async (): Promise<EthAccount[]> => {
throw new Error("Method not implemented.");
}
}
2 changes: 1 addition & 1 deletion packages/ur-registry-avalanche/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystonehq/bc-ur-registry-avalanche",
"version": "0.0.6",
"version": "0.1.0",
"description": "bc-ur-registry extension for Avalanche",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
Expand Down
Loading