atomicDEX-API
atomicDEX-API copied to clipboard
use settings from parent chain for tokens
Would be nice if mm2 would inherit the following settings
"name": "qtum",
"rpcport": 3889,
"pubtype": 58,
"p2shtype": 50,
"wiftype": 128,
"segwit": true,
"txfee": 0,
"avg_blocktime": 2.133,
from the parent chain for QRC20 tokens
"protocol": {
"type": "QRC20",
"protocol_data": {
"platform": "QTUM",
from "coin": "QTUM",
"protocol":{
"type":"QRC20",
"protocol_data":{
"platform":"tQTUM",
from "coin": "tQTUM",
This should be for all tokens not only QRC20, ref. https://github.com/KomodoPlatform/komodo-defi-framework/pull/1979#discussion_r1554366789, https://github.com/KomodoPlatform/komodo-defi-framework/pull/1979#discussion_r1546841562 Updated the issue title.