MockV3Aggregator is a contract or PriceFeedAddress? #2019
-
Another stupid question -- If we are deploying
So |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Thats just a variable name we assign to get the contract instance. In this section, we are more concerned about the address of this contract so we use this variable to get the contract instance so we can eventually get the address of where the mock contract was deployed. You could call |
Beta Was this translation helpful? Give feedback.
Thats just a variable name we assign to get the contract instance. In this section, we are more concerned about the address of this contract so we use this variable to get the contract instance so we can eventually get the address of where the mock contract was deployed. You could call
ethUSDAggregator
whatever you like provided you get the address.