Skip to content

Commit

Permalink
Bump w3m and include sample wallet in customWallets
Browse files Browse the repository at this point in the history
  • Loading branch information
radeknovis committed Jan 29, 2024
1 parent 320abfa commit e51db10
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion Example/DApp/SceneDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,17 @@ class SceneDelegate: UIResponder, UIWindowSceneDelegate {

Web3Modal.configure(
projectId: InputConfig.projectId,
metadata: metadata
metadata: metadata,
customWallets: [
.init(
id: "swift-sample",
name: "Swift Sample Wallet",
homepage: "https://walletconnect.com/",
imageUrl: "https://avatars.githubusercontent.com/u/37784886?s=200&v=4",
order: 1,
mobileLink: "walletapp://"
)
]
)

Sign.instance.logsPublisher.sink { log in
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,8 @@
"repositoryURL": "https://github.com/WalletConnect/web3modal-swift",
"state": {
"branch": null,
"revision": "e84a07662d71721de4d0ccb2d3bb28fd993dd108",
"version": "1.0.14"
"revision": "296b2b72c116807a862e4c08ecf0a78ff044f87a",
"version": "1.0.16"
}
}
]
Expand Down

0 comments on commit e51db10

Please sign in to comment.