From df68d91df639a9871f82ecc9dcc57433c32f2f0e Mon Sep 17 00:00:00 2001 From: arnold Date: Fri, 20 Jan 2023 12:04:57 -0400 Subject: [PATCH] Use /tools on testnet domain. Wallet url is wallet.testnet.lto.network. --- .env.mainnet | 2 +- .env.testnet | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env.mainnet b/.env.mainnet index c2746a9..608b76a 100644 --- a/.env.mainnet +++ b/.env.mainnet @@ -3,7 +3,7 @@ CACHE_API=https://stats.ltonetwork.com/v1 BRIDGE_API=https://bridge.lto.network TOOLS_API=https://explorer.lto.network/tools GENERATORS=generators-weekly -WALLET_LINK=https://wallet.lto.network/ +WALLET_LINK=https://wallet.lto.network LATEST_BLOCKS=10 AXIOS_TIMEOUT=20000 ATOMIC=100000000 diff --git a/.env.testnet b/.env.testnet index 5aadf50..d0dbb0e 100644 --- a/.env.testnet +++ b/.env.testnet @@ -1,9 +1,9 @@ LB_API=https://testnet.lto.network CACHE_API= BRIDGE_API= -TOOLS_API=https://explorer.lto.network/tools/testnet +TOOLS_API=https://explorer.testnet.lto.network/tools GENERATORS=generators -WALLET_LINK=https://testnet-wallet.lto.network/ +WALLET_LINK=https://wallet.testnet.lto.network LATEST_BLOCKS=10 AXIOS_TIMEOUT=20000 ATOMIC=100000000