Skip to content

Commit

Permalink
define part struct and update frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
0xaptosj committed Feb 3, 2024
1 parent 3e6005c commit 8d6a7ed
Show file tree
Hide file tree
Showing 13 changed files with 956 additions and 1,065 deletions.
2 changes: 1 addition & 1 deletion frontend/.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
NEXT_PUBLIC_CONTRACT_ADDRESS="0xe7f3b4e9c597522d45cc26893cfe35f27a20e01c50c2e91ab6ed0e4831a578f1"
NEXT_PUBLIC_CONTRACT_ADDRESS="81e3edd3143b99880a484e7c061d721a961e21953fb6df6532464765af5167e8"
NEXT_PUBLIC_BODY_OPTIONS=5
NEXT_PUBLIC_EAR_OPTIONS=6
NEXT_PUBLIC_FACE_OPTIONS=4
Expand Down
10 changes: 5 additions & 5 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"aptos": "aptos"
},
"dependencies": {
"@aptos-labs/ts-sdk": "^1.0.0",
"@aptos-labs/wallet-adapter-react": "^1.3.2",
"@aptos-labs/ts-sdk": "^1.5.1",
"@aptos-labs/wallet-adapter-react": "^2.1.7",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@radix-ui/react-dialog": "^1.0.5",
Expand All @@ -20,13 +20,13 @@
"@types/react-dom": "18.2.7",
"autoprefixer": "10.4.14",
"clsx": "^2.0.0",
"eslint": "^8.48.0",
"eslint-config-next": "^13.4.19",
"eslint": "^8.51.0",
"eslint-config-next": "^13.5.4",
"eslint-import-resolver-node": "^0.3.9",
"framer-motion": "^10.16.0",
"nes.css": "^2.3.0",
"next": "13.4.12",
"petra-plugin-wallet-adapter": "^0.3.0",
"petra-plugin-wallet-adapter": "^0.4.4",
"postcss": "8.4.27",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
Loading

0 comments on commit 8d6a7ed

Please sign in to comment.