spruceid / tzprofiles

Create portable verified profiles on Tezos with public accounts.
https://tzprofiles.com
Apache License 2.0
38 stars 17 forks source link

Ghostnet support #190

Closed boz1 closed 2 years ago

boz1 commented 2 years ago

What?

Made the necessary changes to enable ghostnet connection. Updated the version of taquito dependencies to 13.0.1.

Author

This PR is offered by the GAIA-X 4 Future Mobility community. Read more about the project here.

Misc.

If you get Cannot read properties of undefined (reading 'rc') in your browser's console when you run dapp, then:

  1. In your dapp/node_modules, locate @taquito/beacon-wallet and delete the node_modules folder inside of it.
  2. Run npm install inside the @taquito/beacon-wallet.

This should fix the issue.

sbihel commented 2 years ago

Hi, could you update all the Taquito packages as they're all released together?

sbihel commented 2 years ago

I think you forgot to update the lock file?

boz1 commented 2 years ago

Why did it get reverted?

boz1 commented 2 years ago

@taquito says the issue is not on their side and offers the same solution as I did (deleting node_modules in @taquito/beacon-wallet and re-installing them).

sbihel commented 2 years ago

Should be good now.