Skip to content

Commit

Permalink
feat(update): migrated to viem and new DH SDKs
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbeckers committed Aug 30, 2023
1 parent 4ea253d commit 9ab7972
Show file tree
Hide file tree
Showing 45 changed files with 5,200 additions and 3,417 deletions.
3 changes: 2 additions & 1 deletion .env.sample
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
VITE_RIVET_KEY=
VITE_ETHERSCAN_KEY=
VITE_GRAPH_API_KEY_MAINNET=
VITE_TARGET_KEY=
VITE_TARGET_KEY=
VITE_WALLET_CONNECT_ID=
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
"preview": "vite preview"
},
"dependencies": {
"@daohaus/connect": "^0.1.32",
"@daohaus/contract-utils": "^0.1.32",
"@daohaus/form-builder": "^0.1.32",
"@daohaus/moloch-v3-fields": "^0.0.9",
"@daohaus/moloch-v3-hooks": "^0.0.17",
"@daohaus/moloch-v3-legos": "^0.0.9",
"@daohaus/moloch-v3-macro-ui": "^0.0.17",
"@daohaus/tx-builder": "^0.1.32",
"@daohaus/ui": "^0.1.32",
"@daohaus/utils": "^0.1.32",
"@daohaus/connect": "^0.2.1",
"@daohaus/contract-utils": "^0.2.1",
"@daohaus/form-builder": "^0.2.1",
"@daohaus/moloch-v3-fields": "^0.2.1",
"@daohaus/moloch-v3-hooks": "^0.2.1",
"@daohaus/moloch-v3-legos": "^0.2.1",
"@daohaus/moloch-v3-macro-ui": "^0.2.1",
"@daohaus/tx-builder": "^0.2.1",
"@daohaus/ui": "^0.2.1",
"@daohaus/utils": "^0.2.1",
"@material-ui/core": "^4.12.4",
"@tanstack/react-query": "^4.29.12",
"abitype": "^0.8.7",
Expand All @@ -37,7 +37,7 @@
"@types/react-dom": "^18.0.7",
"@types/styled-components": "^5.1.26",
"@vitejs/plugin-react": "^2.2.0",
"typescript": "^4.6.4",
"typescript": "^5.0.4",
"vite": "^4.3.6",
"vite-plugin-node-polyfills": "^0.8.2"
}
Expand Down
325 changes: 0 additions & 325 deletions src/abis/CookieJarCore.json

This file was deleted.

Loading

0 comments on commit 9ab7972

Please sign in to comment.