July 29

EAWEAWE

$ConfigContent = @"
# Not Change
chain:
# Not Change
endpoint: "testnet-node-2.prover.xyz:9090"
# Not Change
chain_id: "cysicmint_9000-1"
# Not Change
gas_coin: "cysic"
# Not Change
gas_price: 10
# Modify Here: ! Your Address (EVM) submitted to claim rewards
claim_reward_address: "0x2D204520E3Dc9575C7faa3DeD1B988ce21B22660"

server:
# don't modify this
cysic_endpoint: "https://api-testnet.prover.xyz"
"@
$ConfigContent | Out-File -FilePath "cysic-verifier\config.yaml" -Encoding UTF8