Skip to content

Commit

Permalink
skip check
Browse files Browse the repository at this point in the history
  • Loading branch information
dantaik committed May 17, 2024
1 parent 3875f45 commit 7899b24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit 7899b24

Please sign in to comment.