api3dao / airnode

Airnode monorepo
https://docs.api3.org/
MIT License
160 stars 66 forks source link

Replace deprecated Goerli testnets #1974

Closed vanshwassan closed 2 months ago

vanshwassan commented 3 months ago

Some of the testnets based on Goerli are now officially deprecated. Some of them also caused the CI runs to fail. Removed the following Goerli testnets:

Also deployed protocol contracts to the newer Sepolia Testnets:

This PR cannot be merged until the newer Sepolia testnets are added in the @api3/chains package.

dcroote commented 3 months ago

I'm fine with removing these goerli chains since they're all deactivated / decommissioned (rather than just deprecated).

vanshwassan commented 3 months ago

Looks like the newly added Arbitrum Sepolia Testnet is failing verification..?

Yeah, I noticed that running deploy:deterministic command didn't add the transactionHash and receipt in the json files for arbitrum-sepolia for some reason. Not sure why, but I generated the receipt and added those fields manually.