Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(bridge-ui): suggest stable coin message change #17224

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

$: wrappedAssetWarning = $t('bridge.alerts.wrapped_eth');

$: stableCoinWarning = $t('bridge.alerts.stable_coin');
$: stableCoinWarning = $t('bridge.alerts.usdc_token');

$: if (wrapped || unsupportedStableCoin) {
needsManualConfirmation = true;
Expand Down
2 changes: 1 addition & 1 deletion packages/bridge-ui/src/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"alerts": {
"slow_bridging": "Please note: Bridging to L1 will take around 24hrs!",
"stable_coin": "You are bridging a stable coin. Currently we are not supporting a native 1:1 conversion. Please use the <a href=\"https://stargate.finance/transfer\" class=\"link\">Stargate Bridge</a> instead. Your bridged asset might not be of any use.",
"usdc_token": "You are bridging USDC. If you would like to participate in our XXX campaign (link), please use the <a href=\"https://stargate.finance/transfer\" class=\"link\">Stargate Bridge</a> instead.",
"wrapped_eth": "You are bridging wrapped ETH. Please be aware that un-wrapping will only work on the original chain of the token, <span class=\"font-bold\">NOT</span> on the destination."
},
"button": {
Expand Down