Skip to content

Commit

Permalink
evm: fixes GR deployment artifact generation
Browse files Browse the repository at this point in the history
  • Loading branch information
scnale committed Jan 12, 2024
1 parent 35d9545 commit 4c9c319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethereum/ts-scripts/relayer/config/syncContractsJson.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ async function main() {
const contracts: ContractsJson = JSON.parse(contractsFile);
console.log(`Old:\n${contractsFile}`);
contracts.create2Factories = loadCreate2Factories();
contracts.wormholeRelayers = loadWormholeRelayers();
contracts.wormholeRelayers = loadWormholeRelayers(false);
contracts.wormholeRelayerImplementations = loadWormholeRelayerImplementations();
contracts.deliveryProviders = loadDeliveryProviders();
contracts.mockIntegrations = loadMockIntegrations();
Expand Down

0 comments on commit 4c9c319

Please sign in to comment.