- btc 26.0 - cln 24.0 - vls 0.11.0 - txoo 0.6.4 Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com>
		
			
				
	
	
		
			19 lines
		
	
	
		
			835 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			835 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| # bitcoin version 26.0
 | |
| BITCOIN_VERSION=26.0
 | |
| BITCOIN_SHA256SUMS_HASH=63487c308a6655f939efd700bfca8e0285fa2f869283aaa7192bdd4b8799a747
 | |
| # core lightning version v24.02
 | |
| CORE_LIGHTNING_REPO=https://github.com/ElementsProject/lightning.git
 | |
| CORE_LIGHTNING_GIT_HASH=8418989f9bf3563a67ac91602500672b51628579
 | |
| # clboss
 | |
| CLBOSS_REPO=https://github.com/ZmnSCPxj/clboss.git
 | |
| CLBOSS_GIT_HASH=0673c50e7374ea8f5cb7e302f72b7978c6bd1794
 | |
| # cln plugins
 | |
| CLN_PLUGINS_REPO=https://github.com/lightningd/plugins.git
 | |
| CLN_PLUGINS_GIT_HASH=a525e6c42033a6270c81065a559301ceb2a761fa
 | |
| # txoo version 0.6.4
 | |
| TXOO_REPO=https://gitlab.com/lightning-signer/txoo.git
 | |
| TXOO_GIT_HASH=6f0718e3f2b9406df5e3cd73306f473199141da0
 | |
| # vls version v0.11.0
 | |
| VLS_REPO=https://gitlab.com/lightning-signer/validating-lightning-signer.git
 | |
| VLS_GIT_HASH=395b604964d5a0b4e9ee32c1b6e440dfbf4874f0
 |