Closed TiagoBlauth closed 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})
Many thanks in advance.
Change the line to:
MockV3Aggregator.deploy(DECIMALS, STARTING_PRICE, {"from": get_account()})
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
Many thanks in advance.