capsule-corp-ternoa / ternoa-wallet

2 stars 4 forks source link

Error -32601 : Method not found #6

Closed KeotiseuF closed 6 months ago

KeotiseuF commented 6 months ago

I have this error : image

When I try to connect, If i click for display the Qr code, the error display. I've this error since 1 week before it was ok.

And If I change of chain it's work.

My code for the connexion :

TERNOA_CHAIN=ternoa:18bcdb75a0bba577b084878db2dc2546

const requiredNamespaces = { ternoa: { chains: [TERNOA_CHAIN], events: ["event_test"], // events that we will use, each project implements events according to the business logic methods: ["sign_message"], // methods that we will use, each project implements methods according to the business logic }, };