RevokeCash / revoke.cash

❌ Revoke or update your token approvals
https://revoke.cash
MIT License
674 stars 238 forks source link

Add Areon Network Mainnet #205

Closed emrahsky closed 7 months ago

vercel[bot] commented 7 months ago

@emrahsky is attempting to deploy a commit to the Kalis Software Team on Vercel.

A member of the Team first needs to authorize it.

rkalis commented 7 months ago

Hey @emrahsky, unfortunately the public RPC for Areon does not support full-history getLogs requests, so either there needs to be a different RPC that does support it or it needs to be supported using the SupportType.COVALENT or SupportType.ETHERSCAN_COMPATIBLE methods. It doesn't look like those are currently available either, so we will need to revisit later when one of the three supported methods is available. Feel free to re-open this PR when that is available.

CleanShot 2024-03-22 at 14 30 00@2x
emrahsky commented 6 months ago

Hey @emrahsky, unfortunately the public RPC for Areon does not support full-history getLogs requests, so either there needs to be a different RPC that does support it or it needs to be supported using the SupportType.COVALENT or SupportType.ETHERSCAN_COMPATIBLE methods. It doesn't look like those are currently available either, so we will need to revisit later when one of the three supported methods is available. Feel free to re-open this PR when that is available.

CleanShot 2024-03-22 at 14 30 00@2x

Hello, Do we have a value for the maximum here? I'll update it.

rkalis commented 6 months ago

This is something that would need to be changed on the RPC config side of the Areon RPC server. I don't know what that config would look like and how to change it though.

emrahsky commented 6 months ago

yes I will update it on rpc, it is defined this way inside, I will increase it, let's try again