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
Planning to integrate the Clearpool Finance protocol apps into the Ledger, but having some issues.
Scope: Implement Clear Signing for whitelisting Clearpool contracts interactions with Ledger.
We have Factory and dynamically created contract Pools, what is the flow to add them?
Should we add manually one by one and repeat for each of them the abi file?
We are supporting most of the networks from the list, is it okay to have 1 PR per network, or somehow to validate the correct structure with 1 network, before proceeding with the others?
Thank you!
The text was updated successfully, but these errors were encountered:
Planning to integrate the
Clearpool Finance
protocol apps into the Ledger, but having some issues.Scope: Implement Clear Signing for whitelisting Clearpool contracts interactions with Ledger.
We have Factory and
dynamically
created contract Pools, what is the flow to add them?Should we add manually one by one and repeat for each of them the abi file?
Based on the structure we should define the
abis
folder,b2c
andeip712
files, where should we declare this structure https://github.com/LedgerHQ/clear-signing-format-spec/blob/master/spec.md ?We are supporting most of the networks from the list, is it okay to have 1 PR per network, or somehow to validate the correct structure with 1 network, before proceeding with the others?
Thank you!
The text was updated successfully, but these errors were encountered: