File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed
Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ CHAIN_ID_GATEWAY="31337" # (uint256)
88MNEMONIC = " adapt mosquito move limb mobile illegal tree voyage juice mosquito burger raise father hope layer" # (string)
99
1010# Private keys
11- DEPLOYER_PRIVATE_KEY = 0xe746bc71f6bee141a954e6a49bc9384d334e393a7ea1e70b50241cb2e78e9e4c # test-suite
12- # DEPLOYER_PRIVATE_KEY="0x7136d8dc72f873124f4eded25f3525a20f6cee4296564c76b44f1d582c57640f" # accounts[1], private key (bytes32)
11+ # DEPLOYER_PRIVATE_KEY=0xe746bc71f6bee141a954e6a49bc9384d334e393a7ea1e70b50241cb2e78e9e4c # test-suite
12+ DEPLOYER_PRIVATE_KEY = " 0x7136d8dc72f873124f4eded25f3525a20f6cee4296564c76b44f1d582c57640f" # accounts[1], private key (bytes32)
1313
1414# RPC URL
1515RPC_URL = " http://127.0.0.1:8757" # (string)
Original file line number Diff line number Diff line change @@ -171,12 +171,9 @@ export async function loadTestVariablesFixture() {
171171 // Load the Decryption contract
172172 const decryption = await hre . ethers . getContractAt ( "Decryption" , getRequiredEnvVar ( "DECRYPTION_ADDRESS" ) ) ;
173173
174- < < < << << HEAD
175174 // Load the PauserSet contract
176175 const pauserSet = await hre . ethers . getContractAt ( "PauserSet" , getRequiredEnvVar ( "PAUSER_SET_ADDRESS" ) ) ;
177176
178- === = ===
179- > >>> > >> 1160 d001 ( feat ( gateway - contracts ) : implement single keygen )
180177 return {
181178 ...fixtureData ,
182179 gatewayConfig,
@@ -189,9 +186,6 @@ export async function loadTestVariablesFixture() {
189186 nKmsNodes,
190187 nCoprocessors,
191188 nCustodians,
192- < < < << << HEAD
193189 pauserSet,
194- = === ===
195- >>> >>> > 1160 d001 ( feat ( gateway - contracts ) : implement single keygen )
196190 } ;
197191}
You can’t perform that action at this time.
0 commit comments