Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
VorobevSA committed Aug 19, 2024
2 parents 82a2eb6 + 3716678 commit 3d28152
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 6 deletions.
Binary file added defi/icons/bmx-classic.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
12 changes: 6 additions & 6 deletions defi/src/protocols/data3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18879,14 +18879,14 @@ const data3: Protocol[] = [
},
{
id: "3530",
name: "BMX",
name: "BMX Classic", //previous BMX
address: "base:0x548f93779fbc992010c07467cbaf329dd5f059b7",
symbol: "BMX",
url: "https://bmx.morphex.trade",
description:
"BMX by Morphex is a decentralized perpetual exchange focused on bringing the highest capital efficiency to liquidity providers.",
chain: "Base",
logo: `${baseIconsUrl}/bmx.jpg`,
logo: `${baseIconsUrl}/bmx-classic.jpg`,
audits: "0",
audit_note: null,
gecko_id: null,
Expand All @@ -18897,7 +18897,7 @@ const data3: Protocol[] = [
oracles: ["Chainlink", "Pyth"],
forkedFrom: ["GMX V1"],
twitter: "MorphexFTM",
parentProtocol: "parent#morphex",
parentProtocol: "parent#bmx",
listedAt: 1695037950,
},
{
Expand Down Expand Up @@ -49967,14 +49967,14 @@ const data3: Protocol[] = [
},
{
id: "4903",
name: "Freestyle",
name: "BMX Freestyle",
address: null,
symbol: "-",
url: "https://www.bmx.trade",
description:
"Freestyle is a SYMMIO (intent-based) frontend for derivatives trading that we operate alongside our Classic GMX spot and margin markets",
chain: "Base",
logo: `${baseIconsUrl}/freestyle.jpg`,
logo: `${baseIconsUrl}/bmx-freestyle.jpg`,
audits: "0",
audit_note: null,
gecko_id: null,
Expand All @@ -49985,7 +49985,7 @@ const data3: Protocol[] = [
forkedFrom: [],
module: "freestyle/index.js",
twitter: "MorphexBMX",
parentProtocol: "parent#morphex",
parentProtocol: "parent#bmx",
listedAt: 1721383332,
},
{
Expand Down
12 changes: 12 additions & 0 deletions defi/src/protocols/parentProtocols.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5022,6 +5022,18 @@ const parentProtocols: IParentProtocol[] = [
chains: [],
twitter: "dexalot",
},
{
id: "parent#bmx",
name: "BMX",
url: "https://bmx.morphex.trade",
description:
"BMX by Morphex is a decentralized perpetual exchange focused on bringing the highest capital efficiency to liquidity providers.",
logo: `${baseIconsUrl}/bmx.jpg`,
gecko_id: "bmx",
cmcId: null,
chains: [],
twitter: "MorphexFTM",
},
];

export default parentProtocols;

0 comments on commit 3d28152

Please sign in to comment.