Skip to content

Commit 68e47d7

Browse files
committed
fix: fixes for EIP-712 injection
1 parent e7eada5 commit 68e47d7

File tree

15 files changed

+62
-33
lines changed

15 files changed

+62
-33
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "liquality-wallet",
3-
"version": "0.83.7",
3+
"version": "0.83.8",
44
"private": true,
55
"author": "Liquality <info@liquality.io>",
66
"scripts": {

src/locales/cb/pages.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,9 @@
222222
"signTransaction": "Pirmahi ang Transaksyon",
223223
"requestToSign": "Paghangyo sa Pagpirma",
224224
"request": "Request",
225-
"chainIdErrorNetwork": "This site %{origin} is requesting a signature for the network %{network}",
226-
"chainIdErrorRequestedChainId": "Requested chainId %{chainId}",
225+
"chainIdErrorNetwork": "This site %{origin} is requesting a signature for the network: %{network}",
226+
"chainIdErrorApprovedChain": "You connected to this dapp, using this other network: %{network}",
227+
"chainIdErrorRequestedChainId": "Requested chainId: %{chainId}",
227228
"chainIdErrorRequestedAsset": "Requested asset: %{asset}"
228229
},
229230
"send": {

src/locales/cb/whats_new.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"page": "1",
44
"title": "What's New?",
55
"content": [
6-
"Fixes for Thorchain cross-chain Swaps (ETH<=>BTC)"
6+
"Fixes for Thorchain cross-chain Swaps (ETH<=>BTC)",
7+
"Warning for non compliant EIP-712 injection request"
78
]
89
},
910
{

src/locales/en/pages.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,9 @@
222222
"signTransaction": "Sign Transaction",
223223
"requestToSign": "Request to Sign",
224224
"request": "Request",
225-
"chainIdErrorNetwork": "This site %{origin} is requesting a signature for the network %{network}",
226-
"chainIdErrorRequestedChainId": "Requested chainId %{chainId}",
225+
"chainIdErrorNetwork": "This site %{origin} is requesting a signature for the network: %{network}",
226+
"chainIdErrorApprovedChain": "You connected to this dapp, using this other network: %{network}",
227+
"chainIdErrorRequestedChainId": "Requested chainId: %{chainId}",
227228
"chainIdErrorRequestedAsset": "Requested asset: %{asset}"
228229
},
229230
"send": {

src/locales/en/whats_new.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"page": "1",
44
"title": "What's New?",
55
"content": [
6-
"Fixes for Thorchain cross-chain Swaps (ETH<=>BTC)"
6+
"Fixes for Thorchain cross-chain Swaps (ETH<=>BTC)",
7+
"Warning for non compliant EIP-712 injection request"
78
]
89
},
910
{

src/locales/es/pages.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,9 @@
222222
"signTransaction": "Firmar Transacción",
223223
"requestToSign": "Solicitud de Firma",
224224
"request": "Solicitud",
225-
"chainIdErrorNetwork": "This site %{origin} is requesting a signature for the network %{network}",
226-
"chainIdErrorRequestedChainId": "Requested chainId %{chainId}",
225+
"chainIdErrorNetwork": "This site %{origin} is requesting a signature for the network: %{network}",
226+
"chainIdErrorApprovedChain": "You connected to this dapp, using this other network: %{network}",
227+
"chainIdErrorRequestedChainId": "Requested chainId: %{chainId}",
227228
"chainIdErrorRequestedAsset": "Requested asset: %{asset}"
228229
},
229230
"send": {

src/locales/es/whats_new.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"page": "1",
44
"title": "What's New?",
55
"content": [
6-
"Fixes for Thorchain cross-chain Swaps (ETH<=>BTC)"
6+
"Fixes for Thorchain cross-chain Swaps (ETH<=>BTC)",
7+
"Warning for non compliant EIP-712 injection request"
78
]
89
},
910
{

src/locales/ph/pages.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,9 @@
222222
"signTransaction": "I-sign ang Transaksyon",
223223
"requestToSign": "Kahilingan na Pumirma",
224224
"request": "Kahilingan",
225-
"chainIdErrorNetwork": "This site %{origin} is requesting a signature for the network %{network}",
226-
"chainIdErrorRequestedChainId": "Requested chainId %{chainId}",
225+
"chainIdErrorNetwork": "This site %{origin} is requesting a signature for the network: %{network}",
226+
"chainIdErrorApprovedChain": "You connected to this dapp, using this other network: %{network}",
227+
"chainIdErrorRequestedChainId": "Requested chainId: %{chainId}",
227228
"chainIdErrorRequestedAsset": "Requested asset: %{asset}"
228229
},
229230
"send": {

src/locales/ph/whats_new.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"page": "1",
44
"title": "What's New?",
55
"content": [
6-
"Fixes for Thorchain cross-chain Swaps (ETH<=>BTC)"
6+
"Fixes for Thorchain cross-chain Swaps (ETH<=>BTC)",
7+
"Warning for non compliant EIP-712 injection request"
78
]
89
},
910
{

src/locales/pt/pages.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,9 @@
222222
"signTransaction": "Assinar Transação",
223223
"requestToSign": "Solicitação para Assinar",
224224
"request": "Solicitar",
225-
"chainIdErrorNetwork": "This site %{origin} is requesting a signature for the network %{network}",
226-
"chainIdErrorRequestedChainId": "Requested chainId %{chainId}",
225+
"chainIdErrorNetwork": "This site %{origin} is requesting a signature for the network: %{network}",
226+
"chainIdErrorApprovedChain": "You connected to this dapp, using this other network: %{network}",
227+
"chainIdErrorRequestedChainId": "Requested chainId: %{chainId}",
227228
"chainIdErrorRequestedAsset": "Requested asset: %{asset}"
228229
},
229230
"send": {

0 commit comments

Comments
 (0)