From 78be65a138a88c39480bb02e9b3db1b89f1b10e4 Mon Sep 17 00:00:00 2001 From: Bartosz Rozwarski Date: Fri, 1 Dec 2023 11:55:11 +0100 Subject: [PATCH] fix build --- Example/DApp/SceneDelegate.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Example/DApp/SceneDelegate.swift b/Example/DApp/SceneDelegate.swift index c08b15a8b..b9b49d56c 100644 --- a/Example/DApp/SceneDelegate.swift +++ b/Example/DApp/SceneDelegate.swift @@ -28,7 +28,6 @@ class SceneDelegate: UIResponder, UIWindowSceneDelegate { Web3Modal.configure( projectId: InputConfig.projectId, - chainId: Blockchain("eip155:1")!, metadata: metadata )