Skip to content

Commit 8af31cd

Browse files
committed
add ref link + fix
1 parent ddd94b4 commit 8af31cd

File tree

2 files changed

+26
-25
lines changed

2 files changed

+26
-25
lines changed

defi/src/protocols/data4.ts

Lines changed: 2 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -33004,7 +33004,8 @@ const data4: Protocol[] = [
3300433004
name: "OPINION",
3300533005
address: null,
3300633006
symbol: "-",
33007-
url: "https://app.opinion.trade",
33007+
url: "https://app.opinion.trade?code=hV0KVj",
33008+
referralUrl: "https://app.opinion.trade?code=hV0KVj",
3300833009
description: "Opinion is building a prediction exchange that enables direct trading of macroeconomic data, predictions, and news as standardized assets, leveraging proprietary on-chain infrastructure, AI Oracle, and trading tools to create new opportunities for retail users, institutions, and global decision makers in democratizing economic insights and risk management.",
3300933010
chain: "Binance",
3301033011
logo: `${baseIconsUrl}/opinion.jpg`,
@@ -33697,30 +33698,6 @@ const data4: Protocol[] = [
3369733698
derivatives: "bullpenfi-perps"
3369833699
}
3369933700
},
33700-
{
33701-
id: "6956",
33702-
name: "Infinex",
33703-
address: null,
33704-
symbol: "-",
33705-
url: "https://infinex.xyz/",
33706-
description: "The most CEX-like trading experience onchain. Powered by Hyperliquid.",
33707-
chain: "Hyperliquid L1",
33708-
logo: `${baseIconsUrl}/infinex.jpg`,
33709-
audits: "0",
33710-
audit_note: null,
33711-
gecko_id: null,
33712-
cmcId: null,
33713-
category: "Interface",
33714-
chains: ["Hyperliquid L1"],
33715-
forkedFromIds: [],
33716-
audit_links: [],
33717-
module: "dummy.js",
33718-
twitter: "infinex",
33719-
dimensions: {
33720-
fees: "infinex-perps",
33721-
derivatives: "infinex-perps"
33722-
}
33723-
},
3372433701
// Please don't add new listings here; please use data5.ts
3372533702
];
3372633703
export default data4;

defi/src/protocols/data5.ts

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,30 @@ import type { Protocol } from "./types";
4141
`chains` is not used by the current code, but good to fill it out because it is used in our test to detect errors
4242
*/
4343
const data5: Protocol[] = [
44+
{
45+
id: "6956",
46+
name: "Infinex",
47+
address: null,
48+
symbol: "-",
49+
url: "https://infinex.xyz/",
50+
description: "The most CEX-like trading experience onchain. Powered by Hyperliquid.",
51+
chain: "Hyperliquid L1",
52+
logo: `${baseIconsUrl}/infinex.jpg`,
53+
audits: "0",
54+
audit_note: null,
55+
gecko_id: null,
56+
cmcId: null,
57+
category: "Interface",
58+
chains: ["Hyperliquid L1"],
59+
forkedFromIds: [],
60+
audit_links: [],
61+
module: "dummy.js",
62+
twitter: "infinex",
63+
dimensions: {
64+
fees: "infinex-perps",
65+
derivatives: "infinex-perps"
66+
}
67+
},
4468
{
4569
id: "6957",
4670
name: "Clarity",

0 commit comments

Comments
 (0)