41 lines
1.4 KiB
Plaintext
41 lines
1.4 KiB
Plaintext
# Client-side environment variables (must be prefixed with NEXT_PUBLIC_)
|
|
|
|
# ATOM Payment Configuration
|
|
NEXT_PUBLIC_RECIPIENT_ADDRESS=cosmos1yourrealaddress
|
|
NEXT_PUBLIC_COSMOS_RPC_URL=https://rpc.cosmos.network
|
|
NEXT_PUBLIC_COSMOS_API_URL=https://api.cosmos.network
|
|
NEXT_PUBLIC_COSMOS_CHAIN_ID=cosmoshub-4
|
|
|
|
# Solana/GOR Payment Configuration
|
|
NEXT_PUBLIC_SOLANA_RPC_URL=https://skilled-prettiest-seed.solana-mainnet.quiknode.pro/eeecfebd04e345f69f1900cc3483cbbfea02a158
|
|
NEXT_PUBLIC_SOLANA_WEBSOCKET_URL=wss://skilled-prettiest-seed.solana-mainnet.quiknode.pro/
|
|
NEXT_PUBLIC_GOR_MINT_ADDRESS=71Jvq4Epe2FCJ7JFSF7jLXdNk1Wy4Bhqd9iL6bEFELvg
|
|
NEXT_PUBLIC_GOR_RECIPIENT_ADDRESS=
|
|
|
|
# UI Configuration (optional)
|
|
NEXT_PUBLIC_DOMAIN_SUFFIX=
|
|
NEXT_PUBLIC_EXAMPLE_URL=https://github.com/cerc-io/laconic-registry-cli
|
|
|
|
# Server-side environment variables
|
|
|
|
# Laconic Registry Configuration
|
|
REGISTRY_CHAIN_ID=
|
|
REGISTRY_GQL_ENDPOINT=
|
|
REGISTRY_RPC_ENDPOINT=
|
|
REGISTRY_BOND_ID=
|
|
REGISTRY_AUTHORITY=
|
|
REGISTRY_USER_KEY=
|
|
REGISTRY_GAS=900000
|
|
REGISTRY_FEES=900000alnt
|
|
REGISTRY_GAS_PRICE=0.001
|
|
|
|
# Application Configuration
|
|
APP_NAME=atom-deploy
|
|
DEPLOYER_LRN=
|
|
|
|
# LNT Transfer Configuration (required for both ATOM and GOR flows)
|
|
# Note: REGISTRY_USER_KEY is used as the prefilled account for LNT transfers
|
|
# TODO: Use deployer lrn to determine the address
|
|
LACONIC_SERVICE_PROVIDER_ADDRESS=
|
|
LACONIC_TRANSFER_AMOUNT=1000000alnt
|