mirror of https://github.com/nucypher/nucypher.git
29 lines
588 B
YAML
29 lines
588 B
YAML
name: nucypher
|
|
|
|
plugins:
|
|
- name: solidity
|
|
|
|
dependencies:
|
|
- name: nucypher-contracts
|
|
github: nucypher/nucypher-contracts
|
|
ref: main
|
|
config_override:
|
|
solidity:
|
|
version: 0.8.23
|
|
evm_version: paris
|
|
|
|
- name: openzeppelin
|
|
github: OpenZeppelin/openzeppelin-contracts
|
|
version: 5.0.0
|
|
|
|
solidity:
|
|
version: 0.8.23
|
|
evm_version: paris
|
|
|
|
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
|
|
balance: 1_000_000 ETH
|