Skip to content

Commit

Permalink
clean up unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
callmephilip committed Oct 30, 2023
1 parent 121a5cf commit 6b0900f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ PRICE_ORACLE_ADDRESS=0x07F544813E9Fb63D57a92f28FbD3FF0f7136F5cE
TOKEN_ADDRESS=0x9560e827aF36c94D2Ac33a39bCE1Fe78631088Db
CONNECTOR_TOKENS_ADDRESSES=0x9560e827aF36c94D2Ac33a39bCE1Fe78631088Db,0x4200000000000000000000000000000000000042,0x4200000000000000000000000000000000000006,0x8c6f28f2f1a3c87f0f938b96d27520d9751ec8d9,0x1f32b1c2345538c0c6f582fcb022739c4a194ebb,0xbfd291da8a403daaf7e5e9dc1ec0aceacd4848b9,0xc3864f98f2a61a7caeb95b039d031b4e2f55e0e9,0x9485aca5bbbe1667ad97c7fe7c4531a624c8b1ed,0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1
# token we are converting to
STABLE_TOKEN_SYMBOL=USDC
STABLE_TOKEN_ADDRESS=0x7F5c764cBc14f9669B88837ca1490cCa17c31607
# how often does the bot tick
BOT_TICKER_INTERVAL_MINUTES=1
Expand Down
1 change: 0 additions & 1 deletion bots/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
)

# token we are converting to
STABLE_TOKEN_SYMBOL = os.environ["STABLE_TOKEN_SYMBOL"]
STABLE_TOKEN_ADDRESS = os.environ["STABLE_TOKEN_ADDRESS"]

BOT_TICKER_INTERVAL_MINUTES = int(os.environ["BOT_TICKER_INTERVAL_MINUTES"])
Expand Down

0 comments on commit 6b0900f

Please sign in to comment.