Replies: 4 comments 2 replies
-
brownie-config.yaml dependencies:
# - <organization/repo>@<version>
- smartcontractkit/[email protected]
compiler:
solc:
remappings:
- '@chainlink=smartcontractkit/[email protected]'
networks:
default: development
mainnet-fork:
eth_usd_price_feed: '0x5f4ec3df9cbd43714fe2740f5e3616155c5b8419'
dotenv : .env
wallets :
from_key : ${PRIVATE_KEY} |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
1 reply
-
brownie accounts list gives me 0 accounts ! i am confused |
Beta Was this translation helpful? Give feedback.
1 reply
-
The error above shows something related to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
E ImportError: cannot import name 'MockV3Aggregator' from 'brownie' (C:\Users\Python310\lib\site-packages\eth_brownie-1.18.1-py3.10.egg\brownie_init_.py)
================================================== short test summary info ===================================================
FAILED tests/test_lottery.py
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Beta Was this translation helpful? Give feedback.
All reactions