You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: `We've detected that you need to switch your wallet's network from <b>${networkName(
12
-
network
13
-
)}</b> to <b>${networkName(
14
-
appNetworkId
15
-
)} network</b> for this Dapp. <br><br> <i style="font-size: inherit; font-family: inherit;">*Some wallets may not support changing networks. If you can not change networks in your wallet you may consider switching to a different wallet.</i>`,
17
+
heading: heading||'You Must Change Networks',
18
+
description:
19
+
description||
20
+
`We've detected that you need to switch your wallet's network from <b>${networkName(
21
+
network
22
+
)}</b> to <b>${networkName(
23
+
appNetworkId
24
+
)} network</b> for this Dapp. <br><br> <i style="font-size: inherit; font-family: inherit;">*Some wallets may not support changing networks. If you can not change networks in your wallet you may consider switching to a different wallet.</i>`,
16
25
eventCode: 'networkFail',
17
26
button: {
18
27
onclick: ()=>{
@@ -21,9 +30,7 @@ function network(): WalletCheckModule | never {
0 commit comments