Skip to content

Commit aee162a

Browse files
committed
Add constructor args to RewardsPool artifact
We need to add arguments passed in the constructor to the RewardsPool contract.
1 parent 77198d4 commit aee162a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deploy/02_deploy_asset_pool.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
3535
address: rewardsPoolAddress,
3636
receipt,
3737
transactionHash: AssetPool.transactionHash,
38+
args: [T.address, AssetPool.address, rewardManager],
3839
},
3940
RewardsPool
4041
)

0 commit comments

Comments
 (0)