Skip to content

Commit f53f8f7

Browse files
committed
fix: add Blocktank2 as default peer
1 parent ef7996d commit f53f8f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/utils/lightning/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,8 @@ export const DEFAULT_LIGHTNING_PEERS: IWalletItem<string[]> = {
114114

115115
export const FALLBACK_BLOCKTANK_PEERS: IWalletItem<string[]> = {
116116
bitcoin: [
117-
'0296b2db342fcf87ea94d981757fdf4d3e545bd5cef4919f58b5d38dfdd73bf5c9@130.211.95.29:9735',
117+
'039b8b4dd1d88c2c5db374290cda397a8f5d79f312d6ea5d5bfdfc7c6ff363eae3@34.65.111.104:9735',
118+
'03342eac98d8c07ac8a4f303b2ad09a34b3350357730013d534d0537a4d1d8a14d@34.65.217.210:9735',
118119
],
119120
bitcoinRegtest: [
120121
'03b9a456fb45d5ac98c02040d39aec77fa3eeb41fd22cf40b862b393bcfc43473a@35.233.47.252:9400',

0 commit comments

Comments
 (0)