Skip to content

Commit

Permalink
Merge pull request #24 from bitbeckers/feat/update_dh_sdks
Browse files Browse the repository at this point in the history
Feat/update dh sdks
bitbeckers authored Oct 1, 2023
2 parents 37519cf + 0aa594d commit 77a4765
Showing 54 changed files with 5,946 additions and 5,047 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=
25 changes: 13 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -9,20 +9,21 @@
"preview": "vite preview"
},
"dependencies": {
"@daohaus/connect": "^0.1.24",
"@daohaus/contract-utils": "^0.1.24",
"@daohaus/form-builder": "^0.1.24",
"@daohaus/moloch-v3-fields": "^0.0.1",
"@daohaus/moloch-v3-hooks": "^0.0.9",
"@daohaus/moloch-v3-legos": "^0.0.1",
"@daohaus/moloch-v3-macro-ui": "^0.0.9",
"@daohaus/tx-builder": "^0.1.24",
"@daohaus/ui": "^0.1.24",
"@daohaus/utils": "^0.1.24",
"@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",
"chainsauce-web": "^0.0.2",
"dexie": "^3.2.4",
"dexie-react-hooks": "^1.1.6",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-confetti": "^6.1.0",
@@ -37,7 +38,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"
}
325 changes: 0 additions & 325 deletions src/abis/CookieJarCore.json

This file was deleted.

Loading

1 comment on commit 77a4765

@vercel
Copy link

@vercel vercel bot commented on 77a4765 Oct 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

cookie-jar – ./

cookie-jar-git-main-bitbeckers.vercel.app
cookie-jar-bitbeckers.vercel.app
cookie-jar-alpha.vercel.app

Please sign in to comment.