Skip to content

Commit

Permalink
bump dh sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
dekanbro committed May 9, 2024
1 parent 792cd9a commit 0cc022e
Show file tree
Hide file tree
Showing 3 changed files with 162 additions and 160 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,22 @@
"preview": "vite preview"
},
"dependencies": {
"@daohaus/abis": "^0.4.4",
"@daohaus/connect": "^0.4.4",
"@daohaus/connect-context": "^0.4.4",
"@daohaus/contract-utils": "^0.4.4",
"@daohaus/form-builder": "^0.4.4",
"@daohaus/form-builder-base": "^0.4.4",
"@daohaus/keychain-utils": "^0.4.4",
"@daohaus/moloch-v3-data": "^0.4.4",
"@daohaus/moloch-v3-fields": "^0.4.4",
"@daohaus/moloch-v3-hooks": "^0.4.4",
"@daohaus/moloch-v3-legos": "^0.4.4",
"@daohaus/moloch-v3-macro-ui": "^0.4.4",
"@daohaus/profile-data": "^0.4.4",
"@daohaus/tx-builder": "^0.4.4",
"@daohaus/ui": "^0.4.4",
"@daohaus/utils": "^0.4.4",
"@daohaus/abis": "^0.5.0",
"@daohaus/connect": "^0.5.0",
"@daohaus/connect-context": "^0.5.0",
"@daohaus/contract-utils": "^0.5.0",
"@daohaus/form-builder": "^0.5.0",
"@daohaus/form-builder-base": "^0.5.0",
"@daohaus/keychain-utils": "^0.5.0",
"@daohaus/moloch-v3-data": "^0.5.0",
"@daohaus/moloch-v3-fields": "^0.5.0",
"@daohaus/moloch-v3-hooks": "^0.5.0",
"@daohaus/moloch-v3-legos": "^0.5.0",
"@daohaus/moloch-v3-macro-ui": "^0.5.0",
"@daohaus/profile-data": "^0.5.0",
"@daohaus/tx-builder": "^0.5.0",
"@daohaus/ui": "^0.5.0",
"@daohaus/utils": "^0.5.0",
"@mdxeditor/editor": "^2.9.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
2 changes: 2 additions & 0 deletions src/hooks/useRecords.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ import { BlogPost } from "../utils/types";
const defaultGraphApiKeys = {
"0x1": import.meta.env.VITE_GRAPH_API_KEY_MAINNET,
"0x64": import.meta.env.VITE_GRAPH_API_KEY_MAINNET,
"0xaa36a7": import.meta.env.VITE_GRAPH_API_KEY_MAINNET,

};

type Record = {
Expand Down
Loading

0 comments on commit 0cc022e

Please sign in to comment.