We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 016d186 + db8b1af commit 5225838Copy full SHA for 5225838
src/helpers/mapTargetUrlToNetworkId.ts
@@ -14,12 +14,18 @@ export function mapTargetUrlToNetworkId(target: string): constants.NetworkName {
14
if (origin.includes("hydrogen")) {
15
return Network.SN_SEPOLIA
16
}
17
+ if (origin.includes("sepolia-web.staging")) {
18
+ return Network.SN_SEPOLIA
19
+ }
20
if (origin.includes("staging")) {
21
return Network.SN_MAIN
22
23
if (origin.includes("dev")) {
24
25
26
+ if (origin.includes("sepolia-web.argent.xyz")) {
27
28
29
if (origin.includes("argent.xyz")) {
30
31
0 commit comments