Mauricio
Mauricio
> Hi. Looks like you want walletconnect functionality. > > There is no such feature yet. I'd be more than happy to merge a PR adding this feature, it seems...
Hey sorry for the late reply. Currently I don't have this implemented but I will try to add this feature soon.
Hey, sorry for the late reply. What parameter are you trying to change? If you want to modify it you could fork it and change it yourself, or you can...
Thanks for the question and the reply. @Eunno-An Could you give us an example so maybe I could add it to the package? @thandang We are using WalletConnect V1 so...
> @thandang @maurovz Sorry for checking late.My solution is simple. > > I will introduce LoginView first. > > ```swift > @AppStorage("walletAddress") var address: String = UserDefaults.standard.string(forKey: "walletAddress") ?? ""...
> Another Strategy is Using **AWS Cognito** service. You can use wallet address to nickname that cannot be duplicated. > > Thank you I'd prefer people are not dependant on...
For those wondering: to install this using Cocoapods add _pod 'EFSweetAlert'_ to your Podfile. [Edit] Just to follow up in my comment. This installs but it doesn't work like when...
Did you find a way to implement this?
Same... `https://safe-walletconnect.gnosis.io/` returns a 404 error: `{"statusCode":404,"error":"Not Found","message":"Not Found"}`
Looks like a problem with the bridge. Try replacing `https://safe-walletconnect.gnosis.io/` with `https://bridge.walletconnect.org/` That worked for me at least...