Results 2 comments of dpuyosa

``Contract::from_json()`` returns a ``Result`` which doesnt have the method ``query`` as stated by the error. You are missing a **?** or an **unwrap** ```rust let dai_contract: Contract = Contract::from_json( web3.eth(),...

> Since it ist not implemented in the models.py it won't be shown in the settings. Do adding it as a model provider in `models.py` automatically adds it on the...