Skip to content

Commit 5fd9077

Browse files
committed
feat(swap): default the Base pair to ETH × MOR
Set the Base chain's default swap pair to ETH → MOR (Morpheus AI on Base, 0x7431aDa8a591C955a994a21710752EF9b882b8e3, 18 decimals) and add MOR to the Base token list (surfaced in the Popular row). Base has MOR/WETH liquidity, so the pair quotes out of the box.
1 parent 5b5cbf4 commit 5fd9077

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

src/app/[locale]/swap/chains.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export const SWAP_CHAINS: readonly SwapChain[] = [
4646
name: "Base",
4747
shortName: "Base",
4848
thirdwebChain: thirdwebBase,
49-
defaults: { sell: "ETH", buy: "GNARS" },
49+
defaults: { sell: "ETH", buy: "MOR" },
5050
// First 4 tokens appear in the "Popular" chip row of the token picker.
5151
tokens: [
5252
{
@@ -56,6 +56,13 @@ export const SWAP_CHAINS: readonly SwapChain[] = [
5656
decimals: 18,
5757
logo: "/gnars.webp",
5858
},
59+
{
60+
symbol: "MOR",
61+
name: "Morpheus AI",
62+
address: "0x7431aDa8a591C955a994a21710752EF9b882b8e3",
63+
decimals: 18,
64+
logo: "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/base/assets/0x7431aDa8a591C955a994a21710752EF9b882b8e3/logo.png",
65+
},
5966
{
6067
symbol: "HIGHER",
6168
name: "Higher",

0 commit comments

Comments
 (0)