issues
search
statechannels
/
SCBridge-Wallet
MIT License
2
stars
3
forks
source link
Add a test for executing a L1 transfer
#66
Closed
lalexgap
closed
1 year ago
lalexgap
commented
1 year ago
Towards #43
This adds a basic test that:
constructs a
UserOperation
for a L1 transfer
Signs it with both participants
Submits it to the entrypoint contract(which executes it)
Checks the balance has been updated with the L1 transfer
Towards #43
This adds a basic test that:
UserOperation
for a L1 transfer