mirror of https://github.com/nucypher/nucypher.git
Override solidity configuration for dependency.
parent
ec5e6fdced
commit
fb56c52fbb
|
@ -10,6 +10,10 @@ dependencies:
|
|||
- name: openzeppelin
|
||||
github: OpenZeppelin/openzeppelin-contracts
|
||||
version: 5.0.0
|
||||
config_override:
|
||||
solidity:
|
||||
version: 0.8.23
|
||||
evm_version: paris
|
||||
|
||||
solidity:
|
||||
version: 0.8.23
|
||||
|
@ -17,7 +21,6 @@ solidity:
|
|||
import_remapping:
|
||||
- "@openzeppelin/contracts=openzeppelin/v5.0.0"
|
||||
|
||||
|
||||
test:
|
||||
provider:
|
||||
chain_id: 131277322940537 # ensure ape doesn't change chain id to 1337
|
||||
|
|
Loading…
Reference in New Issue