-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
29 lines (27 loc) · 964 Bytes
/
.env.example
File metadata and controls
29 lines (27 loc) · 964 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
APP_NAME=Telos Oracle Dashboard
# TESTNET VALUES
NETWORK_CHAIN_ID=1eaa0824707c8c16bd25145493bf062aecddfeb56c736f6ba6397f3195f33c9f
NETWORK_HOST=testnet.telos.caleos.io
NETWORK_PORT=443
NETWORK_PROTOCOL=https
NETWORK_EVM_RPC=https://testnet.telos.net/evm
NETWORK_EVM_ENDPOINT=https://testnet.telos.caleos.io
NETWORK_EVM_CONTRACT=eosio.evm
NETWORK_EVM_CHAIN_ID=41
NETWORK_EXPLORER=https://telos-test.bloks.io
HYPERION_ENDPOINT=https://testnet.telos.caleos.io
ORACLE_CONTRACT=oracletest12
ORACLE_CONSUMER=rngconsumer2
# MAINNET VALUES
#NETWORK_CHAIN_ID=4667b205c6838ef70ff7988f6e8257e8be0e1284a2f59699054a018f743b1d11
#NETWORK_HOST=telos.caleos.io
#NETWORK_PORT=443
#NETWORK_PROTOCOL=https
#NETWORK_EVM_RPC=https://mainnet.telos.net/evm
#NETWORK_EVM_ENDPOINT=https://telos.caleos.io
#NETWORK_EVM_CONTRACT=telos.evm
#NETWORK_EVM_CHAIN_ID=40
#NETWORK_EXPLORER=https://telos.bloks.io
#HYPERION_ENDPOINT=https://telos.caleos.io
#ORACLE_CONTRACT=TBD
#ORACLE_CONSUMER=TBD