nucypher/tests/acceptance/ape-config.yaml

40 lines
1.2 KiB
YAML
Raw Normal View History

2023-04-24 04:45:13 +00:00
name: nucypher
plugins:
- name: solidity
dependencies:
- name: nucypher-contracts
github: nucypher/nucypher-contracts
ref: main
2023-04-24 04:45:13 +00:00
- name: openzeppelin
github: OpenZeppelin/openzeppelin-contracts
version: 4.8.1
solidity:
version: 0.8.20
evm_version: paris
2023-04-24 04:45:13 +00:00
import_remapping:
- "@openzeppelin/contracts=openzeppelin/v4.8.1"
deployments:
ethereum:
local:
- contract_type: NuCypherToken
address: '0x1e59ce931B4CFea3fe4B875411e280e173cB7A9C' # test account at index 0
2023-04-24 04:45:13 +00:00
nu_token_supply: 1_000_000_000
- contract_type: SimplePREApplication
address: '0x1e59ce931B4CFea3fe4B875411e280e173cB7A9C' # test account at index 0
threshold_staking: '::ThresholdStakingForPREApplicationMock.address::'
2023-04-24 04:45:13 +00:00
pre_min_authorization: 40000000000000000000000
pre_min_operator_seconds: 86400 # one day in seconds
- contract_type: Coordinator
address: '0x1e59ce931B4CFea3fe4B875411e280e173cB7A9C' # test account at index 0
app: '::SimplePREApplication.address::'
2023-04-24 04:45:13 +00:00
ritual_timeout: 3600
max_dkg_size: 8
2023-04-24 04:45:13 +00:00
test:
mnemonic: test test test test test test test test test test test junk
number_of_accounts: 30