You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Still Investigating, but seems like it's tipping on every check when it doesn't need to be.
log attached: auto-tipper-log.txt
my .env (with keys removed)
NETWORK="zkevm"
QUERY_ID="0x6908dd654640ba7c223a7bfb615a6b6238b839f31e3cdcc8804483a620439912"
QUERY_DATA="0x00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000953706f7450726963650000000000000000000000000000000000000...
INTERVAL="3600"
CHAINLINK_AGGREGATOR_ADDRESS="0xdC6720c996Fad27256c7fd6E0a271e2A4687eF18" # CHRONICLE wusdm/usd contract address
CHAINLINK_IS_FROZEN_TIMEOUT="5400" # 1.5 hours
CHAINLINK_MAX_PRICE_DEVIATION_FROM_PREVIOUS_ROUND="0.5" # 50%
PRICE_CHANGE_THRESHOLD="0" # "0.05" means 5% price change; if chainlink is down, and price changes more than this, then we will add a tip. Set this to "0" to disable this feature.
COLLATERAL_TOKEN_PRICE_URL_COINGECKO="https://pro-api.coingecko.com/api/v3/simple/price?x_cg_pro_api_key=CG-Wct8YyminHoN1Zb3Yu9gZWFA&ids=usdm&vs_currencies=usd"
note that I'm grabbing the price for usdm instead of wusdm because no wusdm/usd price available from coingecko api. (unclear but could be why tips are triggering)
The text was updated successfully, but these errors were encountered:
0xSpuddy
changed the title
Tips triggered too often by chronicle backup branch (bonus error at the end)
Tips triggered too often by chronicle backup branch
Jun 5, 2024
An auto tipper bot was configured for backing up Chronicle's wusdm/usd feeds on polygonZkevm: https://chroniclelabs.org/dashboard/oracle/WUSDM/USD?blockchain=POLYZK&txn=0x2b673ebd1033a12d1d15fa8589069530802081b9a8e96853c47477e28d9678d5&contract=0xdC6720c996Fad27256c7fd6E0a271e2A4687eF18
Still Investigating, but seems like it's tipping on every check when it doesn't need to be.
log attached:
auto-tipper-log.txt
my .env (with keys removed)
note that I'm grabbing the price for usdm instead of wusdm because no wusdm/usd price available from coingecko api. (unclear but could be why tips are triggering)
The text was updated successfully, but these errors were encountered: