Merge pull request #237 from hyperlane-xyz/revert-236-trevor/ezeth-tip

Revert "tip box with info about issues"
pull/262/head
Nam Chu Hoai 2 months ago committed by GitHub
commit 3d9bdabb86
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 7
      src/components/tip/TipCard.tsx
  2. 2
      src/consts/config.ts

@ -13,13 +13,14 @@ export function TipCard() {
if (!show) return null;
return (
<Card className="w-100 sm:w-[31rem]">
<h2 className="text-blue-500 sm:text-lg">Important Notice</h2>
<h2 className="text-blue-500 sm:text-lg">Bridge Tokens with Hyperlane Warp Routes!</h2>
<div className="flex items-end justify-between">
<p className="mt-1 text-xs sm:text-sm max-w-[70%]">
Update as of Saturday August 31, 4:00PM UTC:<br/>There are currently issues bridging from Redstone, Zetachain, and Fraxtal. This is expected to be resolved in a few hours.<br/>Any in-flight transfers are safe and will be delivered after the issue has been resolved.
Warp Routes make it easy to permissionlessly take your tokens interchain. Fork this
template to get started!
</p>
<a
href={links.discord}
href={links.github}
target="_blank"
rel="noopener noreferrer"
className="ml-2 px-3 py-1.5 flex items-center bg-gray-100 hover:bg-gray-200 active:bg-gray-300 text-xs sm:text-sm text-blue-500 rounded-full transition-all"

@ -27,7 +27,7 @@ export const config: Config = Object.freeze({
version,
registryUrl,
explorerApiKeys,
showTipBox: true,
showTipBox: false,
showDisabledTokens: true,
walletConnectProjectId,
withdrawalWhitelist,

Loading…
Cancel
Save