atomicDEX-API icon indicating copy to clipboard operation
atomicDEX-API copied to clipboard

use settings from parent chain for tokens

Open cipig opened this issue 4 years ago • 1 comments

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",

cipig avatar Dec 02 '20 14:12 cipig

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.

shamardy avatar Apr 05 '24 22:04 shamardy