PatrickAlphaC / brownie_fund_me

26 stars 64 forks source link

TypeError: 'ContractContainer' object is not callable #20

Closed TiagoBlauth closed 2 years ago

TiagoBlauth commented 2 years ago

Hi smart ones.....

I can deploy FundMe at rinkeby, but I am facing issues to deploy it at local ganache. The error happens at this command

    mock_aggregator = MockV3Aggregator(18, 200000000000000000000, {"from": account})

image

Many thanks in advance.

PatrickAlphaC commented 2 years ago

Change the line to:

MockV3Aggregator.deploy(DECIMALS, STARTING_PRICE, {"from": get_account()})