Skip to content

Commit

Permalink
chore: update starknetkit
Browse files Browse the repository at this point in the history
  • Loading branch information
bluecco committed Aug 6, 2024
1 parent 1c4d1f7 commit 4762aa3
Show file tree
Hide file tree
Showing 4 changed files with 230 additions and 264 deletions.
3 changes: 2 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
NEXT_PUBLIC_ARGENT_SESSION_SERVICE_BASE_URL=
NEXT_PUBLIC_ARGENT_WEBWALLET_URL=
NEXT_PUBLIC_ARGENT_WEBWALLET_URL=
NEXT_PUBLIC_CHAIN_ID="SN_SEPOLIA"
2 changes: 0 additions & 2 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

pnpm lint-staged
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"starknet-react-chains-next": "npm:@starknet-react/[email protected]",
"starknet-react-core-next": "npm:@starknet-react/[email protected]",
"starknetkit-latest": "npm:starknetkit@^1.1.9",
"starknetkit-next": "npm:starknetkit@^2.2.16"
"starknetkit-next": "npm:starknetkit@^2.2.17"
},
"devDependencies": {
"@types/lodash-es": "^4.17.12",
Expand Down
Loading

0 comments on commit 4762aa3

Please sign in to comment.