Skip to content

Commit

Permalink
Change explorer link in configs
Browse files Browse the repository at this point in the history
  • Loading branch information
Disti4ct committed Mar 12, 2021
1 parent e8f46da commit e6a23ba
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/front/config/bsc-mainnet/swapConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default {
BTC: {
withdrawTransactionHash: `btcSwapWithdrawTransactionHash`,
scriptCreatingTransactionHash: `utxoScriptCreatingTransactionHash`, // @to-do - remove this - use directly
explorerLink: api.blockcypher,
explorerLink: api.bitpay,
verifyScriptFunc: `verifyScript`, // @to-do - remove this - use directly
scriptValues: `utxoScriptValues`, // @to-do - remove this - use directly utxoScriptValues
},
Expand Down
2 changes: 1 addition & 1 deletion src/front/config/bsc-testnet/swapConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default {
BTC: {
withdrawTransactionHash: `btcSwapWithdrawTransactionHash`,
scriptCreatingTransactionHash: `utxoScriptCreatingTransactionHash`,
explorerLink: api.blockcypher,
explorerLink: api.bitpay,
verifyScriptFunc: `verifyScript`,
scriptValues: `utxoScriptValues`, // @to-do - remove this - use in code utxoScriptValues
},
Expand Down
2 changes: 1 addition & 1 deletion src/front/config/mainnet/swapConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default {
BTC: {
withdrawTransactionHash: `btcSwapWithdrawTransactionHash`,
scriptCreatingTransactionHash: `utxoScriptCreatingTransactionHash`, // @to-do - remove this - use directly
explorerLink: api.blockcypher,
explorerLink: api.bitpay,
verifyScriptFunc: `verifyScript`, // @to-do - remove this - use directly
scriptValues: `utxoScriptValues`, // @to-do - remove this - use directly utxoScriptValues
},
Expand Down
2 changes: 1 addition & 1 deletion src/front/config/testnet/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export default {
defipulse: 'https://data-api.defipulse.com/api/v1/egs/api/ethgasAPI.json?api-key=53be2a60f8bc0bb818ad161f034286d709a9c4ccb1362054b0543df78e27',
bitpay: [
'https://api.bitcore.io/api/BTC/testnet',
// 'https://test-insight.bitpay.com/api'
// 'http://localhost:32250/btc/testnet',
//'https://test-insight.swaponline.io/insight-api',
//'https://invoices.swaponline.site/proxybitpay-testnet',
Expand All @@ -13,7 +14,6 @@ export default {
nextExplorer: 'https://explore.next.exchange/api',
nextExplorerCustom: 'https://next.swaponline.io/mainnet',
blockcypher: 'https://api.blockcypher.com/v1/btc/test3',
// bitpay: 'https://test-insight.bitpay.com/api',
etherscan: [
'https://api-ropsten.etherscan.io/api',
'https://invoices.swaponline.site/proxyetherscan-testnet',
Expand Down
2 changes: 1 addition & 1 deletion src/front/config/testnet/swapConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default {
BTC: {
withdrawTransactionHash: `btcSwapWithdrawTransactionHash`,
scriptCreatingTransactionHash: `utxoScriptCreatingTransactionHash`,
explorerLink: api.blockcypher,
explorerLink: api.bitpay,
verifyScriptFunc: `verifyScript`,
scriptValues: `utxoScriptValues`, // @to-do - remove this - use in code utxoScriptValues
},
Expand Down

0 comments on commit e6a23ba

Please sign in to comment.