You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the embark new [dApp] --contracts-only boilerplate. I Only require embark to build and deploy my smart contracts.
The artifacts, after they are deployed, are migrated to an existing decentralized application frontend. That frontend auto-imports contract via the JSON file and initializes the contract by detecting what network the contract was deployed on.
From what I can tell the artifact does not include the chainId or networkName and thus my application is unable to detect what network the contract should connect with.
Summary
Can the chainId and/or networkName be added to the artifact.
Thank you 😄
The text was updated successfully, but these errors were encountered:
Feature Request
Using the
embark new [dApp] --contracts-only
boilerplate. I Only require embark to build and deploy my smart contracts.The artifacts, after they are deployed, are migrated to an existing decentralized application frontend. That frontend auto-imports contract via the JSON file and initializes the contract by detecting what network the contract was deployed on.
From what I can tell the artifact does not include the
chainId
ornetworkName
and thus my application is unable to detect what network the contract should connect with.Summary
Can the
chainId
and/ornetworkName
be added to the artifact.Thank you 😄
The text was updated successfully, but these errors were encountered: