Skip to content

Commit

Permalink
Ethers v6 (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
corbanbrook authored Aug 26, 2024
1 parent 803c136 commit bf64ec9
Show file tree
Hide file tree
Showing 4 changed files with 2,531 additions and 2,624 deletions.
17 changes: 9 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,26 @@
"dev": "BROWSER=none pnpm start",
"start": "vite",
"build": "BUILD_PATH='./dist' tsc && vite build",
"typecheck": "tsc --noEmit",
"serve": "vite preview",
"dist": "pnpm build",
"link-sequence": "pnpm run clear:vite:cache && ../sequence.js/scripts/pnpm-link.sh link",
"unlink-sequence": "pnpm run clear:vite:cache && ../sequence.js/scripts/pnpm-link.sh unlink",
"clear:vite:cache": "rm -rf node_modules/.vite/"
},
"dependencies": {
"0xsequence": "^1.9.17",
"@0xsequence/abi": "^1.9.17",
"@0xsequence/design-system": "^1.4.0",
"@0xsequence/ethauth": "^0.8.1",
"@0xsequence/network": "^1.9.17",
"@0xsequence/provider": "^1.9.17",
"@0xsequence/utils": "^1.9.17",
"0xsequence": "2.0.0",
"@0xsequence/abi": "2.0.0",
"@0xsequence/design-system": "^1.7.5",
"@0xsequence/ethauth": "^1.0.0",
"@0xsequence/network": "2.0.0",
"@0xsequence/provider": "2.0.0",
"@0xsequence/utils": "2.0.0",
"@types/node": "^20.11.30",
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.22",
"@vanilla-extract/css": "^1.14.1",
"ethers": "^5.7.2",
"ethers": "^6.13.0",
"framer-motion": "^9.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
Loading

0 comments on commit bf64ec9

Please sign in to comment.