diff --git a/App/iOS/Delegates/AppDelegate.swift b/App/iOS/Delegates/AppDelegate.swift index 02e70321d2c7..12f9539d1148 100644 --- a/App/iOS/Delegates/AppDelegate.swift +++ b/App/iOS/Delegates/AppDelegate.swift @@ -27,6 +27,7 @@ import BraveTalk #endif import Onboarding import os +import BraveWallet extension AppDelegate { // A model that is passed used in every scene @@ -418,10 +419,10 @@ class AppDelegate: UIResponder, UIApplicationDelegate { (SessionRestoreHandler.path, SessionRestoreHandler()), (ErrorPageHandler.path, ErrorPageHandler()), (ReaderModeHandler.path, ReaderModeHandler(profile: profile)), - (SNSDomainHandler.path, SNSDomainHandler()), - (IPFSSchemeHandler.path, IPFSSchemeHandler()) + (IPFSSchemeHandler.path, IPFSSchemeHandler()), + (Web3DomainHandler.path, Web3DomainHandler()) ] - + responders.forEach { (path, responder) in InternalSchemeHandler.responders[path] = responder } diff --git a/Package.swift b/Package.swift index e1db954617a9..83b009b0dc75 100644 --- a/Package.swift +++ b/Package.swift @@ -368,7 +368,7 @@ var braveTarget: PackageDescription.Target = .target( .copy("Assets/Interstitial Pages/Pages/CertificateError.html"), .copy("Assets/Interstitial Pages/Pages/GenericError.html"), .copy("Assets/Interstitial Pages/Pages/NetworkError.html"), - .copy("Assets/Interstitial Pages/Pages/SNSDomain.html"), + .copy("Assets/Interstitial Pages/Pages/Web3Domain.html"), .copy("Assets/Interstitial Pages/Pages/IPFSPreference.html"), .copy("Assets/Interstitial Pages/Images/Carret.png"), .copy("Assets/Interstitial Pages/Images/Clock.svg"), @@ -383,7 +383,7 @@ var braveTarget: PackageDescription.Target = .target( .copy("Assets/Interstitial Pages/Styles/CertificateError.css"), .copy("Assets/Interstitial Pages/Styles/InterstitialStyles.css"), .copy("Assets/Interstitial Pages/Styles/NetworkError.css"), - .copy("Assets/Interstitial Pages/Styles/SNSDomain.css"), + .copy("Assets/Interstitial Pages/Styles/Web3Domain.css"), .copy("Assets/Interstitial Pages/Styles/IPFSPreference.css"), .copy("Assets/SearchPlugins"), .copy("Frontend/Reader/Reader.css"), diff --git a/Sources/Brave/Assets/Interstitial Pages/Pages/SNSDomain.html b/Sources/Brave/Assets/Interstitial Pages/Pages/Web3Domain.html similarity index 73% rename from Sources/Brave/Assets/Interstitial Pages/Pages/SNSDomain.html rename to Sources/Brave/Assets/Interstitial Pages/Pages/Web3Domain.html index 42a118ab22e1..fd573968701f 100644 --- a/Sources/Brave/Assets/Interstitial Pages/Pages/SNSDomain.html +++ b/Sources/Brave/Assets/Interstitial Pages/Pages/Web3Domain.html @@ -10,7 +10,7 @@