Skip to content

Commit

Permalink
📃 docs(contracts): new deploy info
Browse files Browse the repository at this point in the history
  • Loading branch information
zh19910202 committed Jul 20, 2022
1 parent 39f5676 commit 3ac60c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contracts/staking/ControllerStorage.sol
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@ contract ControllerStorage {
uint256 newBias;
}

uint256[46] private __gap;
uint256[45] private __gap;
}
2 changes: 1 addition & 1 deletion scripts/staking/deployGauge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ async function main() {
const p12V0Factory = '0xaA65e38dC95c8709511440039d880232819406c4';
const gaugeController = await upgrades.deployProxy(GaugeController, [votingEscrow, p12V0Factory]);
console.log('gaugeController contract', gaugeController.address);
// 0x2Ad82033AFD731CdD877462218d5eadD992f5723
// 0xE01279C545b594960E45bD8f81043d62Aabd83F3
} else if (env.network.name === 'rinkeby') {
const votingEscrow = '0x427fbf5ae3b2684D6136a63D14BC7ABf963f6E7c';
const p12V0Factory = '0x5dceAa4A7aCFc938a6Ea121EEE976358e0df41E8';
Expand Down

0 comments on commit 3ac60c0

Please sign in to comment.