Replies: 1 comment
-
hello @moonwake769 well you are right, we should use And as you said for testing purposes it does not matter so much as both are using the MockV3Aggregator. Best regards, Cromewar. |
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.
-
Hello there,
We are currently at 13:53:27 timeline of the course with @PatrickAlphaC where we are performing
test_set_price_feed_contract()
function:Shouldn't we actually assign the argument
"dai_usd_price_feed"
intoget_contract()
function inprice_feed_address
variable ? The idea is concluded from this line indeploy.py
. Of course it does not matter too much in this case whethereth_usd_price_feed
ordai_usd_price_feed
because they are both using the sameMockV3Aggregator
inhelpful_scripts.py
. Glad to hear any thoughts.Beta Was this translation helpful? Give feedback.
All reactions