-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.env.example
More file actions
30 lines (25 loc) · 797 Bytes
/
.env.example
File metadata and controls
30 lines (25 loc) · 797 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
30
# Offchain db connection string for mongodb
DATABASE_URL="mongodb://ocp:ocp@localhost:27017/mongo?authSource=admin&retryWrites=true&w=majority"
DATABASE_REPLSET="0" # set to "1" if using --replSet option in mongo. this allows transactions
# RPC url for testnet (defaults to Anvil's http://127.0.0.1:8545)
RPC_URL=http://127.0.0.1:8545
# Update with the private key of the account that will be used to deploy the contracts
PRIVATE_KEY=UPDATE_ME
# Etherscan API keys
ETHERSCAN_L2_API_KEY=UPDATE_ME
ETHERSCAN_L1_API_KEY=UPDATE_ME
# Server port
PORT=8293
# FACET ADDRESSES
FACTORY_ADDRESS=
REFERENCE_DIAMOND=
DIAMOND_CUT_FACET=
ISSUER_FACET=
STAKEHOLDER_FACET=
STOCK_CLASS_FACET=
STOCK_FACET=
CONVERTIBLES_FACET=
EQUITY_COMPENSATION_FACET=
STOCK_PLAN_FACET=
WARRANT_FACET=
STAKEHOLDER_NFT_FACET=