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
Pick threshold metas that we were able to successfully build metadata for. Note that we won't be supporting the building of MerkleRootMultisig ISM metadata (because this requires data that's hard to get for self-relaying), and aggregation ISMs often include these. So we should be tolerant of us not being able to build sub module ISM metadata. In the agents, we have some logic to use the cheapest valid metadatas, but this is 100% optional, imo it's fine here to just arbitrarily pick the threshold sub modules that we were able to successfully build metadata for
Note this should be built out in a protocol agnostic manner, but we expect to only implement chain interactions (view calls, etc) for EVM for now.
In the SDK:
threshold
metas that we were able to successfully build metadata for. Note that we won't be supporting the building of MerkleRootMultisig ISM metadata (because this requires data that's hard to get for self-relaying), and aggregation ISMs often include these. So we should be tolerant of us not being able to build sub module ISM metadata. In the agents, we have some logic to use the cheapest valid metadatas, but this is 100% optional, imo it's fine here to just arbitrarily pick thethreshold
sub modules that we were able to successfully build metadata forThe text was updated successfully, but these errors were encountered: