Closed LeoWangJ closed 1 year ago
same as LeoWangJ
there is no 'universal_url' for Tonhub but validation in tonconnect requires it
if (sseBridge) {
if (
!('url' in sseBridge) ||
!(sseBridge as { url: string }).url ||
!(value as { universal_url: string }).universal_url
) {
return false;
}
}
Thanks, we've reverted the last changes for now. Will merge Tonhub soon with correct config.
I'm using
@tonconnect/sdk@2.1.0
default walletsListSource (add tonhub wallets-list version ) occur this error previous version (not add tonhub) is working well