Skip to content
This repository was archived by the owner on Feb 8, 2026. It is now read-only.

Commit 0afb116

Browse files
authored
Merge pull request #1151 from synonymdev/bt-peer-ip
fix(lightning): blocktank peer ip change
2 parents d0f3cb1 + 4d29b7e commit 0afb116

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/utils/lightning/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export const DEFAULT_LIGHTNING_PEERS: IWalletItem<string[]> = {
8484

8585
export const FALLBACK_BLOCKTANK_PEERS: IWalletItem<string[]> = {
8686
bitcoin: [
87-
'0296b2db342fcf87ea94d981757fdf4d3e545bd5cef4919f58b5d38dfdd73bf5c9@34.79.58.84:9735',
87+
'0296b2db342fcf87ea94d981757fdf4d3e545bd5cef4919f58b5d38dfdd73bf5c9@146.148.127.140:9735',
8888
],
8989
bitcoinRegtest: [
9090
'03b9a456fb45d5ac98c02040d39aec77fa3eeb41fd22cf40b862b393bcfc43473a@35.233.47.252:9400',

0 commit comments

Comments
 (0)