fricpto
Results
1
issues of
fricpto
when I run brownie run scripts/deploy.py --network rinkeby I get this result: and this is my deploy.py code: ``` from brownie import accounts, config, SimpleStorage, network def deploy_simple_storage(): account =...