mirror of https://github.com/nucypher/nucypher.git
26 lines
547 B
YAML
26 lines
547 B
YAML
name: nucypher
|
|
|
|
plugins:
|
|
- name: solidity
|
|
|
|
dependencies:
|
|
- name: nucypher-contracts
|
|
github: nucypher/nucypher-contracts
|
|
ref: main
|
|
- name: openzeppelin
|
|
github: OpenZeppelin/openzeppelin-contracts
|
|
version: 4.9.1
|
|
|
|
solidity:
|
|
version: 0.8.20
|
|
evm_version: paris
|
|
import_remapping:
|
|
- "@openzeppelin/contracts=openzeppelin/v4.9.1"
|
|
|
|
|
|
test:
|
|
provider:
|
|
chain_id: 131277322940537 # ensure ape doesn't change chain id to 1337
|
|
mnemonic: test test test test test test test test test test test junk
|
|
number_of_accounts: 30
|