WalletConnectFlutterV2 icon indicating copy to clipboard operation
WalletConnectFlutterV2 copied to clipboard

BTC chain doesn't connect

Open AmjadKhan2k18 opened this issue 6 months ago • 11 comments

Describe the bug Hi, last time I tested bip122 it was able to connect and get address of BTC from Trustwallet but now it's not showing in list of Chains, I used same namespace and chainId from this issue to connect

if I change anything namespace or chainId TrustWallet doesn't show Connect popup at all but if it's correct one it's shows popup but missing BTC in chain list

Does something change in WalletConnect? I tried different chains SOL, COSMOS, TRON every chain is working only BTC doesn't work

My goal is just to connect and get address of BTC so I can transfer from Our App to Trustwallet

          'bip122': const RequiredNamespace(
            chains: [
              "bip122:000000000019d6689c085ae165831e93",
            ],
            methods: [],
            events: [],
          ),

To Reproduce Steps to reproduce the behavior: 1 : Try to connect Trustwallet with bip122

Expected behavior User should be able to connect BTC network and get address

Reproducible code

        `bip122': const RequiredNamespace(
            chains: [
              "bip122:000000000019d6689c085ae165831e93",
            ],
            methods: [],
            events: [],
          ),

Desktop (please complete the following information):

  • OS: Android/IOS

Smartphone (please complete the following information):

  • Device: Iphone X
  • OS: IOS 16.7.x
  • Browser Dapp

AmjadKhan2k18 avatar Aug 19 '24 18:08 AmjadKhan2k18