-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
GithubFor Asana integration use onlyFor Asana integration use onlybugSomething isn't workingSomething isn't working
Description
Since we are emulating a fixed state with local copies of the JSON artifacts in development, this needs to be considered for production builds, where we will want to load polymath-core
's artifacts.
This should consider the fact that E2E tests connect to ganache instead of Kovan
or the Mainnet
. Meaning this behavior should continue for them.
What needs to be done:
- On production builds point to
polymath-core
's artifacts instead ofpolymath-shared
's fixtures - On e2e continue pointing to
shared
instead ofpolymath-core
This can be done by either changing where the dependencies point to or having polymath-shared
provide the polymath-core
contracts when built for production
Metadata
Metadata
Assignees
Labels
GithubFor Asana integration use onlyFor Asana integration use onlybugSomething isn't workingSomething isn't working