Skip to content

Commit

Permalink
add viem to template clients
Browse files Browse the repository at this point in the history
  • Loading branch information
holic committed Jul 19, 2023
1 parent daec6f4 commit 0a48ab8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions templates/phaser/packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"simplex-noise": "^4.0.1",
"styled-components": "^5.3.10",
"use-resize-observer": "^9.1.0",
"viem": "1.3.0",
"zustand": "^4.3.8"
},
"devDependencies": {
Expand Down
3 changes: 2 additions & 1 deletion templates/react/packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"contracts": "workspace:*",
"ethers": "^5.7.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react-dom": "^18.2.0",
"viem": "1.3.0"
},
"devDependencies": {
"@types/react": "^18.2.6",
Expand Down
3 changes: 2 additions & 1 deletion templates/threejs/packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"contracts": "workspace:*",
"ethers": "^5.7.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react-dom": "^18.2.0",
"viem": "1.3.0"
},
"devDependencies": {
"@types/react": "^18.2.6",
Expand Down
3 changes: 2 additions & 1 deletion templates/vanilla/packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"@latticexyz/utils": "link:../../../../packages/utils",
"@latticexyz/world": "link:../../../../packages/world",
"contracts": "workspace:*",
"ethers": "^5.7.2"
"ethers": "^5.7.2",
"viem": "1.3.0"
},
"devDependencies": {
"vite": "^4.2.1",
Expand Down

0 comments on commit 0a48ab8

Please sign in to comment.