Skip to content

Commit

Permalink
Upgrades aragon dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
emmdim committed Feb 8, 2024
1 parent 8542bf9 commit 16a2749
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/js-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@
},
"dependencies": {
"@aragon/osx-ethers": "1.3.0-rc0.3",
"@aragon/sdk-client": "1.21.1",
"@aragon/sdk-client-common": "1.13.0",
"@aragon/sdk-client": "1.22.1",
"@aragon/sdk-client-common": "1.14.1",
"@ethersproject/abstract-signer": "^5.7.0",
"@ethersproject/bignumber": "^5.7.0",
"@ethersproject/constants": "^5.7.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/js-client/src/internal/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ export const DEFAULT_ADDRESSES: {
setupAddress: '',
repoAddress: '',
},
baseSepolia: {
setupAddress: '',
repoAddress: '',
},
local: {
setupAddress: '',
repoAddress: '',
Expand All @@ -62,6 +66,10 @@ export const DEFAULT_ADDRESSES: {
setupAddress: '',
repoAddress: '',
},
arbitrumSepolia: {
setupAddress: '',
repoAddress: '',
},
};

export const DEFAULT_GASLESS_VOTING_BACKEND_URL =
Expand Down

0 comments on commit 16a2749

Please sign in to comment.