# you could get this from etherscan site, after creating account there, and then copying the key from there
MAINNET_RPC_URL="https://eth-mainnet.g.alchemy.com/v2/UnsHgxNtaQNzjgHsnctwR0Kn1DWj4ZQX"

# this wallet is used to sign the transactions for the relayer, you could get this from metamask, and then copy it here, this is the private key of the relayer wallet, which is used to sign the transactions for the relayer, you could get this from metamask, and then copy it here and make sure it should be always funded, don't put alot of amount, just put $50 and check it timely.

# it needs to be changed after deploying new contract, this is the address of the deployed contract
CONTRACT_ADDRESS="0x1D6b933A7F855f6EECCcdBE75283290C6e8a443A"

PORT="3001"
