diff --git a/.gitignore b/.gitignore index f3972527..a13a736a 100644 --- a/.gitignore +++ b/.gitignore @@ -40,4 +40,5 @@ testem.log .DS_Store Thumbs.db -.ops \ No newline at end of file +.ops +.nx/ \ No newline at end of file diff --git a/libs/abis/package.json b/libs/abis/package.json index aaebb581..ba56009e 100644 --- a/libs/abis/package.json +++ b/libs/abis/package.json @@ -1,9 +1,9 @@ { "name": "@daohaus/abis", - "version": "0.4.5", + "version": "0.5.0", "type": "commonjs", "repository": { "type": "git", "url": "https://github.com/HausDAO/monorepo" } -} \ No newline at end of file +} diff --git a/libs/connect-context/package.json b/libs/connect-context/package.json index dcc4405b..457fd9e7 100644 --- a/libs/connect-context/package.json +++ b/libs/connect-context/package.json @@ -1,8 +1,8 @@ { "name": "@daohaus/connect-context", - "version": "0.4.5", + "version": "0.5.0", "repository": { "type": "git", "url": "https://github.com/HausDAO/monorepo" } -} \ No newline at end of file +} diff --git a/libs/connect/package.json b/libs/connect/package.json index 20e8d895..68058454 100644 --- a/libs/connect/package.json +++ b/libs/connect/package.json @@ -1,6 +1,6 @@ { "name": "@daohaus/connect", - "version": "0.4.5", + "version": "0.5.0", "peerDependencies": { "react-router-dom": "^6.4.3" }, @@ -8,4 +8,4 @@ "type": "git", "url": "https://github.com/HausDAO/monorepo" } -} \ No newline at end of file +} diff --git a/libs/contract-utils/package.json b/libs/contract-utils/package.json index 3c981c1b..23e3c0a4 100644 --- a/libs/contract-utils/package.json +++ b/libs/contract-utils/package.json @@ -1,9 +1,9 @@ { "name": "@daohaus/contract-utils", - "version": "0.4.5", + "version": "0.5.0", "type": "commonjs", "repository": { "type": "git", "url": "https://github.com/HausDAO/monorepo" } -} \ No newline at end of file +} diff --git a/libs/data-fetch-utils/package.json b/libs/data-fetch-utils/package.json index 1a7b1d1f..fec4ceaf 100644 --- a/libs/data-fetch-utils/package.json +++ b/libs/data-fetch-utils/package.json @@ -1,9 +1,9 @@ { "name": "@daohaus/data-fetch-utils", - "version": "0.4.5", + "version": "0.5.0", "type": "commonjs", "repository": { "type": "git", "url": "https://github.com/HausDAO/monorepo" } -} \ No newline at end of file +} diff --git a/libs/form-builder-base/package.json b/libs/form-builder-base/package.json index badd39ea..26e15850 100644 --- a/libs/form-builder-base/package.json +++ b/libs/form-builder-base/package.json @@ -1,8 +1,8 @@ { "name": "@daohaus/form-builder-base", - "version": "0.4.5", + "version": "0.5.0", "repository": { "type": "git", "url": "https://github.com/HausDAO/monorepo" } -} \ No newline at end of file +} diff --git a/libs/form-builder/package.json b/libs/form-builder/package.json index 16bccd79..5f5377fd 100644 --- a/libs/form-builder/package.json +++ b/libs/form-builder/package.json @@ -1,8 +1,8 @@ { "name": "@daohaus/form-builder", - "version": "0.4.5", + "version": "0.5.0", "repository": { "type": "git", "url": "https://github.com/HausDAO/monorepo" } -} \ No newline at end of file +} diff --git a/libs/keychain-utils/package.json b/libs/keychain-utils/package.json index 2e1af504..2fc0a781 100644 --- a/libs/keychain-utils/package.json +++ b/libs/keychain-utils/package.json @@ -1,8 +1,8 @@ { "name": "@daohaus/keychain-utils", - "version": "0.4.5", + "version": "0.5.0", "repository": { "type": "git", "url": "https://github.com/HausDAO/monorepo" } -} \ No newline at end of file +} diff --git a/libs/keychain-utils/src/endpoints.ts b/libs/keychain-utils/src/endpoints.ts index e2d05a28..6fee0e11 100644 --- a/libs/keychain-utils/src/endpoints.ts +++ b/libs/keychain-utils/src/endpoints.ts @@ -3,7 +3,7 @@ import { Keychain, KeychainList, ValidNetwork } from './types'; export const ENDPOINTS: KeychainList = { V3_SUBGRAPH: { '0x1': - 'https://gateway.thegraph.com/api/[api-key]/subgraphs/id/GfHFdFmiSwW1PKtnDhhcxhArwtTjVuMnXxQ5XcETF1bP', + 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/HouDe2pTdyKM9CTG1aodnPPPhm7U148BCH7eJ4HHwpdQ', '0x5': 'https://api.thegraph.com/subgraphs/name/hausdao/daohaus-v3-goerli', '0x64': 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/6x9FK3iuhVFaH9sZ39m8bKB5eckax8sjxooBPNKWWK8r', diff --git a/libs/moloch-v3-data/package.json b/libs/moloch-v3-data/package.json index d4b452c8..7a133f9b 100644 --- a/libs/moloch-v3-data/package.json +++ b/libs/moloch-v3-data/package.json @@ -1,9 +1,9 @@ { "name": "@daohaus/moloch-v3-data", - "version": "0.4.5", + "version": "0.5.0", "type": "commonjs", "repository": { "type": "git", "url": "https://github.com/HausDAO/monorepo" } -} \ No newline at end of file +} diff --git a/libs/moloch-v3-fields/package.json b/libs/moloch-v3-fields/package.json index e8651ecb..ff0f72f4 100644 --- a/libs/moloch-v3-fields/package.json +++ b/libs/moloch-v3-fields/package.json @@ -1,8 +1,8 @@ { "name": "@daohaus/moloch-v3-fields", - "version": "0.4.5", + "version": "0.5.0", "repository": { "type": "git", "url": "https://github.com/HausDAO/monorepo" } -} \ No newline at end of file +} diff --git a/libs/moloch-v3-hooks/package.json b/libs/moloch-v3-hooks/package.json index fce01d88..cd18cc39 100644 --- a/libs/moloch-v3-hooks/package.json +++ b/libs/moloch-v3-hooks/package.json @@ -1,6 +1,6 @@ { "name": "@daohaus/moloch-v3-hooks", - "version": "0.4.5", + "version": "0.5.0", "peerDependencies": { "react-query": "^3.39.3" }, @@ -8,4 +8,4 @@ "type": "git", "url": "https://github.com/HausDAO/monorepo" } -} \ No newline at end of file +} diff --git a/libs/moloch-v3-legos/package.json b/libs/moloch-v3-legos/package.json index 7332996b..e3fffa77 100644 --- a/libs/moloch-v3-legos/package.json +++ b/libs/moloch-v3-legos/package.json @@ -1,9 +1,9 @@ { "name": "@daohaus/moloch-v3-legos", - "version": "0.4.5", + "version": "0.5.0", "type": "commonjs", "repository": { "type": "git", "url": "https://github.com/HausDAO/monorepo" } -} \ No newline at end of file +} diff --git a/libs/moloch-v3-macro-ui/package.json b/libs/moloch-v3-macro-ui/package.json index 6e4c7a30..84864427 100644 --- a/libs/moloch-v3-macro-ui/package.json +++ b/libs/moloch-v3-macro-ui/package.json @@ -1,6 +1,6 @@ { "name": "@daohaus/moloch-v3-macro-ui", - "version": "0.4.5", + "version": "0.5.0", "peerDependencies": { "react-router-dom": "^6.4.3" }, @@ -8,4 +8,4 @@ "type": "git", "url": "https://github.com/HausDAO/monorepo" } -} \ No newline at end of file +} diff --git a/libs/profile-data/package.json b/libs/profile-data/package.json index 27ee043f..a41d638c 100644 --- a/libs/profile-data/package.json +++ b/libs/profile-data/package.json @@ -1,9 +1,9 @@ { "name": "@daohaus/profile-data", - "version": "0.4.5", + "version": "0.5.0", "type": "commonjs", "repository": { "type": "git", "url": "https://github.com/HausDAO/monorepo" } -} \ No newline at end of file +} diff --git a/libs/tx-builder/package.json b/libs/tx-builder/package.json index 1d857028..6678cccc 100644 --- a/libs/tx-builder/package.json +++ b/libs/tx-builder/package.json @@ -1,8 +1,8 @@ { "name": "@daohaus/tx-builder", - "version": "0.4.5", + "version": "0.5.0", "repository": { "type": "git", "url": "https://github.com/HausDAO/monorepo" } -} \ No newline at end of file +} diff --git a/libs/ui/package.json b/libs/ui/package.json index d7f45900..5f6607d5 100644 --- a/libs/ui/package.json +++ b/libs/ui/package.json @@ -1,8 +1,8 @@ { "name": "@daohaus/ui", - "version": "0.4.5", + "version": "0.5.0", "repository": { "type": "git", "url": "https://github.com/HausDAO/monorepo" } -} \ No newline at end of file +} diff --git a/libs/utils/package.json b/libs/utils/package.json index fc2d6dcf..64606819 100644 --- a/libs/utils/package.json +++ b/libs/utils/package.json @@ -1,8 +1,8 @@ { "name": "@daohaus/utils", - "version": "0.4.5", + "version": "0.5.0", "repository": { "type": "git", "url": "https://github.com/HausDAO/monorepo" } -} \ No newline at end of file +} diff --git a/libs/wizard-form-builder/package.json b/libs/wizard-form-builder/package.json index 6ac43f0f..0d276116 100644 --- a/libs/wizard-form-builder/package.json +++ b/libs/wizard-form-builder/package.json @@ -1,8 +1,8 @@ { "name": "@daohaus/wizard-form-builder", - "version": "0.1.5", + "version": "0.2.0", "repository": { "type": "git", "url": "https://github.com/HausDAO/monorepo" } -} \ No newline at end of file +}