Some checks failed
CI/CD Pipeline / Solidity Contracts (push) Failing after 1m13s
CI/CD Pipeline / Security Scanning (push) Successful in 2m30s
CI/CD Pipeline / Lint and Format (push) Failing after 45s
CI/CD Pipeline / Terraform Validation (push) Failing after 26s
CI/CD Pipeline / Kubernetes Validation (push) Successful in 28s
Deploy ChainID 138 / Deploy ChainID 138 (push) Failing after 39s
HYBX OMNL TypeScript & anchor / token-aggregation build + reconcile artifact (push) Failing after 21s
Validation / validate-genesis (push) Successful in 30s
Validation / validate-terraform (push) Failing after 25s
Validation / validate-kubernetes (push) Failing after 13s
Validation / validate-smart-contracts (push) Failing after 16s
Validation / validate-security (push) Failing after 1m28s
Validation / validate-documentation (push) Failing after 19s
Verify Deployment / Verify Deployment (push) Failing after 53s
Ship Z Chain slot, International Z Wallet routes, in-app Z Bot APIs, Besu bootstrap, and local/production deployment tooling for digital.omdnl.org. Co-authored-by: Cursor <cursoragent@cursor.com>
36 lines
1.5 KiB
Plaintext
36 lines
1.5 KiB
Plaintext
# Environment Variables for Admin Panel Bridge DApp
|
|
# Copy this file to .env.local (for local development) or .env.production (for production)
|
|
# DO NOT commit .env or .env.local to version control
|
|
|
|
# Required Environment Variables
|
|
# From cloud.reown.com (Reown / WalletConnect)
|
|
VITE_WALLETCONNECT_PROJECT_ID=your_reown_project_id_from_cloud_reown_com
|
|
VITE_THIRDWEB_CLIENT_ID=your_thirdweb_client_id_here
|
|
VITE_RPC_URL_138=https://rpc-http-pub.d-bis.org
|
|
|
|
# Z Chain (chainId 900002) — International Z Wallet
|
|
# VITE_ENABLE_Z_WALLET=true
|
|
# VITE_RPC_URL_900002=http://127.0.0.1:8546
|
|
# VITE_Z_CHAIN_EXPLORER_URL=https://explorer.z.omdnl.org
|
|
# VITE_Z_CHAIN_ID=900002
|
|
|
|
# Defi Oracle Meta Testnet (chain ID 2138) — off unless VITE_ENABLE_CHAIN2138 is true or 1
|
|
# VITE_ENABLE_CHAIN2138=true
|
|
# VITE_RPC_URL_2138=https://rpc.public-2138.defi-oracle.io
|
|
# VITE_EXPLORER_URL_2138=https://public-2138.defi-oracle.io
|
|
# Trustless bridge: L2 lockbox side — default 138; use 2138 for testnet (requires ENABLE_CHAIN2138)
|
|
# VITE_TRUSTLESS_L2_CHAIN_ID=138
|
|
# VITE_LOCKBOX_2138=0x...
|
|
# VITE_WETH_CHAIN2138=0x...
|
|
# VITE_CUSDT_CHAIN2138=0x...
|
|
# VITE_CUSDC_CHAIN2138=0x...
|
|
# VITE_TRANSACTION_MIRROR_CHAIN2138=0x...
|
|
# Optional: set the preferred wallet/switch target to 2138 when the flag above is enabled
|
|
# VITE_DEFAULT_FRONTEND_CHAIN_ID=2138
|
|
|
|
# Optional Environment Variables
|
|
VITE_ETHERSCAN_API_KEY=YourApiKeyToken
|
|
VITE_SAFE_SERVICE_URL=https://safe-transaction-mainnet.safe.global
|
|
VITE_SENTRY_DSN=your_sentry_dsn_here
|
|
VITE_ENV=development
|