19 lines
664 B
Plaintext
19 lines
664 B
Plaintext
|
|
# Fireblocks Web3 — Chain 138 dedicated RPC
|
||
|
|
# Copy to .env and set in Fireblocks Console / SDK.
|
||
|
|
|
||
|
|
# Public HTTPS/WSS (use in Console and for external clients)
|
||
|
|
RPC_URL_138_FIREBLOCKS=https://rpc-fireblocks.d-bis.org
|
||
|
|
WS_URL_138_FIREBLOCKS=wss://ws.rpc-fireblocks.d-bis.org
|
||
|
|
|
||
|
|
# Chain ID (D-BIS / Defi Oracle Meta Mainnet)
|
||
|
|
CHAIN_ID_138=138
|
||
|
|
|
||
|
|
# Optional: LAN-only (when running from same network as RPC node)
|
||
|
|
# RPC_URL_138_FIREBLOCKS=http://192.168.11.232:8545
|
||
|
|
# WS_URL_138_FIREBLOCKS=ws://192.168.11.232:8546
|
||
|
|
|
||
|
|
# Fireblocks API (set in your app; do not commit .env with real keys)
|
||
|
|
# FIREBLOCKS_API_PRIVATE_KEY_PATH=
|
||
|
|
# FIREBLOCKS_API_KEY=
|
||
|
|
# FIREBLOCKS_VAULT_ACCOUNT_IDS=
|