balancer / b-sdk

MIT License
20 stars 8 forks source link

chore: add optimism rpc url to envs #418

Closed agualis closed 1 week ago

agualis commented 1 week ago

Fixes integration tests by:

  1. Replacing optimism fallback rpc url from https://optimism.gateway.tenderly.co (was failing) to https://optimism.llamarpc.com (more stable according to https://chainlist.org/chain/10)

  2. Defining OPTIMISM_RPC_URL in CI and vitest setup.

The last step would be defining the OPTIMISM_RPC_URL env in the repo secrets.

agualis commented 1 week ago

@johngrantuk Do you have permissions to add OPTIMISM_RPC_URL to the secrets?

johngrantuk commented 1 week ago

@johngrantuk Do you have permissions to add OPTIMISM_RPC_URL to the secrets?

Yeah, I've added it now. Thanks for fixing it!