Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ejwessel/gnosistxsubmitter
https://github.com/ejwessel/gnosistxsubmitter
Last synced: about 20 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/ejwessel/gnosistxsubmitter
- Owner: ejwessel
- Created: 2021-05-29T20:21:19.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-25T21:42:07.000Z (almost 3 years ago)
- Last Synced: 2023-02-28T13:01:47.662Z (over 1 year ago)
- Language: JavaScript
- Size: 207 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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