forked from Fairmint/open-captable-protocol
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
37 lines (30 loc) · 980 Bytes
/
.env.example
File metadata and controls
37 lines (30 loc) · 980 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
31
32
33
34
35
36
37
# Offchain db connection string for mongodb
DATABASE_URL="mongodb://tap:tap@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
# Change this to the chain id of the network you are deploying to
# Use 31337 for Anvil's, 32586980208 for Arbitrum's
CHAIN_ID=31337
# 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
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=
# Canton config
TRANSFER_AGENT_CLIENT_SECRET=
FAIRMINT_PARTY_ID=
FAIRMINT_USER_ID=