nucypher/tests/acceptance/ape-config.yaml

26 lines
546 B
YAML
Raw Normal View History

2023-04-24 04:45:13 +00:00
name: nucypher
plugins:
- name: solidity
dependencies:
- name: nucypher-contracts
github: kprasch/nucypher-contracts
ref: main
2023-04-24 04:45:13 +00:00
- name: openzeppelin
github: OpenZeppelin/openzeppelin-contracts
version: 5.0.0
2023-04-24 04:45:13 +00:00
solidity:
version: 0.8.23
evm_version: paris
2023-04-24 04:45:13 +00:00
import_remapping:
- "@openzeppelin/contracts=openzeppelin/v5.0.0"
2023-04-24 04:45:13 +00:00
2023-04-24 04:45:13 +00:00
test:
provider:
chain_id: 131277322940537 # ensure ape doesn't change chain id to 1337
2023-04-24 04:45:13 +00:00
mnemonic: test test test test test test test test test test test junk
number_of_accounts: 30