https://github.com/5afe/safe-cowswap
https://github.com/5afe/safe-cowswap
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/5afe/safe-cowswap
- Owner: 5afe
- License: lgpl-3.0
- Created: 2025-01-23T12:33:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-24T09:10:01.000Z (over 1 year ago)
- Last Synced: 2025-01-31T03:42:07.229Z (over 1 year ago)
- Language: TypeScript
- Size: 59.6 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Safe Cowswap
Set `.env` params
```bash
npm i
```
```bash
npm run setup-safe
```
Fund the deployed safe with ETH and update the `.env` file.
Update the variables in `constants.ts` as needed.
```bash
npm run deposit-and-approve
```
```bash
npm run swap
```