mirror of
https://github.com/vacp2p/linea-monorepo.git
synced 2026-01-09 20:27:58 -05:00
Fix: update contracts folder structure (#420)
* fix: update contracts folder structure * fix: update contracts documentation * fix: regenerate docs * fix: remove .md file in solidity docs folder * fix: rename Utils contract + update autoupdate script * fix: update solidity doc * fix: clean test contracts folder structure * fix: clean test folder structure * fix: update autoupdate.sh script * fix: update solcover file * fix: remove static nonce in LineaRollup test * Merge branch 'main' into fix/399-update-contracts-folder-structure * remove files in merge conflict * fix prover reference for Mimc.sol * fix: update docs * fix: remove unused files * point to correct folders in readmes --------- Co-authored-by: thedarkjester <grant.southey@consensys.net>
This commit is contained in:
@@ -3,7 +3,7 @@ import { ethers, upgrades } from "hardhat";
|
||||
import { TokenBridge } from "../../../typechain-types";
|
||||
import { SupportedChainIds } from "../../../common/supportedNetworks";
|
||||
import { deployBridgedTokenBeacon } from "./deployBridgedTokenBeacon";
|
||||
import { pauseTypeRoles, unpauseTypeRoles } from "../../../test/common/constants";
|
||||
import { pauseTypeRoles, unpauseTypeRoles } from "../../../test/hardhat/common/constants";
|
||||
import { generateRoleAssignments } from "contracts/common/helpers";
|
||||
import { TOKEN_BRIDGE_ROLES } from "contracts/common/constants";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user