ApeWorX / ape-alchemy

Alchemy network provider plugin for the Ape Framework
https://www.apeworx.io/
21 stars 13 forks source link

feat: add support for polygon-zkevm networks #75

Closed antazoey closed 3 months ago

antazoey commented 3 months ago

self explanatory

also required fixing something with multiname network names in API key check

also was forced to have weird handling for not-implemented on a couple methods because was just getting empty 400s and couldnt really do anything with those

antazoey commented 3 months ago

a TODO might be to add more support for zkEVM Methods

zkevm_consolidatedBlockNumber zkevm_isBlockConsolidated zkevm_isBlockVirtualized zkevm_batchNumberByBlockNumber zkevm_batchNumber zkevm_virtualBatchNumber zkevm_verifiedBatchNumber zkevm_getBatchByNumber zkevm_getBroadcastURI

fubuloubu commented 3 months ago

a TODO might be to add more support for zkEVM Methods

zkevm_consolidatedBlockNumber zkevm_isBlockConsolidated zkevm_isBlockVirtualized zkevm_batchNumberByBlockNumber zkevm_batchNumber zkevm_virtualBatchNumber zkevm_verifiedBatchNumber zkevm_getBatchByNumber zkevm_getBroadcastURI

Not too terribly interested in diving down that rabbit hole unless people really need it