the issue on that server is this event sync:
{
"chainId": "0xa869",
"address": "",
"topic": "createNewNftAuction(address,uint256,uint128,uint128,uint32,uint32,address[],uint32[])",
"abi": {
"anonymous": false,
"inputs": [
[
{
"internalType": "address",
"name": "_nftContractAddress",
"type": "address"
},
{
"internalType": "uint256",
"name": "_tokenId",
"type": "uint256"
},
{
"internalType": "uint128",
"name": "_minPrice",
"type": "uint128"
},
{
"internalType": "uint128",
"name": "_buyNowPrice",
"type": "uint128"
},
{
"internalType": "uint32",
"name": "_auctionBidPeriod",
"type": "uint32"
},
{
"internalType": "uint32",
"name": "_bidIncreasePercentage",
"type": "uint32"
},
{
"internalType": "address[]",
"name": "_feeRecipients",
"type": "address[]"
},
{
"internalType": "uint32[]",
"name": "_feePercentages",
"type": "uint32[]"
}
]
],
"name": "createNewNftAuction",
"type": "function"
},
"limit": 500000,
"tableName": "AVAXcreateNewNftAuction",
"sync_historical": false
}
because it has an abi that it is of tope function an not event
when an invalid event is added to sync like this one, all the other event syncs will stop working