Skip to content

Commit 322b944

Browse files
sktbrdclaude
andcommitted
feat(swap): set popular tokens to GNARS, HIGHER, VVV, ETH on Base
Add Venice Token (VVV, 0xacfE6019Ed1A7Dc6f7B508C02d1b04ec88cC21bf) to the Base token list and reorder so the first 4 — which populate the picker's Popular chip row — are GNARS, HIGHER, VVV, ETH. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 31a11e9 commit 322b944

1 file changed

Lines changed: 22 additions & 14 deletions

File tree

src/app/swap/chains.ts

Lines changed: 22 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,29 @@ export const SWAP_CHAINS: readonly SwapChain[] = [
4747
shortName: "Base",
4848
thirdwebChain: thirdwebBase,
4949
defaults: { sell: "ETH", buy: "GNARS" },
50+
// First 4 tokens appear in the "Popular" chip row of the token picker.
5051
tokens: [
52+
{
53+
symbol: "GNARS",
54+
name: "Gnars",
55+
address: DAO_ADDRESSES.gnarsErc20 as `0x${string}`,
56+
decimals: 18,
57+
logo: "/gnars.webp",
58+
},
59+
{
60+
symbol: "HIGHER",
61+
name: "Higher",
62+
address: "0x0578d8a44db98b23bf096a382e016e29a5ce0ffe",
63+
decimals: 18,
64+
logo: "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/base/assets/0x0578d8A44db98B23BF096A382e016e29a5Ce0ffe/logo.png",
65+
},
66+
{
67+
symbol: "VVV",
68+
name: "Venice Token",
69+
address: "0xacfE6019Ed1A7Dc6f7B508C02d1b04ec88cC21bf",
70+
decimals: 18,
71+
logo: "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/base/assets/0xacfE6019Ed1A7Dc6f7B508C02d1b04ec88cC21bf/logo.png",
72+
},
5173
ETH_NATIVE,
5274
{
5375
symbol: "WETH",
@@ -63,27 +85,13 @@ export const SWAP_CHAINS: readonly SwapChain[] = [
6385
decimals: 6,
6486
logo: USDC_LOGO,
6587
},
66-
{
67-
symbol: "GNARS",
68-
name: "Gnars",
69-
address: DAO_ADDRESSES.gnarsErc20 as `0x${string}`,
70-
decimals: 18,
71-
logo: "/gnars.webp",
72-
},
7388
{
7489
symbol: "DEGEN",
7590
name: "Degen",
7691
address: "0x4ed4e862860bed51a9570b96d89af5e1b0efefed",
7792
decimals: 18,
7893
logo: "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/base/assets/0x4ed4E862860beD51a9570b96d89aF5E1B0Efefed/logo.png",
7994
},
80-
{
81-
symbol: "HIGHER",
82-
name: "Higher",
83-
address: "0x0578d8a44db98b23bf096a382e016e29a5ce0ffe",
84-
decimals: 18,
85-
logo: "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/base/assets/0x0578d8A44db98B23BF096A382e016e29a5Ce0ffe/logo.png",
86-
},
8795
],
8896
},
8997
{

0 commit comments

Comments
 (0)