forked from cerc-io/stack-orchestrator
26 lines
1.3 KiB
Plaintext
26 lines
1.3 KiB
Plaintext
|
# Required for:
|
||
|
# Nitro contracts deployment
|
||
|
# MobyMask contract deployment
|
||
|
CERC_PRIVATE_KEY_DEPLOYER="0x888814df89c4358d7ddb3fa4b0213e7331239a80e1f013eaa7b2deca2a41a218"
|
||
|
|
||
|
# ipld-eth-server's go-nitro node credentials
|
||
|
NITRO_PK=2d999770f7b5d49b694080f987b82bbc9fc9ac2b4dcc10b0f8aba7d700f69c6d
|
||
|
NITRO_CHAIN_PK=570b909da9669b2f35a0b1ac70b8358516d55ae1b5b3710e95e9a94395090597
|
||
|
|
||
|
# Watcher's nitro node credentials
|
||
|
CERC_WATCHER_NITRO_PK="0279651921cd800ac560c21ceea27aab0107b67daf436cdd25ce84cad30159b4"
|
||
|
|
||
|
# Used for sending MobyMask chain txs; also serves as chain pk for watcher's nitro node
|
||
|
CERC_PRIVATE_KEY_PEER="111b7500bdce494d6f4bcfe8c2a0dde2ef92f751d9070fac6475dbd6d8021b3f"
|
||
|
|
||
|
# Ponder app's nitro node credentials
|
||
|
CERC_PONDER_NITRO_PK=58368d20ff12f17669c06158c21d885897aa56f9be430edc789614bf9851d53f
|
||
|
CERC_PONDER_NITRO_CHAIN_PK=fb1e9af328c283ca3e2486e7c24d13582b7912057d8b9542ff41503c85bc05c0
|
||
|
|
||
|
# Used by watcher and ponder app for sending upstream payments
|
||
|
CERC_UPSTREAM_NITRO_ADDRESS="0xAAA6628Ec44A8a742987EF3A114dDFE2D4F7aDCE" # corresponds to NITRO_PK
|
||
|
CERC_UPSTREAM_NITRO_MULTIADDR="/dns4/go-nitro/tcp/5005/ws/p2p/16Uiu2HAmSjXJqsyBJgcBUU2HQmykxGseafSatbpq5471XmuaUqyv"
|
||
|
|
||
|
# Used by the the MobyMask app to make payments to watcher
|
||
|
CERC_PAYMENT_NITRO_ADDRESS="0xBBB676f9cFF8D242e9eaC39D063848807d3D1D94" # corresponds to CERC_WATCHER_NITRO_PK
|