Merge pull request #3250 from derekpierre/hopefully-final-deployment

Lynx Alpha 13 Deployment Registries (pt. II)
pull/3253/head
LunarBytes 2023-09-26 15:12:11 +02:00 committed by GitHub
commit 4b176eec3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5810 additions and 3339 deletions

View File

View File

@ -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

View File

@ -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