Skip to content

Commit 51a2499

Browse files
committed
Misc changes
1 parent cc6574c commit 51a2499

File tree

3 files changed

+0
-15
lines changed

3 files changed

+0
-15
lines changed

public/electron.js

-3
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ ipcMain.on('openURL', (event, arg) => {
5555
let allowedDEX = {
5656
"XBTSIO": "https://ex.xbts.io/market/",
5757
"BitsharesOrg": "https://wallet.bitshares.org/#/market/",
58-
"ioBanker": "https://dex.iobanker.com/market/",
5958
"GDEX": "https://www.gdex.io/market/",
6059
"lightClient": "https://github.com/bitshares/bitshares-ui/releases"
6160
};
@@ -96,7 +95,5 @@ app.whenReady().then(() => {
9695
app.on('window-all-closed', () => {
9796
if (process.platform !== "darwin") {
9897
app.quit();
99-
} else {
100-
i18nextBackend.clearMainBindings(ipcMain);
10198
}
10299
})

src/components/NFT/NFT.jsx

-9
Original file line numberDiff line numberDiff line change
@@ -263,15 +263,6 @@ export default function NFT(properties) {
263263
>
264264
XBTS.io
265265
</Button>
266-
<Button
267-
onClick={() => {
268-
launchDEX({target: 'ioBanker', symbol: symbol, market: market})
269-
}}
270-
sx={{m: 0.25}}
271-
variant="outline"
272-
>
273-
ioBanker DEX
274-
</Button>
275266
<Button
276267
onClick={() => {
277268
launchDEX({target: 'GDEX', symbol: symbol, market: market})

src/config/config.json

-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313
{
1414
"url": "wss://nexus01.co.uk/ws"
1515
},
16-
{
17-
"url": "wss://dex.iobanker.com/ws"
18-
},
1916
{
2017
"url": "wss://api.dex.trading/"
2118
},

0 commit comments

Comments
 (0)