ZenGround0 / onramp-contracts

Prototyping smart contracts piping data to the filecoin network
2 stars 1 forks source link

Deploy scripts work for cross chains #6

Open ZenGround0 opened 3 months ago

ZenGround0 commented 3 months ago

Move deploy scripts into three different pieces one for filecoin deploy one for cross chain deploy one for wiring everything up together

Probably easiest with symmetric pieces of state as input to scripts --

  1. Keystore file of keys with tokens on network (calibration / cross chain testnet)
  2. RPC apis of networks

then just use foundry cast for everything remove lotus as much as possible