react-celo
react-celo copied to clipboard
remove network prop on CeloProvider
Rather than passing in an entire Network Object instead just pass in the chainID of the default network (alternatively the network name)
Currently when network is passed the object isn't actually used instead it finds a network in the networks array which matches the name. This is confusing as someone could pass in a network
with a different RPC url and then have it not actually used