LedgerHQ/ledger-asset-dapps

Need to whitelist a Factory created contract

georgeciubotaru opened this issue · 1 comments

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.

  1. 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?

  2. Based on the structure we should define the abis folder, b2c and eip712 files, where should we declare this structure https://github.com/LedgerHQ/clear-signing-format-spec/blob/master/spec.md ?

  3. 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!