pull/5060/head
drafish 5 months ago committed by yann300
parent fef94d5ec7
commit ef7bac1674
  1. 9
      apps/quick-dapp/src/remix-client.ts

@ -9,15 +9,6 @@ class RemixClient extends PluginClient {
} }
edit({ address, abi, network, name, devdoc, methodIdentifiers }: any): void { edit({ address, abi, network, name, devdoc, methodIdentifiers }: any): void {
// console.log(
// 'edit dapp',
// address,
// abi,
// network,
// name,
// devdoc,
// methodIdentifiers
// );
initInstance({ initInstance({
address, address,
abi, abi,

Loading…
Cancel
Save