-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.example
More file actions
22 lines (19 loc) · 1 KB
/
Copy pathenv.example
File metadata and controls
22 lines (19 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Treasury V3(Base 8453 / CoNET 224422 同址 UUPS proxy)
TREASURY_V3_ADDRESS=0xa208982212978550594A7FEEB70a61665d129003
# Compatibility aliases used by the server bootstrap.
BASE_TREASURY_ADDRESS=0xa208982212978550594A7FEEB70a61665d129003
# 优先使用 Beamio Base RPC wss;vote 与 /base-rpc 转发内部转为 https
BASE_RPC=wss://base-rpc.conet.network/ws
# Base RPC HTTP:当 BASE_RPC 未设置时使用
BASE_RPC_HTTP=https://base-rpc.conet.network
# CoNET(224422):与 Base 同 canonical 地址
CONET_TREASURY_ADDRESS=0xa208982212978550594A7FEEB70a61665d129003
CONET_RPC=https://rpc1.conet.network
TREASURY_V3_DEPLOY_BLOCK_BASE=49122950
TREASURY_V3_DEPLOY_BLOCK_CONET=557036
# Each miner submits voteBridgeOperation directly on the destination chain.
# The miner reaching the 2/3 quorum executes mint/release in the same transaction.
TREASURY_V3_POLL_DELAY_MS=12000
TREASURY_V3_BACKFILL_BLOCKS=0
TREASURY_V3_CHUNKS_PER_TICK=4
# @deprecated old BUnit/Peer listener variables and addresses are no longer used.