Skip to content

Commit

Permalink
Merge pull request #108 from KomodoPlatform/white-label/dev/gleecdex
Browse files Browse the repository at this point in the history
Sync gleecdex
  • Loading branch information
ca333 authored Feb 5, 2024
2 parents e18ea14 + f96b50b commit 389731c
Show file tree
Hide file tree
Showing 10 changed files with 192 additions and 213 deletions.
Binary file added assets/coin-icons/aibc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/coin-icons/thc.png
Binary file not shown.
Binary file removed assets/coin-icons/thc_bep20.png
Binary file not shown.
76 changes: 31 additions & 45 deletions assets/coins.json
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,29 @@
},
"derivation_path": "m/44'/966'"
},
{
"coin": "AIBC",
"name": "aiblockchain",
"fname": "Aiblockchain",
"rpcport": 7772,
"pubtype": 23,
"p2shtype": 23,
"wiftype": 176,
"txfee": 0,
"dust": 5460,
"segwit": true,
"mm2": 1,
"required_confirmations": 11,
"avg_blocktime": 30,
"protocol": {
"type": "UTXO",
"bip44": "m/44'/2'/0'/0/0"
},
"links": {
"github": "https://github.com/nickgsh/AiBlockChain",
"homepage": "https://aibc.space/"
}
},
{
"coin": "ANKR-BEP20",
"name": "ankr_bep20",
Expand Down Expand Up @@ -10356,16 +10379,16 @@
"coin": "SUM",
"name": "sumcoin",
"fname": "Sumcoin",
"isPoS": 1,
"isPoS": 1,
"sign_message_prefix": "Sumcoin Signed Message:\n",
"rpcport": 3332,
"pubtype": 63,
"p2shtype": 125,
"wiftype": 187,
"decimals": 6,
"txfee": 0,
"dust": 1000,
"segwit": false,
"pubtype": 63,
"p2shtype": 125,
"wiftype": 187,
"decimals": 6,
"txfee": 0,
"dust": 10000,
"segwit": false,
"bech32_hrp": "sum",
"mm2": 1,
"required_confirmations": 3,
Expand Down Expand Up @@ -10818,43 +10841,6 @@
},
"derivation_path": "m/44'/714'"
},
{
"coin": "THC",
"sign_message_prefix": "Komodo Signed Message:\n",
"asset": "THC",
"fname": "HempCoin",
"rpcport": 36790,
"txversion": 4,
"overwintered": 1,
"mm2": 1,
"required_confirmations": 2,
"requires_notarization": true,
"avg_blocktime": 60,
"protocol": {
"type": "UTXO"
},
"derivation_path": "m/44'/141'",
"trezor_coin": "Komodo"
},
{
"coin": "THC-BEP20",
"name": "thc_bep20",
"fname": "HempCoin",
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
"decimals": 18,
"avg_blocktime": 3,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
"platform": "BNB",
"contract_address": "0xBD9a8CA934e673b874937761D7CFa7084ecBdd53"
}
},
"derivation_path": "m/44'/714'"
},
{
"coin": "TKL",
"sign_message_prefix": "Komodo Signed Message:\n",
Expand Down
Loading

0 comments on commit 389731c

Please sign in to comment.