Skip to content

Commit

Permalink
Merge pull request #30 from argentlabs/release
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
bluecco authored Aug 6, 2024
2 parents e442769 + 24bb094 commit b1396c7
Show file tree
Hide file tree
Showing 6 changed files with 659 additions and 658 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
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"prepare": "husky"
},
"dependencies": {
"@argent/x-sessions": "^6.7.3",
"@argent/x-sessions": "^6.7.4",
"@argent/x-shared": "^1.32.1",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
Expand All @@ -30,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.15"
"starknetkit-next": "npm:starknetkit@^2.2.17"
},
"devDependencies": {
"@types/lodash-es": "^4.17.12",
Expand Down
Loading

0 comments on commit b1396c7

Please sign in to comment.