Skip to content

Commit

Permalink
Merge pull request #124 from argentlabs/fix/remove-get-starknet-coreV3
Browse files Browse the repository at this point in the history
fix: get-starknet-core dependency
  • Loading branch information
bluecco authored Aug 15, 2024
2 parents 74a78b9 + 66b9354 commit 2ba3fdd
Show file tree
Hide file tree
Showing 4 changed files with 288 additions and 57 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
"dev": "vite build --watch"
},
"dependencies": {
"@argent/x-window": "^1.0.2",
"@starknet-io/get-starknet": "^4.0.0",
"@starknet-io/get-starknet-core": "^4.0.0",
"@starknet-io/types-js": "^0.7.7",
Expand All @@ -71,7 +70,6 @@
"detect-browser": "^5.3.0",
"eventemitter3": "^5.0.1",
"events": "^3.3.0",
"get-starknet-coreV3": "npm:[email protected]",
"lodash-es": "^4.17.21",
"svelte-forms": "^2.3.1",
"trpc-browser": "^1.3.2"
Expand Down
80 changes: 26 additions & 54 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/connectors/webwallet/helpers/trpc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
RpcCallsArraySchema,
StarknetMethodArgumentsSchemas,
deployAccountContractSchema,
} from "@argent/x-window"
} from "../../../types/window"
import { DEFAULT_WEBWALLET_URL } from "../constants"
import { Permission } from "@starknet-io/types-js"

Expand Down
Loading

0 comments on commit 2ba3fdd

Please sign in to comment.