Skip to content

Commit

Permalink
Merge branch 'master' into fix-setting-node-move
Browse files Browse the repository at this point in the history
  • Loading branch information
joelvai committed Oct 1, 2018
2 parents 617033f + 8e2bbb9 commit 446c8ac
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dexbot/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
APP_NAME = 'dexbot'
VERSION = '0.6.10'
VERSION = '0.6.11'
AUTHOR = 'Codaone Oy'
__version__ = VERSION
55 changes: 53 additions & 2 deletions dexbot/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ def construct_mapping(mapping_loader, node):
def node_list(self):
""" A pre-defined list of Bitshares nodes. """
return [
"wss://status200.bitshares.apasia.tech/ws",
"wss://eu.openledger.info/ws",
"wss://bitshares.openledger.info/ws",
"wss://dexnode.net/ws",
Expand All @@ -184,5 +183,57 @@ def node_list(self):
"wss://bitshares.dacplay.org/ws",
"wss://bit.btsabc.org/ws",
"wss://bts.ai.la/ws",
"wss://ws.gdex.top"
"wss://ws.gdex.top",
"wss://na.openledger.info/ws",
"wss://node.btscharts.com/ws",
"wss://status200.bitshares.apasia.tech/ws",
"wss://new-york.bitshares.apasia.tech/ws",
"wss://dallas.bitshares.apasia.tech/ws",
"wss://chicago.bitshares.apasia.tech/ws",
"wss://atlanta.bitshares.apasia.tech/ws",
"wss://us-la.bitshares.apasia.tech/ws",
"wss://seattle.bitshares.apasia.tech/ws",
"wss://miami.bitshares.apasia.tech/ws",
"wss://valley.bitshares.apasia.tech/ws",
"wss://canada6.daostreet.com",
"wss://bitshares.nu/ws",
"wss://api.open-asset.tech/ws",
"wss://france.bitshares.apasia.tech/ws",
"wss://england.bitshares.apasia.tech/ws",
"wss://netherlands.bitshares.apasia.tech/ws",
"wss://australia.bitshares.apasia.tech/ws",
"wss://dex.rnglab.org",
"wss://la.dexnode.net/ws",
"wss://api-ru.bts.blckchnd.com",
"wss://node.market.rudex.org",
"wss://api.bitsharesdex.com",
"wss://api.fr.bitsharesdex.com",
"wss://blockzms.xyz/ws",
"wss://eu.nodes.bitshares.ws",
"wss://us.nodes.bitshares.ws",
"wss://sg.nodes.bitshares.ws",
"wss://ws.winex.pro",
"wss://api.bts.mobi/ws",
"wss://api.btsxchng.com",
"wss://api.bts.network/",
"wss://btsws.roelandp.nl/ws",
"wss://api.bitshares.bhuz.info/ws",
"wss://bts-api.lafona.net/ws",
"wss://kimziv.com/ws",
"wss://api.btsgo.net/ws",
"wss://bts.proxyhosts.info/wss",
"wss://bts.open.icowallet.net/ws",
"wss://de.bts.dcn.cx/ws",
"wss://fi.bts.dcn.cx/ws",
"wss://crazybit.online",
"wss://freedom.bts123.cc:15138/",
"wss://bitshares.bts123.cc:15138/",
"wss://api.bts.ai",
"wss://ws.hellobts.com",
"wss://bitshares.cyberit.io",
"wss://bts-seoul.clockwork.gr",
"wss://bts.liuye.tech:4443/ws",
"wss://btsfullnode.bangzi.info/ws",
"wss://api.dex.trading/",
"wss://citadel.li/node"
]

0 comments on commit 446c8ac

Please sign in to comment.