Skip to content

Commit

Permalink
Merge pull request #1300 from CryptoDevelopmentServices/master
Browse files Browse the repository at this point in the history
Added BONC
  • Loading branch information
gcharang authored Feb 28, 2025
2 parents 0ba39b6 + a3078f5 commit 1df2692
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 0 deletions.
1 change: 1 addition & 0 deletions api_ids/coinpaprika_ids.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
"BNT-BEP20": "bnt-bancor",
"BNT-ERC20": "bnt-bancor",
"BNT-PLG20": "bnt-bancor",
"BONC": "bonc1-bonkcoin",
"BONE-ERC20": "bone-bone-shibaswap",
"BORG-ERC20": "chsb-swissborg",
"BRZ-AVX20": "brz-brazilian-digital-token",
Expand Down
1 change: 1 addition & 0 deletions api_ids/livecoinwatch_ids.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"BNB": "BNB",
"BNT": "BNT",
"BOLI": "BOLI",
"BONC": "_BONC",
"BONE": "___BONE",
"BORG": "CHSB",
"BRZ": "BRZ",
Expand Down
23 changes: 23 additions & 0 deletions coins
Original file line number Diff line number Diff line change
Expand Up @@ -17297,5 +17297,28 @@
"links": {
"homepage": "https://polygon.technology/"
}
},
{
"coin": "BONC",
"name": "bonkcoin",
"fname": "Bonkcoin",
"rpcport": 15612,
"pubtype": 25,
"p2shtype": 28,
"wiftype": 151,
"segwit": false,
"txfee": 1000000,
"mm2": 1,
"sign_message_prefix": "Bonkcoin Signed Message:\n",
"required_confirmations": 5,
"avg_blocktime": 60,
"protocol": {
"type": "UTXO"
},
"derivation_path": "m/44'/6363'",
"links": {
"github": "https://github.com/Bonkcoin/Bonkcoin-core",
"homepage": "https://bonkscoin.io"
}
}
]
17 changes: 17 additions & 0 deletions electrums/BONC
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"url": "electrum.bonkscoin.io:50003",
"ws_url": "electrum.bonkscoin.io:50002",
"protocol": "SSL",
"contact": [
{ "discord": "1157581316175437884" }
]
},
{
"url": "electrum.bonkscoin.io:50001",
"protocol": "TCP",
"contact": [
{ "discord": "1157581316175437884" }
]
}
]
1 change: 1 addition & 0 deletions explorers/BONC
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
["https://explorer.bonkscoin.io/"]
Binary file added icons_original/bonc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1df2692

Please sign in to comment.