diff --git a/.env.sample b/.env.sample index 05897fb..2341486 100644 --- a/.env.sample +++ b/.env.sample @@ -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 diff --git a/docker-compose.mainnet.yml b/docker-compose.mainnet.yml index 791d189..400b519 100644 --- a/docker-compose.mainnet.yml +++ b/docker-compose.mainnet.yml @@ -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 diff --git a/package.json b/package.json index f19ef97..6642b13 100644 --- a/package.json +++ b/package.json @@ -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": {