Skip to content

Commit

Permalink
get ABI from compiled-contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
krlosMata committed Sep 15, 2024
1 parent 5c48e01 commit df75d51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/scripts/tools/check-docker-deploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
const ethers = require('ethers');
require('dotenv').config();

const rollupManagerAbi = require('../../../artifacts/contracts/v2/PolygonRollupManager.sol/PolygonRollupManager.json').abi;
const rollupManagerAbi = require('../../../compiled-contracts/PolygonRollupManager.json').abi;

async function main() {
const currentProvider = ethers.getDefaultProvider('http://localhost:8545');
Expand Down

0 comments on commit df75d51

Please sign in to comment.