Skip to content

Commit da9fb8c

Browse files
committed
contracts: remove unused imports and definitions from uts
1 parent d8a3f5d commit da9fb8c

File tree

6 files changed

+0
-28
lines changed

6 files changed

+0
-28
lines changed

contracts/test/CommitteeMultiSig.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,9 @@ import { expect } from "chai";
33
import { ERRORS } from "./helpers/errors";
44

55
// NATIVE ADDRESSES
6-
const GOV_ADMIN = "0x1212000000000000000000000000000000000000";
76
const GOV_PROXY = "0x1212000000000000000000000000000000000001";
8-
const GOV_IMP = "0x1212100000000000000000000000000000000001";
97
const POLICY_PROXY = "0x1212000000000000000000000000000000000002";
10-
const POLICY_IMP = "0x1212100000000000000000000000000000000002";
118
const REWARD_PROXY = "0x1212000000000000000000000000000000000003";
12-
const REWARD_IMP = "0x1212100000000000000000000000000000000003";
13-
const SYS_CALL = "0xffffFFFfFFffffffffffffffFfFFFfffFFFfFFfE";
149

1510
// CONFIG
1611
const CONSENSUS_SIZE = 7;

contracts/test/GovReward.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { ethers } from "hardhat";
22
import { expect } from "chai";
33

44
const REWARD_PROXY = "0x1212000000000000000000000000000000000003";
5-
const REWARD_IMP = "0x1212100000000000000000000000000000000003";
65

76
describe("GovReward", function () {
87
let Reward: any;

contracts/test/Governance.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,9 @@ import { mine } from "@nomicfoundation/hardhat-network-helpers";
44
import { ERRORS } from "./helpers/errors";
55

66
// NATIVE ADDRESSES
7-
const GOV_ADMIN = "0x1212000000000000000000000000000000000000";
87
const GOV_PROXY = "0x1212000000000000000000000000000000000001";
9-
const GOV_IMP = "0x1212100000000000000000000000000000000001";
108
const POLICY_PROXY = "0x1212000000000000000000000000000000000002";
11-
const POLICY_IMP = "0x1212100000000000000000000000000000000002";
129
const REWARD_PROXY = "0x1212000000000000000000000000000000000003";
13-
const REWARD_IMP = "0x1212100000000000000000000000000000000003";
1410
const KEYMANAGEMENT_PROXY = "0x1212000000000000000000000000000000000008";
1511
const SYS_CALL = "0xffffFFFfFFffffffffffffffFfFFFfffFFFfFFfE";
1612

contracts/test/GovernanceVote.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,8 @@ import { expect } from "chai";
33
import { ERRORS } from "./helpers/errors";
44

55
// NATIVE ADDRESSES
6-
const GOV_ADMIN = "0x1212000000000000000000000000000000000000";
76
const GOV_PROXY = "0x1212000000000000000000000000000000000001";
8-
const GOV_IMP = "0x1212100000000000000000000000000000000001";
9-
const POLICY_PROXY = "0x1212000000000000000000000000000000000002";
10-
const POLICY_IMP = "0x1212100000000000000000000000000000000002";
117
const REWARD_PROXY = "0x1212000000000000000000000000000000000003";
12-
const REWARD_IMP = "0x1212100000000000000000000000000000000003";
13-
const SYS_CALL = "0xffffFFFfFFffffffffffffffFfFFFfffFFFfFFfE";
148

159
// CONFIG
1610
const CONSENSUS_SIZE = 7;

contracts/test/Policy.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
11
import { ethers } from "hardhat";
22
import { expect } from "chai";
3-
import { mine } from "@nomicfoundation/hardhat-network-helpers";
43
import { ERRORS } from "./helpers/errors";
54

65
// NATIVE ADDRESSES
7-
const GOV_ADMIN = "0x1212000000000000000000000000000000000000";
86
const GOV_PROXY = "0x1212000000000000000000000000000000000001";
9-
const GOV_IMP = "0x1212100000000000000000000000000000000001";
107
const POLICY_PROXY = "0x1212000000000000000000000000000000000002";
11-
const POLICY_IMP = "0x1212100000000000000000000000000000000002";
128
const REWARD_PROXY = "0x1212000000000000000000000000000000000003";
13-
const REWARD_IMP = "0x1212100000000000000000000000000000000003";
149
const KEYMANAGEMENT_PROXY = "0x1212000000000000000000000000000000000008";
15-
const SYS_CALL = "0xffffFFFfFFffffffffffffffFfFFFfffFFFfFFfE";
1610

1711
// CONFIG
1812
const CONSENSUS_SIZE = 7;

contracts/test/Treasury.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,9 @@ import { expect } from "chai";
33
import { ERRORS } from "./helpers/errors";
44

55
// NATIVE ADDRESSES
6-
const GOV_ADMIN = "0x1212000000000000000000000000000000000000";
76
const GOV_PROXY = "0x1212000000000000000000000000000000000001";
8-
const GOV_IMP = "0x1212100000000000000000000000000000000001";
9-
const POLICY_PROXY = "0x1212000000000000000000000000000000000002";
10-
const POLICY_IMP = "0x1212100000000000000000000000000000000002";
117
const REWARD_PROXY = "0x1212000000000000000000000000000000000003";
128
const BRIDGE_PROXY = "0x1212000000000000000000000000000000000004";
13-
const REWARD_IMP = "0x1212100000000000000000000000000000000003";
14-
const SYS_CALL = "0xffffFFFfFFffffffffffffffFfFFFfffFFFfFFfE";
159

1610
// CONFIG
1711
const CONSENSUS_SIZE = 7;

0 commit comments

Comments
 (0)