Closed Montspy closed 2 years ago
Example transfer-config.json
file (plaintext for now, but encryption with JWT should be a priority)
{
"private_key": "0x0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef", # L2 private key
"private_key_mm": "0x0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef", # L1 private key (MetaMask wallet)
"sender": "0x1c65331556Cff08bb06c56fBb68FB0D1D2194F8A", # Sender wallet address, ENS or Loopring AccountID (MetaMask wallet)
"fee_token": 1 # 0: ETH, 1:LRC, ...
}
Closing as LooPyMinty functionality will be pulled into LooPyGen directly with PR #47
New batch transfer tool for MetaMask wallets. TODO tracked here https://github.com/Montspy/LooPyMinty/pull/35#issuecomment-1119356665