Skip to content

Commit

Permalink
Fix refactoring breakage
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundedgar committed Apr 10, 2024
1 parent 0563784 commit f70e7f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/deployment/7_claimChainInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,12 @@ const axios = require('axios').create({

const deployParameters = require('./deploy_application_parameters.json');
const common = require('../common/common');
const commonDeployment = require('./common');

const l2Applications = require('./deploy_output_l2_applications.json');

async function main() {
const l2BridgeAddress = common.genesisAddressForContractName('PolygonZkEVMBridge proxy');
const l2BridgeAddress = commonDeployment.genesisAddressForContractName('PolygonZkEVMBridge proxy');

const currentProvider = await common.loadProvider(deployParameters, process.env);
const deployer = await common.loadDeployer(currentProvider, deployParameters);
Expand Down

0 comments on commit f70e7f4

Please sign in to comment.