Skip to content

Commit 74e32d4

Browse files
committed
move action
1 parent ec253f3 commit 74e32d4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/gov-action-contracts/AIPs/TotalDvpQuorum/ActivateDvpQuorumAction.sol renamed to src/gov-action-contracts/AIPs/ActivateDvpQuorumAction.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ pragma solidity 0.8.16;
44
import {ProxyAdmin} from "@openzeppelin/contracts/proxy/transparent/ProxyAdmin.sol";
55
import {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";
99
import {GovernorVotesQuorumFractionUpgradeable} from
1010
"@openzeppelin/contracts-upgradeable/governance/extensions/GovernorVotesQuorumFractionUpgradeable.sol";
1111

test/gov-actions/ActivateDvpQuorumAction.t.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pragma solidity 0.8.16;
33

44
import "forge-std/Test.sol";
55
import {ActivateDvpQuorumAction} from
6-
"../../src/gov-action-contracts/AIPs/TotalDvpQuorum/ActivateDvpQuorumAction.sol";
6+
"../../src/gov-action-contracts/AIPs/ActivateDvpQuorumAction.sol";
77
import {L2ArbitrumGovernor} from "../../src/L2ArbitrumGovernor.sol";
88
import {L2ArbitrumToken} from "../../src/L2ArbitrumToken.sol";
99
import {ProxyAdmin} from "@openzeppelin/contracts/proxy/transparent/ProxyAdmin.sol";

0 commit comments

Comments
 (0)