From 2cc6eb3b6e67899ed7cb144e2070884e0fd84aeb Mon Sep 17 00:00:00 2001 From: Noah Litvin <335975+noahlitvin@users.noreply.github.com> Date: Mon, 16 Oct 2023 17:48:59 -0400 Subject: [PATCH] add v3 dapps (#29) --- config.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/config.json b/config.json index d40fbe3..af41142 100644 --- a/config.json +++ b/config.json @@ -6,6 +6,18 @@ "icon": "https://synthetixio.github.io/synthetix-node/src/kwenta.svg", "ens": "kwenta.eth" }, + { + "id": "lp", + "label": "Liquidity V3", + "icon": "https://synthetixio.github.io/synthetix-node/src/synthetix.svg", + "ens": "liquidity.synthetix.eth" + }, + { + "id": "gov", + "label": "Governance", + "icon": "https://synthetixio.github.io/synthetix-node/src/synthetix.svg", + "ens": "governance.synthetix.eth" + }, { "id": "staking", "label": "Staking V2",