Skip to content

Commit

Permalink
fix(ui): remove trailing slashes from explorer urls in .env.template
Browse files Browse the repository at this point in the history
  • Loading branch information
pbennett committed Oct 29, 2024
1 parent 38cf278 commit c3cc061
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ui/.env.template
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@ VITE_ALGOD_PORT=""
VITE_ALGOD_NETWORK="fnet"

# Block Explorer
VITE_EXPLORER_ACCOUNT_URL=https://lora.algokit.io/fnet/account/
VITE_EXPLORER_TRANSACTION_URL=https://lora.algokit.io/fnet/transaction/
VITE_EXPLORER_ASSET_URL=https://lora.algokit.io/fnet/asset/
VITE_EXPLORER_APPLICATION_URL=https://lora.algokit.io/fnet/application/
VITE_EXPLORER_ACCOUNT_URL=https://lora.algokit.io/fnet/account
VITE_EXPLORER_TRANSACTION_URL=https://lora.algokit.io/fnet/transaction
VITE_EXPLORER_ASSET_URL=https://lora.algokit.io/fnet/asset
VITE_EXPLORER_APPLICATION_URL=https://lora.algokit.io/fnet/application

# NFDomains
VITE_NFD_API_URL=https://api.testnet.nf.domains
Expand Down

0 comments on commit c3cc061

Please sign in to comment.