You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: refactor usages of chain selectors API to use remote API (#614)
This PR upgrades usages of the chain selectors lib to use the new Remote
API smartcontractkit/chain-selectors#182
Notes:
* The SUI and Aptos chain selectors remote APIs are not implemented yet.
So we are keeping the local ones. Those chains don't have many updates
so it's not as important to support that in the remote API + remote
support is only available on EVM in the meantime.
* A lot of the file changes are just standardising on the import name to
`chainsel`
* There's a couple of `context.Background` that I had to hardcode in the
evm sdk. This is because we still need to provide a `ctx` variable at
the interface level, which would mean a breaking change is introduced
and all chain families sdk would need to be updated. I'd prefer to leave
that for a separate PR to handle communications and keep things isolated
in case of reverts, etc.
---------
Signed-off-by: Pablo <pablo.estrada@smartcontract.com>
0 commit comments