-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.testnet
18 lines (14 loc) · 926 Bytes
/
.env.testnet
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
NEXT_PUBLIC_APP_URL=https://explorer.xchains.scalar.org
NEXT_PUBLIC_STATUS_MESSAGE=
NEXT_PUBLIC_ENVIRONMENT=testnet
NEXT_PUBLIC_SCALARSCAN_API_URL=https://testnet.api.scalarscan.io/api
NEXT_PUBLIC_VALIDATOR_API_URL=https://testnet.api.scalarscan.io/validator
NEXT_PUBLIC_TOKEN_TRANSFER_API_URL=https://testnet.api.scalarscan.io/token
NEXT_PUBLIC_GMP_API_URL=https://testnet.api.scalarscan.io/gmp
NEXT_PUBLIC_RPC_URL=https://testnet-rpc-router.scalar-dev.workers.dev/chain/scalar
NEXT_PUBLIC_LCD_URL=https://scalar-testnet-lcd.scalar-dev.workers.dev
NEXT_PUBLIC_GTM_ID=GTM-59MN389
NEXT_PUBLIC_GA_TRACKING_ID=
NEXT_PUBLIC_WALLETCONNECT_PROJECT_ID=7de2a8f6a177b31822e6bb5034b9fe45
NEXT_PUBLIC_DEFAULT_TITLE=Scalarscan | Scalar Network Explorer
NEXT_PUBLIC_DEFAULT_DESCRIPTION=Scalarscan lets you explore and search for metrics and activities taking place on Scalar Network, including transactions, addresses, validators, etc.