-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when adding application to registry #110
Comments
A nice fellow, Matt, helped us fix the issue with integrating our tcr smart contracts with tcr-ui. We are able to transfer our tokens using tcr-ui, however, adding an application no longer works. In the event logs, this is what I'm seeing:
|
Legitimate
changed the title
Issue with Contract Integration
Error when adding application to registry
Sep 9, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
For WyoHackathon my team is using tcr and tcr-ui to develop a music charting application. I have deployed the tcr contracts to rinkeby, and I have tcr-ui loaded up. However, tcr-ui is using the Sunset registry contracts.
I changed the "registries" value for rinkeby in the index.js file of tcr-ui to our Name, RegistryFactory, PLRC, Token Contract, and Token Name, and Symbol. I didn't change the multihash, as I'm not sure what it is.
After saving and restarting yarn, the project still shows as the Sunset registry.
How do I update tcr-ui to reflect my team's smart contracts and information?
The text was updated successfully, but these errors were encountered: