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
},
};
I have this error :
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 }, };