Adrian Li
Adrian Li
Solidity 0.6 has a lot of breaking changes and unfortunately we currently don't have the bandwidth to update all our tools to work with it for now. Apologies for the...
@SeanJCasey I'm having trouble running this on the test-UI apps. I have: 1. Pulled the branch, 2. Ran `lerna bootstrap`, 3. And put the app on a network where the...
@SeanJCasey Can you add that to the test-UI app then?
@SeanJCasey I think the goal is to make sure that the repo's test apps are actually able to test the features in our packages. Do you have any thoughts on...
> @adrianmcli Did you set `networkWhitelist` in `drizzleOptions`? If the option is absent, it will default to `[]`, which means all networks are approved. Actually I'm confused. Why is a...
Right, but if it doesn't support it, it should display a message instead of throwing an error in the console right?
@SeanJCasey Ok sounds good. So let's just put in the `[1, 4]` and let's see where we go.
Thanks @SeanJCasey, I'm on vacation until Tuesday unfortunately but let's get this merged asap.
Seems to work as expected! Thanks @SeanJCasey
@SeanJCasey I've went ahead and refactored `LoadingContainer.js`: ```js import React, { Children, Component } from "react"; import PropTypes from "prop-types"; class LoadingContainer extends Component { renderFailed() { return ( this.props.errorComp...