Skip to content

Commit

Permalink
feat: replace bitcoinBlockchainURL field value in config files, clean…
Browse files Browse the repository at this point in the history
…up localhost env file (#241)
  • Loading branch information
Polybius93 authored Feb 13, 2025
1 parent bb553b6 commit e41f88b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 24 deletions.
30 changes: 8 additions & 22 deletions config.localhost.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,17 @@
{
"appEnvironment": "localhost",
"coordinatorURL": "http://192.168.86.31:8811",
"enabledEthereumNetworkIDs": ["421614", "31337"],
"coordinatorURL": "http://localhost:8811",
"enabledEthereumNetworkIDs": ["31337"],
"enabledRippleNetworkIDs": ["1"],
"bitcoinNetwork": "regtest",
"bitcoinNetworkIndex": 1,
"bitcoinNetworkPreFix": "bcrt1",
"bitcoinBlockchainURL": "http://192.168.86.31:3004",
"bitcoinBlockchainExplorerURL": "http://192.168.86.31:3004",
"bitcoinBlockchainFeeEstimateURL": "https://devnet.dlc.link/electrs/fee-estimates",
"merchants": [
{
"name": "Amber",
"addresses": ["0xDdBE45eb79fa9920340a72020F50fB5b13dd3b6d"],
"logo": "/images/logos/amber-logotype.svg"
},
{
"name": "DLC.Link",
"addresses": ["0x0DD4f29E21F10cb2E485cf9bDAb9F2dD1f240Bfa"],
"logo": "/images/logos/ibtc-logotype.svg"
}
],
"protocols": [
{
"name": "Curve",
"lpTokenAddress": "0xe957ce03ccdd88f02ed8b05c9a3a28abef38514a",
"gaugeAddress": "0x02b8e750e68cb648db2c2ac4bbb47a10a5c12588",
"logo": ""
}
]
"rippleIssuerAddress": "",
"xrplWebsocket": "",
"ledgerApp": "",
"merchants": [],
"protocols": []
}
2 changes: 1 addition & 1 deletion config.mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"bitcoinNetwork": "mainnet",
"bitcoinNetworkIndex": 0,
"bitcoinNetworkPreFix": "bc1",
"bitcoinBlockchainURL": "https://blockstream.info/api",
"bitcoinBlockchainURL": "https://mainnet.dlc.link/electrs",
"bitcoinBlockchainExplorerURL": "https://mempool.space",
"bitcoinBlockchainFeeEstimateURL": "https://mempool.space",
"rippleIssuerAddress": "rGcyRGrZPaJAZbZDi4NqRFLA5GQH63iFpD",
Expand Down
2 changes: 1 addition & 1 deletion config.testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"bitcoinNetwork": "testnet",
"bitcoinNetworkIndex": 1,
"bitcoinNetworkPreFix": "tb1",
"bitcoinBlockchainURL": "https://blockstream.info/testnet/api",
"bitcoinBlockchainURL": "https://testnet.dlc.link/electrs",
"bitcoinBlockchainExplorerURL": "https://mempool.space/testnet",
"bitcoinBlockchainFeeEstimateURL": "https://mempool.space/testnet",
"rippleIssuerAddress": "ra3oyRVfy4yD4NJPrVcewvDtisZ3FhkcYL",
Expand Down

0 comments on commit e41f88b

Please sign in to comment.