Skip to content

Latest commit

 

History

History
21 lines (10 loc) · 501 Bytes

File metadata and controls

21 lines (10 loc) · 501 Bytes

Transaction-batch-builder

Helper for submitting json to Gnosis Safe Transaction batch builder

Run first :

npm i

In order to get a list of all LG on lockers and strategies (Angle, Balancer, Curve), run :

node getAddress.js

In order to generate the json file used for create a batch transaction on gnosis safe multisig run :

python3 transaction_batch_builder.py

The result will named : Transaction Batch.json

Don't forget to change the address of liquidRouter if needed.