Skip to content

Commit 228b3f6

Browse files
committed
chore(common): sync with parent branch
1 parent 7f3ad4e commit 228b3f6

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

gateway-contracts/.env.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ CHAIN_ID_GATEWAY="31337" # (uint256)
88
MNEMONIC="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
1515
RPC_URL="http://127.0.0.1:8757" # (string)

gateway-contracts/test/utils/contracts.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff 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-
>>>>>>> 1160d001 (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-
>>>>>>> 1160d001 (feat(gateway-contracts): implement single keygen)
196190
};
197191
}

0 commit comments

Comments
 (0)