Skip to content
/ replay-tx Public

Script to Replay Past Safe Transaction in Wallet Interface

License

Notifications You must be signed in to change notification settings

5afe/replay-tx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Replay Safe Transaction

This repository provides a script for building a Safe{Wallet} Transaction Builder bundle from a previously executed transaction.

Disclaimer: Always verify transactions before executing them! The script could have bugs that inadvertently build incorrect bundles.

Requirements

  • jq
  • curl

Usage

To replay a Safe transaction for Safe eth:0x5afe5afE5afE5afE5afE5aFe5aFe5Afe5Afe5AfE with nonce 42, run:

bash replay-tx.sh eth:0x5afe5afE5afE5afE5afE5aFe5aFe5Afe5Afe5AfE 42 -o tx-bundle.json

This will create a tx-bundle.json file that can be imported into the Safe{Wallet} transaction builder interface.

About

Script to Replay Past Safe Transaction in Wallet Interface

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages