2023-04-24 04:45:13 +00:00
|
|
|
name: nucypher
|
|
|
|
|
|
|
|
plugins:
|
|
|
|
- name: solidity
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
- name: nucypher-contracts
|
2023-09-13 13:28:47 +00:00
|
|
|
github: nucypher/nucypher-contracts
|
2023-09-15 14:20:48 +00:00
|
|
|
ref: main
|
2023-04-24 04:45:13 +00:00
|
|
|
- name: openzeppelin
|
|
|
|
github: OpenZeppelin/openzeppelin-contracts
|
2023-09-13 13:31:26 +00:00
|
|
|
version: 4.9.1
|
2023-04-24 04:45:13 +00:00
|
|
|
|
|
|
|
solidity:
|
2023-05-19 18:15:12 +00:00
|
|
|
version: 0.8.20
|
|
|
|
evm_version: paris
|
2023-04-24 04:45:13 +00:00
|
|
|
import_remapping:
|
2023-09-13 13:31:26 +00:00
|
|
|
- "@openzeppelin/contracts=openzeppelin/v4.9.1"
|
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:
|
|
|
|
mnemonic: test test test test test test test test test test test junk
|
|
|
|
number_of_accounts: 30
|