contract-proxy-kit icon indicating copy to clipboard operation
contract-proxy-kit copied to clipboard

Use Ethereum provider from Safe Multisig Web UI

Open germartinez opened this issue 5 years ago • 0 comments

Right now, even if the CPK runs as a Safe or standalone app, it requires an Ethereum provider (web3 or ethers) passed as a parameter in the EthAdapter constructor.

  • This EthAdapter should only be needed if the CPK is running as a standalone app.
  • If it runs as a standalone app it should use the Multisig Web interface provider.

germartinez avatar Nov 05 '20 15:11 germartinez