Skip to content

Commit

Permalink
Merge pull request #311 from VenusProtocol/deploy/PSM-USDT
Browse files Browse the repository at this point in the history
[VEN-1282]: Deploy/psm usdt
  • Loading branch information
0xlucian authored Aug 8, 2023
2 parents ef56f38 + bd903bd commit e49adc3
Show file tree
Hide file tree
Showing 11 changed files with 1,440 additions and 607 deletions.
2 changes: 1 addition & 1 deletion deploy/006-deploy-psm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
const USDTAddress = ADDRESSES[networkName].USDT;
const VAIAddress = ADDRESSES[networkName].VAI;
const FEE_IN = 0;
const FEE_OUT = 10; // 10bps
const FEE_OUT = 0;
const VAI_MINT_CAP = parseUnits("5000000", 18); // 5M

const treasuryAddresses: { [network: string]: string } = {
Expand Down
3 changes: 3 additions & 0 deletions deployments/bscmainnet/.migrations.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"psm_initial_deploy": 1690981284
}
Loading

0 comments on commit e49adc3

Please sign in to comment.