Skip to content

Commit

Permalink
Merge pull request #151 from VenusProtocol/feat/VEN-2203
Browse files Browse the repository at this point in the history
[VEN-2204]: oracle opbnbmainnet deployments
  • Loading branch information
GitGuru7 authored Jan 26, 2024
2 parents 2b83e81 + 85b7365 commit 9ebda96
Show file tree
Hide file tree
Showing 18 changed files with 9,633 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deploy/1-deploy-oracles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const func: DeployFunction = async function ({ getNamedAccounts, deployments, ne
});

// Skip deployment if chain is not BNB chain
if (networkName === "bsctetnet" || networkName === "bscmainnet") {
if (networkName === "bsctestnet" || networkName === "bscmainnet") {
await deploy("TwapOracle", {
contract: network.live ? "TwapOracle" : "MockTwapOracle",
from: deployer,
Expand Down
Loading

0 comments on commit 9ebda96

Please sign in to comment.