File tree Expand file tree Collapse file tree 6 files changed +0
-28
lines changed
Expand file tree Collapse file tree 6 files changed +0
-28
lines changed Original file line number Diff line number Diff line change @@ -3,14 +3,9 @@ import { expect } from "chai";
33import { ERRORS } from "./helpers/errors" ;
44
55// NATIVE ADDRESSES
6- const GOV_ADMIN = "0x1212000000000000000000000000000000000000" ;
76const GOV_PROXY = "0x1212000000000000000000000000000000000001" ;
8- const GOV_IMP = "0x1212100000000000000000000000000000000001" ;
97const POLICY_PROXY = "0x1212000000000000000000000000000000000002" ;
10- const POLICY_IMP = "0x1212100000000000000000000000000000000002" ;
118const REWARD_PROXY = "0x1212000000000000000000000000000000000003" ;
12- const REWARD_IMP = "0x1212100000000000000000000000000000000003" ;
13- const SYS_CALL = "0xffffFFFfFFffffffffffffffFfFFFfffFFFfFFfE" ;
149
1510// CONFIG
1611const CONSENSUS_SIZE = 7 ;
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ import { ethers } from "hardhat";
22import { expect } from "chai" ;
33
44const REWARD_PROXY = "0x1212000000000000000000000000000000000003" ;
5- const REWARD_IMP = "0x1212100000000000000000000000000000000003" ;
65
76describe ( "GovReward" , function ( ) {
87 let Reward : any ;
Original file line number Diff line number Diff line change @@ -4,13 +4,9 @@ import { mine } from "@nomicfoundation/hardhat-network-helpers";
44import { ERRORS } from "./helpers/errors" ;
55
66// NATIVE ADDRESSES
7- const GOV_ADMIN = "0x1212000000000000000000000000000000000000" ;
87const GOV_PROXY = "0x1212000000000000000000000000000000000001" ;
9- const GOV_IMP = "0x1212100000000000000000000000000000000001" ;
108const POLICY_PROXY = "0x1212000000000000000000000000000000000002" ;
11- const POLICY_IMP = "0x1212100000000000000000000000000000000002" ;
129const REWARD_PROXY = "0x1212000000000000000000000000000000000003" ;
13- const REWARD_IMP = "0x1212100000000000000000000000000000000003" ;
1410const KEYMANAGEMENT_PROXY = "0x1212000000000000000000000000000000000008" ;
1511const SYS_CALL = "0xffffFFFfFFffffffffffffffFfFFFfffFFFfFFfE" ;
1612
Original file line number Diff line number Diff line change @@ -3,14 +3,8 @@ import { expect } from "chai";
33import { ERRORS } from "./helpers/errors" ;
44
55// NATIVE ADDRESSES
6- const GOV_ADMIN = "0x1212000000000000000000000000000000000000" ;
76const GOV_PROXY = "0x1212000000000000000000000000000000000001" ;
8- const GOV_IMP = "0x1212100000000000000000000000000000000001" ;
9- const POLICY_PROXY = "0x1212000000000000000000000000000000000002" ;
10- const POLICY_IMP = "0x1212100000000000000000000000000000000002" ;
117const REWARD_PROXY = "0x1212000000000000000000000000000000000003" ;
12- const REWARD_IMP = "0x1212100000000000000000000000000000000003" ;
13- const SYS_CALL = "0xffffFFFfFFffffffffffffffFfFFFfffFFFfFFfE" ;
148
159// CONFIG
1610const CONSENSUS_SIZE = 7 ;
Original file line number Diff line number Diff line change 11import { ethers } from "hardhat" ;
22import { expect } from "chai" ;
3- import { mine } from "@nomicfoundation/hardhat-network-helpers" ;
43import { ERRORS } from "./helpers/errors" ;
54
65// NATIVE ADDRESSES
7- const GOV_ADMIN = "0x1212000000000000000000000000000000000000" ;
86const GOV_PROXY = "0x1212000000000000000000000000000000000001" ;
9- const GOV_IMP = "0x1212100000000000000000000000000000000001" ;
107const POLICY_PROXY = "0x1212000000000000000000000000000000000002" ;
11- const POLICY_IMP = "0x1212100000000000000000000000000000000002" ;
128const REWARD_PROXY = "0x1212000000000000000000000000000000000003" ;
13- const REWARD_IMP = "0x1212100000000000000000000000000000000003" ;
149const KEYMANAGEMENT_PROXY = "0x1212000000000000000000000000000000000008" ;
15- const SYS_CALL = "0xffffFFFfFFffffffffffffffFfFFFfffFFFfFFfE" ;
1610
1711// CONFIG
1812const CONSENSUS_SIZE = 7 ;
Original file line number Diff line number Diff line change @@ -3,15 +3,9 @@ import { expect } from "chai";
33import { ERRORS } from "./helpers/errors" ;
44
55// NATIVE ADDRESSES
6- const GOV_ADMIN = "0x1212000000000000000000000000000000000000" ;
76const GOV_PROXY = "0x1212000000000000000000000000000000000001" ;
8- const GOV_IMP = "0x1212100000000000000000000000000000000001" ;
9- const POLICY_PROXY = "0x1212000000000000000000000000000000000002" ;
10- const POLICY_IMP = "0x1212100000000000000000000000000000000002" ;
117const REWARD_PROXY = "0x1212000000000000000000000000000000000003" ;
128const BRIDGE_PROXY = "0x1212000000000000000000000000000000000004" ;
13- const REWARD_IMP = "0x1212100000000000000000000000000000000003" ;
14- const SYS_CALL = "0xffffFFFfFFffffffffffffffFfFFFfffFFFfFFfE" ;
159
1610// CONFIG
1711const CONSENSUS_SIZE = 7 ;
You can’t perform that action at this time.
0 commit comments