Skip to content

Commit

Permalink
fix hh script 2
Browse files Browse the repository at this point in the history
  • Loading branch information
rapidddenis committed Oct 5, 2024
1 parent 2a68b79 commit 69292cc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/deploy_flightdelay_components.ts
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ export async function deployFlightDelayComponentContracts(libraries: LibraryAddr
"FlightProduct",
flightOwner,
[
await instance.getRegistry(),
instanceNftId,
productName,
flightProductAuthAddress,
Expand Down Expand Up @@ -240,7 +239,6 @@ export async function deployFlightDelayComponentContracts(libraries: LibraryAddr
"FlightPool",
flightOwner,
[
await instance.getRegistry(),
flightProductNftId,
poolName,
flightPoolAuthAddress,
Expand Down Expand Up @@ -297,7 +295,6 @@ export async function deployFlightDelayComponentContracts(libraries: LibraryAddr
"FlightOracle",
flightOwner,
[
await instance.getRegistry(),
flightProductNftId,
oracleName,
flightOracleAuthAddress,
Expand Down

0 comments on commit 69292cc

Please sign in to comment.