mirror of https://github.com/nucypher/nucypher.git
Merge pull request #3250 from derekpierre/hopefully-final-deployment
Lynx Alpha 13 Deployment Registries (pt. II)pull/3253/head
commit
4b176eec3f
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -5,8 +5,8 @@ plugins:
|
|||
|
||||
dependencies:
|
||||
- name: nucypher-contracts
|
||||
github: nucypher/nucypher-contracts
|
||||
ref: main
|
||||
github: derekpierre/nucypher-contracts
|
||||
ref: lynx-deployment
|
||||
- name: openzeppelin
|
||||
github: OpenZeppelin/openzeppelin-contracts
|
||||
version: 4.9.1
|
||||
|
|
|
@ -137,7 +137,7 @@ def nu_token(nucypher_dependency, deployer_account):
|
|||
@pytest.fixture(scope="module")
|
||||
def threshold_staking(nucypher_dependency, deployer_account):
|
||||
_threshold_staking = deployer_account.deploy(
|
||||
nucypher_dependency.ThresholdStakingForTACoApplicationMock
|
||||
nucypher_dependency.TestnetThresholdStaking
|
||||
)
|
||||
return _threshold_staking
|
||||
|
||||
|
|
Loading…
Reference in New Issue