Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:WalletConnect/WalletConnectSwift…
Browse files Browse the repository at this point in the history
…V2 into requests-life-cycle
  • Loading branch information
llbartekll committed Aug 29, 2024
2 parents 1b45c8f + 1c6d24d commit ba5a8a4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Example/DApp/SceneDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -128,13 +128,13 @@ class SceneDelegate: UIResponder, UIWindowSceneDelegate {
linkMode: "https://lab.web3modal.com/rn_walletkit"
),
.init(
id: "flutter-sample",
name: "Flutter Sample Wallet",
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://",
linkMode: "https://lab.web3modal.com/walletkit_flutter"
mobileLink: "wcflutterwallet-internal://",
linkMode: "https://dev.lab.web3modal.com/flutter_walletkit_internal"
),
]
)
Expand Down

0 comments on commit ba5a8a4

Please sign in to comment.