2023-04-24 04:45:13 +00:00
|
|
|
name: nucypher
|
|
|
|
|
|
|
|
plugins:
|
|
|
|
- name: solidity
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
- name: nucypher-contracts
|
2024-01-26 14:08:47 +00:00
|
|
|
github: kprasch/nucypher-contracts
|
2023-11-16 17:06:19 +00:00
|
|
|
ref: main
|
2023-04-24 04:45:13 +00:00
|
|
|
- name: openzeppelin
|
|
|
|
github: OpenZeppelin/openzeppelin-contracts
|
2023-10-30 18:19:44 +00:00
|
|
|
version: 5.0.0
|
2023-04-24 04:45:13 +00:00
|
|
|
|
|
|
|
solidity:
|
2023-11-10 14:48:39 +00:00
|
|
|
version: 0.8.23
|
2023-05-19 18:15:12 +00:00
|
|
|
evm_version: paris
|
2023-04-24 04:45:13 +00:00
|
|
|
import_remapping:
|
2023-10-30 18:19:44 +00:00
|
|
|
- "@openzeppelin/contracts=openzeppelin/v5.0.0"
|
2023-04-24 04:45:13 +00:00
|
|
|
|
2023-05-03 17:55:25 +00:00
|
|
|
|
2023-04-24 04:45:13 +00:00
|
|
|
test:
|
2023-09-18 14:21:39 +00:00
|
|
|
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
|