Skip to content

Commit 3d28152

Browse files
committed
2 parents 82a2eb6 + 3716678 commit 3d28152

File tree

4 files changed

+18
-6
lines changed

4 files changed

+18
-6
lines changed

Diff for: defi/icons/bmx-classic.jpg

35.6 KB
Loading
File renamed without changes.

Diff for: defi/src/protocols/data3.ts

+6-6
Original file line numberDiff line numberDiff line change
@@ -18879,14 +18879,14 @@ const data3: Protocol[] = [
1887918879
},
1888018880
{
1888118881
id: "3530",
18882-
name: "BMX",
18882+
name: "BMX Classic", //previous BMX
1888318883
address: "base:0x548f93779fbc992010c07467cbaf329dd5f059b7",
1888418884
symbol: "BMX",
1888518885
url: "https://bmx.morphex.trade",
1888618886
description:
1888718887
"BMX by Morphex is a decentralized perpetual exchange focused on bringing the highest capital efficiency to liquidity providers.",
1888818888
chain: "Base",
18889-
logo: `${baseIconsUrl}/bmx.jpg`,
18889+
logo: `${baseIconsUrl}/bmx-classic.jpg`,
1889018890
audits: "0",
1889118891
audit_note: null,
1889218892
gecko_id: null,
@@ -18897,7 +18897,7 @@ const data3: Protocol[] = [
1889718897
oracles: ["Chainlink", "Pyth"],
1889818898
forkedFrom: ["GMX V1"],
1889918899
twitter: "MorphexFTM",
18900-
parentProtocol: "parent#morphex",
18900+
parentProtocol: "parent#bmx",
1890118901
listedAt: 1695037950,
1890218902
},
1890318903
{
@@ -49967,14 +49967,14 @@ const data3: Protocol[] = [
4996749967
},
4996849968
{
4996949969
id: "4903",
49970-
name: "Freestyle",
49970+
name: "BMX Freestyle",
4997149971
address: null,
4997249972
symbol: "-",
4997349973
url: "https://www.bmx.trade",
4997449974
description:
4997549975
"Freestyle is a SYMMIO (intent-based) frontend for derivatives trading that we operate alongside our Classic GMX spot and margin markets",
4997649976
chain: "Base",
49977-
logo: `${baseIconsUrl}/freestyle.jpg`,
49977+
logo: `${baseIconsUrl}/bmx-freestyle.jpg`,
4997849978
audits: "0",
4997949979
audit_note: null,
4998049980
gecko_id: null,
@@ -49985,7 +49985,7 @@ const data3: Protocol[] = [
4998549985
forkedFrom: [],
4998649986
module: "freestyle/index.js",
4998749987
twitter: "MorphexBMX",
49988-
parentProtocol: "parent#morphex",
49988+
parentProtocol: "parent#bmx",
4998949989
listedAt: 1721383332,
4999049990
},
4999149991
{

Diff for: defi/src/protocols/parentProtocols.ts

+12
Original file line numberDiff line numberDiff line change
@@ -5022,6 +5022,18 @@ const parentProtocols: IParentProtocol[] = [
50225022
chains: [],
50235023
twitter: "dexalot",
50245024
},
5025+
{
5026+
id: "parent#bmx",
5027+
name: "BMX",
5028+
url: "https://bmx.morphex.trade",
5029+
description:
5030+
"BMX by Morphex is a decentralized perpetual exchange focused on bringing the highest capital efficiency to liquidity providers.",
5031+
logo: `${baseIconsUrl}/bmx.jpg`,
5032+
gecko_id: "bmx",
5033+
cmcId: null,
5034+
chains: [],
5035+
twitter: "MorphexFTM",
5036+
},
50255037
];
50265038

50275039
export default parentProtocols;

0 commit comments

Comments
 (0)