Skip to content

Commit e0c82dd

Browse files
authored
Merge pull request #1446 from scroll-tech/update-protocol
fix: update protocol
2 parents 7c51af0 + c99bdb6 commit e0c82dd

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/app/sessions/Protocols/protocolList.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,13 @@ const DECENTRALIZED_EXCHANGES_DATA: ProtocolData = {
7070
href: "https://syncswap.xyz/",
7171
upcoming: true,
7272
},
73+
{
74+
name: "Tempest",
75+
project: "Tempest",
76+
logoURL: "https://scroll-eco-list.netlify.app/logos/Tempest%20Finance.png",
77+
href: "https://app.tempestfinance.xyz/vaults",
78+
upcoming: true,
79+
},
7380
// {
7481
// name: "Vessel",
7582
// project: "Vessel",
@@ -171,13 +178,6 @@ const OTHERS_DATA: ProtocolData = {
171178
href: "https://www.rhomarkets.xyz/",
172179
upcoming: true,
173180
},
174-
{
175-
name: "Tempest",
176-
project: "Tempest",
177-
logoURL: "https://scroll-eco-list.netlify.app/logos/Tempest%20Finance.png",
178-
href: "https://app.tempestfinance.xyz/vaults",
179-
upcoming: true,
180-
},
181181
// {
182182
// name: "Tranchess",
183183
// project: "Tranchess",

0 commit comments

Comments
 (0)