File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/gov-action-contracts/AIPs Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ pragma solidity 0.8.16;
44import {ProxyAdmin} from "@openzeppelin/contracts/proxy/transparent/ProxyAdmin.sol " ;
55import {TransparentUpgradeableProxy} from
66 "@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol " ;
7- import {IL2AddressRegistry} from "./../../ address-registries/L2AddressRegistryInterfaces.sol " ;
8- import {L2ArbitrumGovernor} from "./../../../ L2ArbitrumGovernor.sol " ;
7+ import {IL2AddressRegistry} from "./../address-registries/L2AddressRegistryInterfaces.sol " ;
8+ import {L2ArbitrumGovernor} from "./../../L2ArbitrumGovernor.sol " ;
99import {GovernorVotesQuorumFractionUpgradeable} from
1010 "@openzeppelin/contracts-upgradeable/governance/extensions/GovernorVotesQuorumFractionUpgradeable.sol " ;
1111
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ pragma solidity 0.8.16;
33
44import "forge-std/Test.sol " ;
55import {ActivateDvpQuorumAction} from
6- "../../src/gov-action-contracts/AIPs/TotalDvpQuorum/ ActivateDvpQuorumAction.sol " ;
6+ "../../src/gov-action-contracts/AIPs/ActivateDvpQuorumAction.sol " ;
77import {L2ArbitrumGovernor} from "../../src/L2ArbitrumGovernor.sol " ;
88import {L2ArbitrumToken} from "../../src/L2ArbitrumToken.sol " ;
99import {ProxyAdmin} from "@openzeppelin/contracts/proxy/transparent/ProxyAdmin.sol " ;
You can’t perform that action at this time.
0 commit comments