mirror of
				https://github.com/Xahau/Validation-Ledger-Tx-Store-to-xPOP.git
				synced 2025-11-04 04:15:48 +00:00 
			
		
		
		
	@@ -7,8 +7,8 @@ EVENT_SOCKET_PORT=3000
 | 
			
		||||
PUBLIC_PORT=3000
 | 
			
		||||
URL_PREFIX=http://localhost:3000
 | 
			
		||||
NETWORKID=0
 | 
			
		||||
UNLURL=https://vl.xrplf.org
 | 
			
		||||
UNLKEY=ED45D1840EE724BE327ABE9146503D5848EFD5F38B6D5FEDE71E80ACCE5E6E738B
 | 
			
		||||
UNLURL=https://unl.xrplf.org
 | 
			
		||||
UNLKEY=ED42AEC58B701EEBB77356FFFEC26F83C1F0407263530F068C7C73D392C7E06FD1
 | 
			
		||||
NODES=wss://xrplcluster.com,wss://s2.ripple.com
 | 
			
		||||
FIELDSREQUIRED=Fee,Account,OperationLimit
 | 
			
		||||
NOVALIDATIONLOG=1
 | 
			
		||||
 
 | 
			
		||||
@@ -12,8 +12,8 @@ services:
 | 
			
		||||
          - PUBLIC_PORT=${PORT:-3000}
 | 
			
		||||
          - URL_PREFIX=${URL_PREFIX:-http://localhost:${PORT:-3000}}
 | 
			
		||||
          - NETWORKID=0
 | 
			
		||||
          - UNLURL=https://vl.xrplf.org
 | 
			
		||||
          - UNLKEY=ED45D1840EE724BE327ABE9146503D5848EFD5F38B6D5FEDE71E80ACCE5E6E738B
 | 
			
		||||
          - UNLURL=https://unl.xrplf.org
 | 
			
		||||
          - UNLKEY=ED42AEC58B701EEBB77356FFFEC26F83C1F0407263530F068C7C73D392C7E06FD1
 | 
			
		||||
          - NODES=wss://xrplcluster.com,wss://s2.ripple.com
 | 
			
		||||
          - FIELDSREQUIRED=Fee,Account,OperationLimit
 | 
			
		||||
          - NOVALIDATIONLOG=1
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
  "name": "xpopgen",
 | 
			
		||||
  "version": "3.2.3",
 | 
			
		||||
  "version": "3.2.4",
 | 
			
		||||
  "description": "Store XRPL Proof of Validation messages",
 | 
			
		||||
  "main": "index.mjs",
 | 
			
		||||
  "scripts": {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user