Skip to content

Commit

Permalink
Merge pull request #309 from VenusProtocol/feat/VEN-1996
Browse files Browse the repository at this point in the history
[VEN-1996]: add deployments of agEUR market in Stablecoins pool
  • Loading branch information
GitGuru7 authored Oct 10, 2023
2 parents 4d376c8 + abf6cd9 commit f91ebd8
Show file tree
Hide file tree
Showing 14 changed files with 11,820 additions and 2,329 deletions.
5 changes: 4 additions & 1 deletion deploy/009-deploy-vtokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,10 @@ const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
vTokenDecimals,
preconfiguredAddresses.NormalTimelock || deployer, // admin
accessControlManagerAddress,
[ADDRESS_ONE, treasuryAddress],
[
preconfiguredAddresses.Shortfall || ADDRESS_ONE,
preconfiguredAddresses.ProtocolShareReserve || treasuryAddress,
],
reserveFactor,
];
await deploy(`VToken_${symbol}`, {
Expand Down
Loading

0 comments on commit f91ebd8

Please sign in to comment.