diff --git a/package.json b/package.json index 55d8d340225..96e820f7507 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "@rabby-wallet/gnosis-sdk": "1.3.6", "@rabby-wallet/page-provider": "0.3.5", "@rabby-wallet/rabby-api": "0.7.23", - "@rabby-wallet/rabby-security-engine": "2.0.4-beta.0", + "@rabby-wallet/rabby-security-engine": "2.0.4", "@rabby-wallet/rabby-swap": "0.0.38", "@rabby-wallet/widgets": "1.0.9", "@rematch/core": "2.2.0", diff --git a/src/ui/views/Approval/components/Actions/components/ViewMorePopup/NFTSpenderPopup.tsx b/src/ui/views/Approval/components/Actions/components/ViewMorePopup/NFTSpenderPopup.tsx index fa15b28d3a9..8c22a0a24c6 100644 --- a/src/ui/views/Approval/components/Actions/components/ViewMorePopup/NFTSpenderPopup.tsx +++ b/src/ui/views/Approval/components/Actions/components/ViewMorePopup/NFTSpenderPopup.tsx @@ -84,7 +84,7 @@ export const NFTSpenderPopup: React.FC = ({ data }) => { - {/* + {t('page.signTx.trustValue')} @@ -95,7 +95,7 @@ export const NFTSpenderPopup: React.FC = ({ data }) => { )} - */} + {t('page.signTx.popularity')} diff --git a/src/ui/views/Approval/components/Actions/components/ViewMorePopup/SpenderPopup.tsx b/src/ui/views/Approval/components/Actions/components/ViewMorePopup/SpenderPopup.tsx index 20532e9f09e..1797dbc8cef 100644 --- a/src/ui/views/Approval/components/Actions/components/ViewMorePopup/SpenderPopup.tsx +++ b/src/ui/views/Approval/components/Actions/components/ViewMorePopup/SpenderPopup.tsx @@ -84,7 +84,7 @@ export const SpenderPopup: React.FC = ({ data }) => { - {/* + {t('page.signTx.trustValue')} @@ -95,7 +95,7 @@ export const SpenderPopup: React.FC = ({ data }) => { )} - */} + {t('page.signTx.popularity')} diff --git a/yarn.lock b/yarn.lock index 59dc8d6bcf6..4a1186669f0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4741,10 +4741,10 @@ lodash "^4.17.21" qss "^2.0.3" -"@rabby-wallet/rabby-security-engine@2.0.4-beta.0": - version "2.0.4-beta.0" - resolved "https://registry.yarnpkg.com/@rabby-wallet/rabby-security-engine/-/rabby-security-engine-2.0.4-beta.0.tgz#b3e4510d808ff78336e9fa69c43200593ea4532b" - integrity sha512-aXbwTjENvQQ/RvZBl/8S0kq9tAGlx+TZVzTQBeOxl+KMeA6/2XNKcqVCQo+jXHSxQ9SPHUWwwzuK37Wi8gk22Q== +"@rabby-wallet/rabby-security-engine@2.0.4": + version "2.0.4" + resolved "https://registry.yarnpkg.com/@rabby-wallet/rabby-security-engine/-/rabby-security-engine-2.0.4.tgz#015987dd768ad7373a497d21f5ccd9f341511541" + integrity sha512-tr+i2ifx/gqElZoDQ8zs72OlFjwaZL7/AcErYSLncOJkvW7+/3+p7byR1JAhTJPSMro7tGBVLR9c5+YENgpZZw== "@rabby-wallet/rabby-sign@^0.3.3": version "0.3.3"