-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy path.env.mainnet
30 lines (26 loc) · 2.24 KB
/
.env.mainnet
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
# rollup-node process configs
ROLLUP_NODE_BOOTNODE=/dns4/collator-01-p2p-rollup-prod.gasp.xyz/tcp/30333/p2p/12D3KooWCnxPCDhnSDfw3WQReZxkyJ5fuQUFzVHmQx4SwVkd2Ndo
ROLLUP_NODE_CUSTOM_CHAINSPEC_URL=https://raw.githubusercontent.com/gasp-xyz/chainspec/f9604551934c498a6a814d84f2cd6c01803d24d7/rollup-dev-env-chainspecs/alpha-launch-f26183b-raw.json
# gasp-avs operator configs
CHAIN_ID=1
AVS_DEPLOYMENT_BLOCK=21394442
AVS_REGISTRY_COORDINATOR_ADDR=0x9A986296d45C327dAa5998519AE1B3757F1e6Ba1
AVS_RPC_URL=https://avs-aggregator-prod.gasp.xyz
OPT_IN_AT_STARTUP=false
###############################################################################
####### TODO: Operators please update below values for your node ##############
###############################################################################
# Use private endpoints for the Ethereum node, e.g. Tenderly nodes
ETH_RPC_URL=
ETH_WS_URL=
# Provide formatted JSON keys
# If you have them stored in files, you can use the following command to format them correclty:
# `jq -c '.' ecdsa.key.json` and `jq -c '.' bls.key.json`
# Example values:
# ECDSA_KEY_JSON='{"address":"9ef4db31c5a76f9de428bc15397e3af429b7d654","crypto":{"cipher":"aes-128-ctr","ciphertext":"f472d5e83e887f9bc82cd1e48f157cb7d213be2b63bef2f58d3e19b1247d6fe8","cipherparams":{"iv":"2629ef1bd82bb145fe822bf9e53f584e"},"kdf":"scrypt","kdfparams":{"dklen":32,"n":262144,"p":1,"r":8,"salt":"3e24f1f58298dbc97dc4e219977eefed8b8cb8cc155ff31e4f1d716b4ffbb94e"},"mac":"f898cd129ec387d694a8b92bb48712c8b48cf44e87381f997269f886d9ce125f"},"id":"7af17ec2-e827-5cb7-b962-3816d739c4f4","version":3}'
# BLS_KEY_JSON='{"pubKey":"E([19468314961342411094361522639716895982292311048840813288977711685419023216444,17276551549456630122471837811162107580038124192493249527560638750597218680642])","crypto":{"cipher":"aes-128-ctr","ciphertext":"84fc78532b398be82955d31e934c9fe834e85f82fc34c1f3e6d81bd434434ed8","cipherparams":{"iv":"5ddc9923e3b782fbef189673284dcb31"},"kdf":"scrypt","kdfparams":{"dklen":32,"n":262144,"p":1,"r":8,"salt":"ede82937ff2b29d78e523180e384b786685cba8d7c4399594242c8e810151e65"},"mac":"8994c1161e75538694a9c922cd1648e562bcf453924c3889e85f72434fb96f5e"}}'
ECDSA_KEY_JSON=
BLS_KEY_JSON=
# Provide password to decrypt the above keys
ECDSA_KEY_PASSWORD=
BLS_KEY_PASSWORD=