Skip to content

Commit

Permalink
Add CHAOSMONA to QUOTE_ASSETS.
Browse files Browse the repository at this point in the history
Signed-off-by: Cryptcoin Junkey <[email protected]>
  • Loading branch information
cryptcoin-junkey committed Jul 22, 2021
1 parent 45623e5 commit 0b94e65
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions counterblock/lib/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
##
# CONSTANTS
##
VERSION = "1.4.1+mona001" # should keep up with counterblockd repo's release tag
VERSION = "1.4.2+mona001" # should keep up with counterblockd repo's release tag

DB_VERSION = 27 # a db version increment will cause counterblockd to rebuild its database off of counterpartyd
DB_VERSION = 28 # a db version increment will cause counterblockd to rebuild its database off of counterpartyd

UNIT = 100000000

Expand All @@ -32,7 +32,7 @@
MAX_REORG_NUM_BLOCKS = 10 # max reorg we'd likely ever see
MAX_FORCED_REORG_NUM_BLOCKS = 20 # but let us go deeper when messages are out of sync

QUOTE_ASSETS = [BTC, XBTC, XCP, 'SPACEMONA', 'MPYEN', 'MONANA'] # define the priority for quote asset
QUOTE_ASSETS = [BTC, XBTC, XCP, 'SPACEMONA', 'CHAOSMONA', 'MPYEN', 'MONANA'] # define the priority for quote asset
MARKET_LIST_QUOTE_ASSETS = [XCP, XBTC, BTC] # define the order in the market list

DEFAULT_BACKEND_PORT_REGTEST = 29402
Expand Down

0 comments on commit 0b94e65

Please sign in to comment.