@@ -89,9 +89,18 @@ class LightningNodeService {
8989 // config.logDirPath = logPath
9090 config. network = self . network
9191 config. trustedPeers0conf = [
92- Constants . Config. LiquiditySourceLsps2. Signet. see . nodeId
92+ Constants . Config. LiquiditySourceLsps2. Signet. megalith . nodeId
9393 ]
9494 // config.logLevel = .trace
95+
96+ let anchor_cfg = AnchorChannelsConfig (
97+ trustedPeersNoReserve: [
98+ Constants . Config. LiquiditySourceLsps2. Signet. megalith. nodeId
99+ ] ,
100+ perChannelReserveSats: UInt64 ( 0 )
101+ )
102+ config. anchorChannelsConfig = . some( anchor_cfg)
103+
95104
96105 let nodeBuilder = Builder . fromConfig ( config: config)
97106 nodeBuilder. setChainSourceEsplora ( serverUrl: self . server. url, config: nil )
@@ -112,9 +121,9 @@ class LightningNodeService {
112121 rgsServerUrl: Constants . Config. RGSServerURLNetwork. signet
113122 )
114123 nodeBuilder. setLiquiditySourceLsps2 (
115- nodeId: Constants . Config. LiquiditySourceLsps2. Signet. see . nodeId,
116- address: Constants . Config. LiquiditySourceLsps2. Signet. see . address,
117- token: Constants . Config. LiquiditySourceLsps2. Signet. see . token
124+ nodeId: Constants . Config. LiquiditySourceLsps2. Signet. megalith . nodeId,
125+ address: Constants . Config. LiquiditySourceLsps2. Signet. megalith . address,
126+ token: Constants . Config. LiquiditySourceLsps2. Signet. megalith . token
118127 )
119128 self . networkColor = Constants . BitcoinNetworkColor. signet. color
120129 case . regtest:
0 commit comments