Skip to content

Commit

Permalink
Merge pull request mycelium-com#205 from cnu1439/master
Browse files Browse the repository at this point in the history
Adding 'https://www.blockonomics.co' to blockexplorer's list.
  • Loading branch information
DanielWeigl committed Oct 21, 2015
2 parents 23cd154 + e95618c commit 4541f19
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ public ServerEndpoints getWapiEndpoints() {
add(new BlockExplorer("CPM","coinprism", "https://www.coinprism.info/address/", "https://www.coinprism.info/tx/", null, null));
add(new BlockExplorer("TBC","TradeBlock", "https://tradeblock.com/blockchain/address/", "https://tradeblock.com/blockchain/tx/", null, null));
add(new BlockExplorer("BCO","blockchains.io", "http://blockchains.io/btc/address/", "http://blockchains.io/btc/transaction/", null, null));
add(new BlockExplorer("BLC","blockonomics.co", "https://www.blockonomics.co/#/search?q=", "https://www.blockonomics.co/api/tx?txid=", null, null));
}};

public List<BlockExplorer> getBlockExplorerList() {
Expand Down

0 comments on commit 4541f19

Please sign in to comment.