Closed zoeyTM closed 1 month ago
I tried this manually and it works, but I added this
for (let i = 1; i < 20; i++) {
basicContracts.push(
m.contractAt("BasicContract", basicContracts[i - 1], { id: "basic" + i })
);
}
to examples/complete/ignition/modules/CompleteModule.js
, and there are two issues:
resolves https://github.com/NomicFoundation/hardhat-ignition/issues/806 resolves https://github.com/NomicFoundation/hardhat-ignition/issues/807
svg-pan-zoom
library to zoom and pan mermaid diagrammaxTextSize
to5e5
instead of the default of5e4