We are testing against Goerli... and this is not right
Some unlockjs tests are apparently running againt Goerli. This is dangerous because it breaks our tests when something is wrong on goerli.
We should never test against any external data source (chain, subgraphs... etc)
Example of failed jobs because of this https://github.com/unlock-protocol/unlock/actions/runs/4602690240/jobs/8131935944
It seems to be here https://github.com/unlock-protocol/unlock/blob/de0df50c28bb0864f31859aa59c2a30a20374986/packages/unlock-js/src/tests/web3Service.test.js#L8
That may start to fail when goerli gets deprec
Subgraph get its introspection file from Goerli too
we are now testing against Optimism https://github.com/unlock-protocol/unlock/pull/13540
Subgraph get its introspection file from Goerli too
This was changed to mainnet a while ago