Prathamesh Musale
5ce343566e
Part of [laconicd testnet validator enrollment](#19) The script: - Fetches onboarded participants using the configured laconicd GQL endpoint - Reads a given CSV file with subscribers data - Fetches all the onboarding txs using given laconicd RPC endpoint - For each subscriber registered as a participant, maps the laconic pubkey and latest onboarding tx height - Outputs the result in a CSV Co-authored-by: Nabarun <nabarun@deepstacksoft.com> Reviewed-on: #22 Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com> Co-committed-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
9 lines
177 B
Plaintext
9 lines
177 B
Plaintext
# Default: https://laconicd.laconic.com/api
|
|
LACONICD_GQL_ENDPOINT=
|
|
|
|
# Default: https://laconicd.laconic.com
|
|
LACONICD_RPC_ENDPOINT=
|
|
|
|
# Default: laconic_9000-1
|
|
LACONICD_CHAIN_ID=
|