[WALLET]
; This is your ETH wallet's private key.
SECRET_KEY=private_wallet_key
; The uptime of this node is pretty bad, you should consider using a private node.
WSS_NODE=wss://main-light.eth.linkpool.io/ws
[CONTRACTS]
; These variables support ETH pre-defined contract (ETH).
; For other contracts, you'll have to specify the contract address yourself.
INPUT=ETH
OUTPUT=0xabcdefghijklmno
[TRANSACTION]
GAS_LIMIT=500000
GAS_PRICE=15
; This variable is the amount of ETH you wish to use with the input contract.
AMOUNT_IN=0.03
BUY_SLIPPAGE=10