Skip to content

Commit

Permalink
update deployment details
Browse files Browse the repository at this point in the history
  • Loading branch information
jac18281828 committed May 11, 2023
1 parent fb037cd commit d03086c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
"options": {
"cwd": "${workspaceFolder}",
"env": {
"CONSTANT_LIB_ADDRESS": "0xF19e03eDE4d2e6e570A15db3e84adf59543fc379"
"CONSTANT_LIB_ADDRESS": "0xad96Fc422eF3355E5Dbc1238322CbEb660370860"
}
},
"dependsOn": "test",
Expand All @@ -152,7 +152,7 @@
"options": {
"cwd": "${workspaceFolder}",
"env": {
"CONSTANT_LIB_ADDRESS": "0xF19e03eDE4d2e6e570A15db3e84adf59543fc379",
"CONSTANT_LIB_ADDRESS": "0xad96Fc422eF3355E5Dbc1238322CbEb660370860",
"BUILDER_ADDRESS": "0xa36e161361A16D75534d565480e62cE474BaC9f3"
}
},
Expand All @@ -169,7 +169,7 @@
"options": {
"cwd": "${workspaceFolder}",
"env": {
"CONSTANT_LIB_ADDRESS": "0xF19e03eDE4d2e6e570A15db3e84adf59543fc379",
"CONSTANT_LIB_ADDRESS": "0xad96Fc422eF3355E5Dbc1238322CbEb660370860",
"CLASS_PROXY": "0x0Ee183DEA88Be769fD1CAb473fDaCdd16791163A",
"TARGET_PROTOTYPE": "0xe7879fdb66b6107709502D2ad362fa43BC278DbE"
}
Expand All @@ -187,7 +187,7 @@
"options": {
"cwd": "${workspaceFolder}",
"env": {
"CONSTANT_LIB_ADDRESS": "0xF19e03eDE4d2e6e570A15db3e84adf59543fc379"
"CONSTANT_LIB_ADDRESS": "0xad96Fc422eF3355E5Dbc1238322CbEb660370860"
}
},
"dependsOn": "test",
Expand All @@ -203,7 +203,7 @@
"options": {
"cwd": "${workspaceFolder}",
"env": {
"CONSTANT_LIB_ADDRESS": "0xF19e03eDE4d2e6e570A15db3e84adf59543fc379",
"CONSTANT_LIB_ADDRESS": "0xad96Fc422eF3355E5Dbc1238322CbEb660370860",
"BUILDER_ADDRESS": "0x9fB5a925E61c31617129B5D030808939DADA99f7"
}
},
Expand All @@ -220,7 +220,7 @@
"options": {
"cwd": "${workspaceFolder}",
"env": {
"CONSTANT_LIB_ADDRESS": "0xF19e03eDE4d2e6e570A15db3e84adf59543fc379",
"CONSTANT_LIB_ADDRESS": "0xad96Fc422eF3355E5Dbc1238322CbEb660370860",
"GOVERNANCE_ADDRESS": "0x6b5b3b287a80742d728511f51638315cf1987977",
"STORAGE_ADDRESS": "0xc28ea107f64746ac90349c6c09c193d966f1ca91",
"META_ADDRESS": "0xd75fa6c5c3fdfd495d851c43e5331e16a058902a"
Expand All @@ -239,7 +239,7 @@
"options": {
"cwd": "${workspaceFolder}",
"env": {
"CONSTANT_LIB_ADDRESS": "0xF19e03eDE4d2e6e570A15db3e84adf59543fc379",
"CONSTANT_LIB_ADDRESS": "0xad96Fc422eF3355E5Dbc1238322CbEb660370860",
"BUILDER_ADDRESS": "",
"GOVERNANCE_ADDRESS": "0xa2f50e55ac910ba030b3e4cab92da8de5b38ef2d",
"STORAGE_ADDRESS": "0xe0c76c1621738b870eac5a37447fdadc8c077c21",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Collective Governance has been designed from the ground up to be very easy to us

| Contract | Ethereum Address | Version |
| ----------------- | ------------------------------------------ | ------- |
| Constant | 0xF19e03eDE4d2e6e570A15db3e84adf59543fc379 | 0.9.8 |
| Constant | 0xad96Fc422eF3355E5Dbc1238322CbEb660370860 | 0.9.10 |
| CommunityBuilder | 0xa36e161361A16D75534d565480e62cE474BaC9f3 | LATEST |
| GovernanceBuilder | 0x9fB5a925E61c31617129B5D030808939DADA99f7 | LATEST |

Expand Down
2 changes: 1 addition & 1 deletion contracts/Constant.sol
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ library Constant {
uint256 public constant MAXIMUM_REBATE_BASE_FEE = 200 gwei;

/// software versions
uint32 public constant CURRENT_VERSION = 2;
uint32 public constant CURRENT_VERSION = 3;

/// @notice Compute the length of any string in solidity
/// @dev This method is expensive and is used only for validating
Expand Down
4 changes: 2 additions & 2 deletions site/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ _____________
===================== ========================================== =========== ===========================
Contract Ethereum Address Version Description
===================== ========================================== =========== ===========================
`Constant`_ 0xF19e03eDE4d2e6e570A15db3e84adf59543fc379 0.9.8 Constant library
`Constant`_ 0xad96Fc422eF3355E5Dbc1238322CbEb660370860 0.9.8 Constant library
`CommunityBuilder`_ 0xa36e161361A16D75534d565480e62cE474BaC9f3 LATEST CommunityBuilder Factory
`GovernanceBuilder`_ 0x9fB5a925E61c31617129B5D030808939DADA99f7 LATEST Governance Contract Builder
===================== ========================================== =========== ===========================
Expand All @@ -65,7 +65,7 @@ Project Links
.. _GitHub: https://github.com/collectivexyz/collective-governance-v1
.. _JavaScript API: https://github.com/collectivexyz/governance
.. _JavaScript Reference: https://github.com/collectivexyz/collective_governance_js
.. _Constant: https://sepolia.etherscan.io/address/0xF19e03eDE4d2e6e570A15db3e84adf59543fc379
.. _Constant: https://sepolia.etherscan.io/address/0xad96Fc422eF3355E5Dbc1238322CbEb660370860
.. _CommunityBuilder: https://sepolia.etherscan.io/address/0xa36e161361A16D75534d565480e62cE474BaC9f3
.. _GovernanceBuilder: https://sepolia.etherscan.io/address/0x9fB5a925E61c31617129B5D030808939DADA99f7

Expand Down

0 comments on commit d03086c

Please sign in to comment.