diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index b0216d7d..b1814424 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -316,7 +316,7 @@ PODS: - React-jsinspector (0.72.4) - React-logger (0.72.4): - glog - - react-native-ldk (0.0.141): + - react-native-ldk (0.0.142): - React - react-native-randombytes (3.6.1): - React-Core @@ -621,7 +621,7 @@ SPEC CHECKSUMS: React-jsiexecutor: c7f826e40fa9cab5d37cab6130b1af237332b594 React-jsinspector: aaed4cf551c4a1c98092436518c2d267b13a673f React-logger: da1ebe05ae06eb6db4b162202faeafac4b435e77 - react-native-ldk: 58b28973bedc64333c350b9074554f814ba3daec + react-native-ldk: a9ecc561c5a186d6d8259c4713d09f957039bad1 react-native-randombytes: 421f1c7d48c0af8dbcd471b0324393ebf8fe7846 react-native-tcp-socket: c1b7297619616b4c9caae6889bcb0aba78086989 React-NativeModulesApple: edb5ace14f73f4969df6e7b1f3e41bef0012740f diff --git a/example/utils/constants.ts b/example/utils/constants.ts index de166d3a..c665da1c 100644 --- a/example/utils/constants.ts +++ b/example/utils/constants.ts @@ -9,8 +9,8 @@ export const selectedNetwork: TAvailableNetworks = 'bitcoinRegtest'; export const peers = { lnd: { pubKey: - '02709a23bb26d78cc2425aa8651a8ae18d05d852079bdae4151b9759d15ab98c12', - address: '192.168.0.100', + '0341e41583ad691951634e24dd20252d13feace9286a85d47f220dde74e7e09a15', + address: '192.168.0.106', port: 9736, }, clightning: { @@ -33,9 +33,9 @@ export const customPeers = { bitcoinTestnet: [], bitcoinRegtest: [ { - host: '35.233.47.252', + host: '192.168.0.106', ssl: 18484, - tcp: 18483, + tcp: 50001, protocol: 'tcp', }, // { diff --git a/lib/package.json b/lib/package.json index 6f884e91..baf84fec 100644 --- a/lib/package.json +++ b/lib/package.json @@ -1,7 +1,7 @@ { "name": "@synonymdev/react-native-ldk", "title": "React Native LDK", - "version": "0.0.141", + "version": "0.0.142", "description": "React Native wrapper for LDK", "main": "./dist/index.js", "types": "./dist/index.d.ts",