mirror of https://github.com/embarklabs/embark.git
42bd3b7792
Fixes the use of Infura to connect to the ENS contracts. When connecting directly to Infura, it would throw with `rejected due to project ID settings`, because it doesn't accept the VM as the domain Instead, when passing from the proxy, it works. So I changed the default when no dappConnection to ['$EMBARK']. I also added a message when the error happens to help users fix it themselves When in the testnet, we don,t register because we already have the addresses, which is fine, but we also didn't populate the ensConfig object which contains the important information about the addresses and ABI. There was a lot of lint problems in a couple of files so I cleaned that up |
||
---|---|---|
.. | ||
accounts-manager | ||
basic-pipeline | ||
coverage | ||
debugger | ||
deploy-tracker | ||
ens | ||
ethereum-blockchain-client | ||
ganache | ||
geth | ||
graph | ||
ipfs | ||
mocha-tests | ||
nethermind | ||
parity | ||
plugin-cmd | ||
profiler | ||
rpc-manager | ||
scaffolding | ||
snark | ||
solc | ||
solidity | ||
solidity-tests | ||
specialconfigs | ||
swarm | ||
transaction-logger | ||
transaction-tracker | ||
vyper | ||
web3 | ||
whisper-geth | ||
whisper-parity | ||
.gitignore |