File tree Expand file tree Collapse file tree 3 files changed +12
-1
lines changed
Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 7272# Trading Bot Specific
7373config.json
7474config.toml
75+ config.copy.json
7576
7677trade_history_ * .json
7778backtest_results * .json
Original file line number Diff line number Diff line change 11FROM rust:1.89.0 as builder
22WORKDIR /app
3+ RUN apt-get update \
4+ && apt-get install -y --no-install-recommends \
5+ clang \
6+ libclang-dev \
7+ llvm-dev \
8+ build-essential \
9+ pkg-config \
10+ cmake \
11+ libssl-dev \
12+ && rm -rf /var/lib/apt/lists/*
313COPY . .
414RUN cargo build --release
515
Original file line number Diff line number Diff line change 11{
2- "relayer_api" : " http://localhost :8080" ,
2+ "relayer_api" : " http://84.46.253.204 :8080" ,
33 "wallet_address" : " 0x..." ,
44 "private_key" : " $PRIVATE_KEY" ,
55 "telegram" : {
You can’t perform that action at this time.
0 commit comments