From 5a92b97a3e7849c072a1634c52d7c76e7f1895e6 Mon Sep 17 00:00:00 2001 From: Alfreedom <00tango.bromine@icloud.com> Date: Tue, 27 Aug 2024 11:16:57 +0200 Subject: [PATCH 1/2] Added Flutter Internal wallet so testers can test Link Mode --- Example/DApp/SceneDelegate.swift | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/Example/DApp/SceneDelegate.swift b/Example/DApp/SceneDelegate.swift index 448c3bd66..e0b717820 100644 --- a/Example/DApp/SceneDelegate.swift +++ b/Example/DApp/SceneDelegate.swift @@ -129,13 +129,22 @@ class SceneDelegate: UIResponder, UIWindowSceneDelegate { ), .init( id: "flutter-sample", - name: "Flutter Sample Wallet", + name: "FL Sample Wallet", homepage: "https://walletconnect.com/", imageUrl: "https://avatars.githubusercontent.com/u/37784886?s=200&v=4", order: 1, mobileLink: "wcflutterwallet://", linkMode: "https://lab.web3modal.com/walletkit_flutter" ), + .init( + id: "flutter-sample-internal", + name: "FL Sample Wallet (internal)", + homepage: "https://walletconnect.com/", + imageUrl: "https://avatars.githubusercontent.com/u/37784886?s=200&v=4", + order: 1, + mobileLink: "wcflutterwallet-internal://", + linkMode: "https://dev.lab.web3modal.com/flutter_walletkit_internal" + ), ] ) From 661b295c62b2acd28060e6ad60d6b5847d943254 Mon Sep 17 00:00:00 2001 From: Alfreedom <00tango.bromine@icloud.com> Date: Wed, 28 Aug 2024 11:13:19 +0200 Subject: [PATCH 2/2] Removed production wallet --- Example/DApp/SceneDelegate.swift | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Example/DApp/SceneDelegate.swift b/Example/DApp/SceneDelegate.swift index e0b717820..185793b3a 100644 --- a/Example/DApp/SceneDelegate.swift +++ b/Example/DApp/SceneDelegate.swift @@ -127,15 +127,6 @@ class SceneDelegate: UIResponder, UIWindowSceneDelegate { mobileLink: "rn-web3wallet://", linkMode: "https://lab.web3modal.com/rn_walletkit" ), - .init( - id: "flutter-sample", - name: "FL Sample Wallet", - homepage: "https://walletconnect.com/", - imageUrl: "https://avatars.githubusercontent.com/u/37784886?s=200&v=4", - order: 1, - mobileLink: "wcflutterwallet://", - linkMode: "https://lab.web3modal.com/walletkit_flutter" - ), .init( id: "flutter-sample-internal", name: "FL Sample Wallet (internal)",