Merge pull request #9 from zgrguric/main

New UNL settings
This commit is contained in:
Wietse Wind
2025-09-25 15:14:09 +02:00
committed by GitHub
3 changed files with 5 additions and 5 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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": {