Before Width: | Height: | Size: 5.4 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 29 KiB |
Before Width: | Height: | Size: 5.0 KiB After Width: | Height: | Size: 8.0 KiB |
Before Width: | Height: | Size: 278 B |
After Width: | Height: | Size: 111 KiB |
Before Width: | Height: | Size: 760 B After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 195 KiB |
Before Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 7.5 KiB |
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 7.2 KiB |
After Width: | Height: | Size: 7.8 KiB |
After Width: | Height: | Size: 16 KiB |
After Width: | Height: | Size: 5.0 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 3.4 KiB |
@ -1,3 +1,3 @@ |
||||
export const APP_NAME = 'Hyperlane Warp UI Template'; |
||||
export const APP_DESCRIPTION = 'A DApp for Hyperlane Warp Route transfers'; |
||||
export const APP_URL = 'hyperlane-warp-template.vercel.app'; |
||||
export const APP_NAME = 'Injective Token Bridge'; |
||||
export const APP_DESCRIPTION = 'A token bridge for Injective powered by Hyperlane'; |
||||
export const APP_URL = 'https://injective.com'; |
||||
|
@ -1,11 +1,14 @@ |
||||
export const links = { |
||||
home: 'https://www.hyperlane.xyz', |
||||
home: 'https://injective.com', |
||||
explorerInj: 'https://explorer.injective.network', |
||||
explorerInEvm: 'https://inevm.calderaexplorer.xyz', |
||||
explorer: 'https://explorer.hyperlane.xyz', |
||||
discord: 'https://discord.gg/VK9ZUy3aTV', |
||||
github: 'https://github.com/hyperlane-xyz/hyperlane-warp-ui-template', |
||||
docs: 'https://docs.hyperlane.xyz', |
||||
about: 'https://www.hyperlane.xyz', |
||||
support: 'https://discord.gg/hyperlane', |
||||
gasDocs: 'https://docs.hyperlane.xyz/docs/reference/hooks/interchain-gas', |
||||
chains: 'https://docs.hyperlane.xyz/docs/resources/domains', |
||||
discord: 'https://discord.gg/hyperlane', |
||||
github: 'https://github.com/hyperlane-xyz/hyperlane-warp-ui-template', |
||||
twitter: 'https://twitter.com/hyperlane_xyz', |
||||
blog: 'https://medium.com/hyperlane', |
||||
}; |
||||
|
@ -1,26 +1,12 @@ |
||||
import { WideChevron } from '@hyperlane-xyz/widgets'; |
||||
|
||||
import { Card } from '../../components/layout/Card'; |
||||
import { getWarpContext } from '../../context/context'; |
||||
import { Color } from '../../styles/Color'; |
||||
|
||||
import { TransferTokenForm } from './TransferTokenForm'; |
||||
|
||||
export function TransferTokenCard() { |
||||
return ( |
||||
<Card className="w-100 sm:w-[31rem]"> |
||||
<> |
||||
<div className="absolute left-0 right-0 -top-36 xs:-top-[6.5rem] flex justify-center overflow-hidden z-10"> |
||||
<WideChevron |
||||
direction="s" |
||||
height="100%" |
||||
width="100" |
||||
rounded={true} |
||||
color={Color.primaryBlue} |
||||
/> |
||||
</div> |
||||
<TransferTokenForm tokenRoutes={getWarpContext().routes} /> |
||||
</> |
||||
<TransferTokenForm tokenRoutes={getWarpContext().routes} /> |
||||
</Card> |
||||
); |
||||
} |
||||
|
Before Width: | Height: | Size: 583 B After Width: | Height: | Size: 583 B |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 3.3 KiB |