Skip to content

Commit

Permalink
fix typo in live contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
josemarinas committed Jan 25, 2024
1 parent ffd71fa commit 4119f51
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
5 changes: 5 additions & 0 deletions modules/client-common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ TEMPLATE:

## [UPCOMING]

### Fixed
- Typo in `LIVE_CONTRACTS` for mainnet

## [1.14.0]

### Added

- Support for arbitrum sepolia network.
Expand Down
2 changes: 1 addition & 1 deletion modules/client-common/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aragon/sdk-client-common",
"author": "Aragon Association",
"version": "1.14.0",
"version": "1.14.1",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/sdk-client-common.esm.js",
Expand Down
4 changes: 2 additions & 2 deletions modules/client-common/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ export const LIVE_CONTRACTS: {
[SupportedNetwork.MAINNET]: {
daoFactoryAddress: activeContractsListV1_0_0.mainnet.DAOFactory,
pluginSetupProcessorAddress:
activeContractsListV1_0_0.mainnet.PluginRepoFactory,
activeContractsListV1_0_0.mainnet.PluginSetupProcessor,
multisigRepoAddress: activeContractsListV1_0_0.mainnet["multisig-repo"],
adminRepoAddress: activeContractsListV1_0_0.mainnet["admin-repo"],
addresslistVotingRepoAddress:
Expand Down Expand Up @@ -237,7 +237,7 @@ export const LIVE_CONTRACTS: {
[SupportedNetwork.MAINNET]: {
daoFactoryAddress: activeContractsList.mainnet.DAOFactory,
pluginSetupProcessorAddress:
activeContractsList.mainnet.PluginRepoFactory,
activeContractsList.mainnet.PluginSetupProcessor,
multisigRepoAddress: activeContractsList.mainnet["multisig-repo"],
adminRepoAddress: activeContractsList.mainnet["admin-repo"],
addresslistVotingRepoAddress:
Expand Down
5 changes: 5 additions & 0 deletions modules/client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ TEMPLATE:
-->

## [UPCOMING]
### Fixed

- Typo in `LIVE_CONTRACTS` for mainnet

## [1.22.0]

### Added

Expand Down
4 changes: 2 additions & 2 deletions modules/client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aragon/sdk-client",
"author": "Aragon Association",
"version": "1.22.0",
"version": "1.22.1",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/sdk-client.esm.js",
Expand Down Expand Up @@ -68,7 +68,7 @@
},
"dependencies": {
"@aragon/osx-ethers": "1.3.0",
"@aragon/sdk-client-common": "^1.14.0",
"@aragon/sdk-client-common": "^1.14.1",
"@aragon/sdk-ipfs": "^1.1.0",
"@ethersproject/abstract-signer": "^5.5.0",
"@ethersproject/bignumber": "^5.6.0",
Expand Down

0 comments on commit 4119f51

Please sign in to comment.