Skip to content

Commit

Permalink
Merge pull request #527 from VenusProtocol/feat/ven-2888
Browse files Browse the repository at this point in the history
[VEN-2888]: TWT market to Core pool on BNB
  • Loading branch information
GitGuru7 authored Oct 18, 2024
2 parents 3c26534 + fd40785 commit e261040
Show file tree
Hide file tree
Showing 12 changed files with 24,982 additions and 15,254 deletions.
2 changes: 1 addition & 1 deletion deploy/011-deploy-markets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {

const underlyingDecimals = Number(await tokenContract.decimals());
const normalTimelock = await ethers.getContract("NormalTimelock");
const vBep20DelegateDeployment = await deploy("VBep20Delegate", { from: deployer });
const vBep20DelegateDeployment = await deploy("VBep20Delegate", { from: deployer, skipIfAlreadyDeployed: true });
console.log(`Deploying VBep20 Proxy for ${symbol} with Implementation ${vBep20DelegateDeployment.address}`);

await deploy(`${symbol}`, {
Expand Down
Loading

0 comments on commit e261040

Please sign in to comment.