Hi,
I’ve added some syncs events but did not bring the historical data. This functionallity should work with all the contracts?
Info:
Network: AVAX testnet / mainnet (I tried both)
contract address
0x9450A29eF091B625e976cE66f2A5818e20791999
Topic
AnswerUpdated(int256,uint256,uint256)
ABI
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "int256",
"name": "current",
"type": "int256"
},
{
"indexed": true,
"internalType": "uint256",
"name": "roundId",
"type": "uint256"
},
{
"indexed": false,
"internalType": "uint256",
"name": "updatedAt",
"type": "uint256"
}
],
"name": "AnswerUpdated",
"type": "event"
}
Regards