Skip to content

Commit

Permalink
deployment of 092 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
0xCardinalError committed Dec 3, 2024
1 parent 9173bc3 commit 5d8eb15
Show file tree
Hide file tree
Showing 6 changed files with 515 additions and 157 deletions.
2 changes: 1 addition & 1 deletion deploy/main/011_deploy_multisig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ const func: DeployFunction = async function ({ deployments, getNamedAccounts, ne
const pauserRole = await read('PostageStamp', 'PAUSER_ROLE');

Check warning on line 15 in deploy/main/011_deploy_multisig.ts

View workflow job for this annotation

GitHub Actions / check

'pauserRole' is assigned a value but never used
// await execute('PostageStamp', { from: deployer }, 'grantRole', adminRole, networkConfig['mainnet'].multisig);
// await execute('PostageStamp', { from: deployer }, 'grantRole', pauserRole, networkConfig['mainnet'].multisig);
// await execute('PriceOracle', { from: deployer }, 'grantRole', adminRole, networkConfig['mainnet'].multisig);

await execute('PriceOracle', { from: deployer }, 'grantRole', adminRole, networkConfig['mainnet'].multisig);
await execute('StakeRegistry', { from: deployer }, 'grantRole', adminRole, networkConfig['mainnet'].multisig);
await execute('Redistribution', { from: deployer }, 'grantRole', adminRole, networkConfig['mainnet'].multisig);

Expand Down
105 changes: 71 additions & 34 deletions deployments/mainnet/PriceOracle.json

Large diffs are not rendered by default.

183 changes: 117 additions & 66 deletions deployments/mainnet/Redistribution.json

Large diffs are not rendered by default.

135 changes: 95 additions & 40 deletions deployments/mainnet/StakeRegistry.json

Large diffs are not rendered by default.

118 changes: 118 additions & 0 deletions deployments/mainnet/solcInputs/4857a452cfc918014df175b959949922.json

Large diffs are not rendered by default.

129 changes: 113 additions & 16 deletions mainnet_deployed.json

Large diffs are not rendered by default.

0 comments on commit 5d8eb15

Please sign in to comment.