mrlucciola / link-hack-ccip

FLIP: an omni-chain browser wallet. Send digital assets from multiple keys and addresses as if they were one.
MIT License
3 stars 0 forks source link

CreateTxn: add txn builder #120

Closed mrlucciola closed 9 months ago

mrlucciola commented 9 months ago

Use ethers.

Pre-work:

  1. Add mock optimizedAddrs (computed);
  2. Add buildTxn method on reviewTxn state:
    1. Look up addr info from optimizedAddrs;
    2. Run ethers build-txn fxn;