Skip to content

Commit

Permalink
test ajout icone
Browse files Browse the repository at this point in the history
  • Loading branch information
JaunePomme committed Sep 28, 2024
1 parent f637bdf commit b8f452d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion src/components/tip/TipCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ export function TipCard() {
<h2 className="text-primary-500">Bridge Tokens with JaunesPommes Airline Warp Routes!</h2>
<div className="flex items-end justify-between">
<p className="mt-1 text-xs max-w-[75%]">
Attachez vos ceintures, nous entrons dans une zone de turbulence !
Attachez vos ceintures, nous entrons dans une zone de turbulence ! J'ai rajouté
Arbitrum-Base pour le token WETH. (c'est mon bridge hyperlane) Y'a déjà un tas de chains
par défaut et juste le token ezEth.
</p>
<a
href={links.github}
Expand Down
6 changes: 4 additions & 2 deletions src/consts/warpRoutes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ tokens: [{
decimals: 18,
name: "Wrapped Ether",
standard: "EvmHypCollateral",
symbol: "WETH"
symbol: "WETH",
logoURI: '/logos/weth.png',
},
{
addressOrDenom: "0x2dBFfbc5447A372DfD278704541652DA010498c1",
Expand All @@ -48,6 +49,7 @@ tokens: [{
decimals: 18,
name: "Wrapped Ether",
standard: "EvmHypSynthetic",
symbol: "WETH"
symbol: "WETH",
logoURI: '/logos/weth.png',
}]
options: {}
Binary file added src/images/logos/weth.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b8f452d

Please sign in to comment.