From dfa9024faf42ce9bbb9f1bda05cefec44e150b70 Mon Sep 17 00:00:00 2001 From: jppade Date: Wed, 29 Jan 2025 09:31:33 +0100 Subject: [PATCH] fix beam symbol for two exchange scrapers. --- config/GateIO.json | 4 ++-- config/MEXC.json | 4 ++-- config/gitcoinverified/GateIO.json | 2 +- config/gitcoinverified/MEXC.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config/GateIO.json b/config/GateIO.json index 925b38b0b..812761124 100644 --- a/config/GateIO.json +++ b/config/GateIO.json @@ -249,8 +249,8 @@ { "Exchange": "GateIO", "Ignore": false, - "ForeignName": "BEAM_USDT", - "Symbol": "BEAM" + "ForeignName": "BEAMX_USDT", + "Symbol": "BEAMX" }, { "Exchange": "GateIO", diff --git a/config/MEXC.json b/config/MEXC.json index 90c5f2077..409cdffd0 100644 --- a/config/MEXC.json +++ b/config/MEXC.json @@ -99,8 +99,8 @@ { "Exchange": "MEXC", "Ignore": false, - "ForeignName": "BEAMUSDT", - "Symbol": "BEAM" + "ForeignName": "BEAMXUSDT", + "Symbol": "BEAMX" }, { "Symbol": "BFR", diff --git a/config/gitcoinverified/GateIO.json b/config/gitcoinverified/GateIO.json index 1f749a9ce..2943466ee 100755 --- a/config/gitcoinverified/GateIO.json +++ b/config/gitcoinverified/GateIO.json @@ -128,7 +128,7 @@ }, { "Exchange": "GateIO", - "Symbol": "BEAM", + "Symbol": "BEAMX", "Blockchain": "Ethereum", "Address": "0x62D0A8458eD7719FDAF978fe5929C6D342B0bFcE" }, diff --git a/config/gitcoinverified/MEXC.json b/config/gitcoinverified/MEXC.json index 71c7e5693..a2b011799 100644 --- a/config/gitcoinverified/MEXC.json +++ b/config/gitcoinverified/MEXC.json @@ -98,7 +98,7 @@ }, { "Exchange": "MEXC", - "Symbol": "BEAM", + "Symbol": "BEAMX", "Blockchain": "Ethereum", "Address": "0x62D0A8458eD7719FDAF978fe5929C6D342B0bFcE" },