Skip to content

Commit

Permalink
fix facade deployment script
Browse files Browse the repository at this point in the history
  • Loading branch information
tbrent committed Oct 28, 2022
1 parent e404e3f commit 0f27072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deployment/phase1-common/4_deploy_facade.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ async function main() {

// ******************** Deploy Facade ****************************************/

const FacadeFactory = await ethers.getContractFactory('Facade')
const FacadeFactory = await ethers.getContractFactory('FacadeRead')
facadeRead = <FacadeRead>await FacadeFactory.connect(burner).deploy()
await facadeRead.deployed()

Expand Down

0 comments on commit 0f27072

Please sign in to comment.