Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
* development:
  typo in comments
  MOB-2056 - Rename UW (#577)
  Polygon is not required now (for MM connectivity) (#576)
  • Loading branch information
rommex committed Jun 7, 2024
2 parents 2b0fdaa + fdb6099 commit ac7a0fb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ extension FB_UD_MPC.MPCConnectionService: FB_UD_MPC.WalletAuthTokenProvider {
currentDeviceId: deviceId)
}

// All tokens has expired. Need to go through the bootstrap process from the beginning.
// All tokens have expired. Need to go through the bootstrap process from the beginning.
await didExpireTokenWith(deviceId: deviceId)
throw MPCConnectionServiceError.tokensExpired
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1092,7 +1092,7 @@ extension WalletConnectServiceV2 {
"eip155": ProposalNamespace(
chains: [
Blockchain("eip155:1")!,
Blockchain("eip155:137")!,
// Blockchain("eip155:137")!,
],
methods: [
"eth_sendTransaction",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1114,11 +1114,11 @@ More tabs are coming in the next updates.";
"CHOOSE_ADDRESS_TO_SHARE" = "Choose address to share";
"USE_DOMAIN_NAME_INSTEAD_OF_ADDRESS" = "Use your domain name instead of long wallet addresses in supported apps";
"COPY_OR_SHARE_WALLET_ADDRESS" = "Copy or share wallet addresses to request crypto or Unstoppable domains";
"MPC_PRODUCT_NAME" = "Unstoppable Wallet";
"MPC_PRODUCT_NAME" = "Unstoppable Lite Wallet";
"MPC_WRONG_VERIFICATION_CODE_MESSAGE" = "You’ve entered wrong verification code";
"MPC_WRONG_PASSWORD_MESSAGE" = "You’ve entered wrong password for %@";
"CHANGE" = "Change";
"RE_IMPORT_MPC_WALLET_PROMPT_TITLE" = "Please re-import your Unstoppable Wallet %@";
"RE_IMPORT_MPC_WALLET_PROMPT_TITLE" = "Please re-import your Unstoppable Lite Wallet %@";
"RE_IMPORT_MPC_WALLET_PROMPT_SUBTITLE" = "Periodically %@ must be re-imported. This design enhances security and ensures the protection of assets in your wallet.";
"RE_IMPORT_WALLET" = "Re-import wallet";
"REMOVE_MPC_WALLET_PULL_UP_TITLE" = "Are you sure you want to remove your %@?";
Expand Down

0 comments on commit ac7a0fb

Please sign in to comment.