diff --git a/.env.example b/.env.example index 6cc48cd..bdd8a19 100644 --- a/.env.example +++ b/.env.example @@ -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 diff --git a/bots/settings.py b/bots/settings.py index 145d09b..ff67eee 100644 --- a/bots/settings.py +++ b/bots/settings.py @@ -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"])