Skip to content

Commit

Permalink
another small fix in deployment script
Browse files Browse the repository at this point in the history
  • Loading branch information
josojo committed Aug 16, 2023
1 parent b53583f commit 31946c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/3_deployContracts.js
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ async function main() {
]);

try {
if (forkonomicTokenContract.forkingManager() === ethers.constants.AddressZero) {
if (await forkonomicTokenContract.forkmanager() === ethers.constants.AddressZero) {
/*
* await forkonomicTokenContract.initialize(
* forkingManagerContract.address,
Expand Down

0 comments on commit 31946c9

Please sign in to comment.