Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ejwessel/gnosistxsubmitter


https://github.com/ejwessel/gnosistxsubmitter

Last synced: about 20 hours ago
JSON representation

Awesome Lists containing this project

README

        

# Gnosis Tx Submitter

* https://docs.gnosis-safe.io/tutorials/tutorial_tx_service_initiate_sign
* https://github.com/gnosis/safe-core-sdk/tree/main/packages/safe-core-sdk

.env:

```
PRIVATE_KEY=
INFURA_API_KEY=
```

Options:
```
-V, --version output the version number
-d, --data data to submit to gnosis trx service
-t --target target contract address the safe will submit data against
-s --safe safe address to submit transaction to
-n --nonce (optional) custom nonce to submit
-h, --help display help for command
```

Run:

```
HARDHAT_NETWORK=mainnet node scripts/submit-to-gnosis.js -d -s -t
```

This will then show up in the Gnosis UI