Skip to content

Commit

Permalink
Chore: APP-2564 - SDK version bump (#1091)
Browse files Browse the repository at this point in the history
* update SDK to latest version to fix ens subdomain requirement on dao creation

* fix lint
  • Loading branch information
Fabricevladimir authored Oct 24, 2023
1 parent 9dff648 commit d532733
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dependencies": {
"@apollo/client": "^3.5.8",
"@aragon/ods": "^1.0.1",
"@aragon/sdk-client": "^1.16.2",
"@aragon/sdk-client": "^1.16.3",
"@elastic/apm-rum-react": "^2.0.0",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-dialog": "^1.0.4",
Expand Down
2 changes: 1 addition & 1 deletion src/services/cache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ export async function getPendingDaoFromCache(

return {
address: daoAddressOrEns,
ensDomain: foundDao.ensSubdomain,
ensDomain: foundDao.ensSubdomain ?? '',
metadata: foundDao.metadata,
plugins: [],
creationDate: foundDao.creationDate,
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@
graphql-request "^4.3.0"
yup "^1.2.0"

"@aragon/sdk-client@^1.16.2":
version "1.16.2"
resolved "https://registry.yarnpkg.com/@aragon/sdk-client/-/sdk-client-1.16.2.tgz#509ba630bd37710576b5dd7034af230761a3e9cf"
integrity sha512-doN2tmBuJcNH85PYYKq6KsyRAmdAfXSe1JnmyUhY7AYY+nYH2GFG6U8sNiEBGfxOnt6DCf0ChNX4fzfWh1iUWw==
"@aragon/sdk-client@^1.16.3":
version "1.16.3"
resolved "https://registry.yarnpkg.com/@aragon/sdk-client/-/sdk-client-1.16.3.tgz#e2236259d7e9893d781c7d7b9aff758fb3fc18fd"
integrity sha512-YzBXgXj2ydBR6i/zowQmyNqSubF8EBPRiN7xMFoTffWdSJ0wjlUanIGmr055Jk5egm6Atw6kaCANGsW8aoFnnQ==
dependencies:
"@aragon/osx-ethers" "1.3.0-rc0.3"
"@aragon/sdk-client-common" "^1.7.1"
Expand Down

0 comments on commit d532733

Please sign in to comment.