scio-labs / use-inkathon

Typesafe React hooks and utility functions that simplify the process of working with Substrate-based networks and ink! smart contracts.
https://inkathon.xyz
GNU General Public License v3.0
51 stars 15 forks source link

fix: marks `rococo` as deprecated and should be replaced with `contracts` #60

Closed peetzweg closed 7 months ago

peetzweg commented 8 months ago

We should use the correct names of the networks we interact with. Rococo is the relay chain and not capable of any smart contract interaction. We always talk to the Contracts parachain of Rococo. We should make this clear to resolve confusions. I agree the name contracts for a parachain is not very insightful, but that is what we are stuck with right now. :)

changeset-bot[bot] commented 8 months ago

🦋 Changeset detected

Latest commit: 2e23a13974e80a54e91a315e8d21b404610d6b2c

The changes in this PR will be included in the next version bump.

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

wottpal commented 8 months ago

Amazing to see the first "external" contributions kicking in! 🤩

Just opened a new develop branch and changed the destination of this PR. As it's now multiple parties working on it with multiple open PRs at the same time, having this intermediary layer makes sense.