chore: update tooltips for asset limits (#1733)
This commit is contained in:
parent
29e6bc8375
commit
cb92a30015
@ -103,7 +103,7 @@ export const rows: Rows = [
|
|||||||
key: AssetDetail.WITHDRAWAL_THRESHOLD,
|
key: AssetDetail.WITHDRAWAL_THRESHOLD,
|
||||||
label: t('Withdrawal threshold'),
|
label: t('Withdrawal threshold'),
|
||||||
tooltip: t(
|
tooltip: t(
|
||||||
'The maximum allowed per withdrawal. Note: this is a temporary measure for restricted mainnet'
|
'The maximum you can withdraw instantly. There’s no limit on the size of a withdrawal, but all withdrawals over the threshold will have a delay time added to them'
|
||||||
),
|
),
|
||||||
value: (asset) =>
|
value: (asset) =>
|
||||||
num(asset, (asset.source as Schema.ERC20).withdrawThreshold),
|
num(asset, (asset.source as Schema.ERC20).withdrawThreshold),
|
||||||
@ -112,7 +112,7 @@ export const rows: Rows = [
|
|||||||
key: AssetDetail.LIFETIME_LIMIT,
|
key: AssetDetail.LIFETIME_LIMIT,
|
||||||
label: t('Lifetime limit'),
|
label: t('Lifetime limit'),
|
||||||
tooltip: t(
|
tooltip: t(
|
||||||
'The lifetime deposit limit per address. Note: this is a temporary measure for restricted mainnet'
|
'The lifetime deposit limit per address. Note: this is a temporary measure that can be changed or removed through governance'
|
||||||
),
|
),
|
||||||
value: (asset) => num(asset, (asset.source as Schema.ERC20).lifetimeLimit),
|
value: (asset) => num(asset, (asset.source as Schema.ERC20).lifetimeLimit),
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user