Releases: cowdao-grants/cow-fee
Releases · cowdao-grants/cow-fee
v1.6.0
v1.5.0
v1.4.1
What's Changed
- Fix ink deploy by @kaze-cow in #67
- Revert "Fix ink deploy (#67)" by @kaze-cow in #68
- Update config for ink by @AryanGodara in #69
Full Changelog: v1.4.0...v1.4.1
v1.4.0
What's Changed
- Add ink broadcast by @kaze-cow in #65
- Add ink to the config by @AryanGodara in #66
New Contributors
- @AryanGodara made their first contribution in #66
Full Changelog: v1.3.0...v1.4.0
v1.3.0
v1.1.0
What's Changed
- Lens deployment by @squadgazzz in #57
- Add bnb support and module deployment by @fafk in #59
- Make the drip tx more resilient by @anxolin in #53
- Refactor logic: Divide in smaller functions by @anxolin in #54
- Unit tests for executeTransaction by @anxolin in #56
New Contributors
Full Changelog: v1.0.3...v1.1.0
v1.0.3
v1.0.2
v1.0.1
v1.0.0
This release adds the automatic wrapping of Ether.
It is a breaking change, because of a rename of one of the parameters of the contract:
toToken --> nativeWrappedToken.
The script usage is the same.
Additionally adds new networks: polygon, avalanche, sepolia.
What's Changed
- chore: add .env file and other misc nitpicks by @anxolin in #37
- feat: automatically wrap native tokens by @anxolin in #40
- chore: deploy in arbitrum by @anxolin in #42
- chore: deploy to base by @anxolin in #44
- chore: deploy in gnosis by @anxolin in #45
- chore: deploy to avalanche by @anxolin in #43
- chore: deploy polygon by @anxolin in #47
- chore: deploy mainnet by @anxolin in #50
- chore: deploy in sepolia by @anxolin in #48
- Add deployment parameter comparision script by @fedgiac in #49
New Contributors
Full Changelog: v0.4.2...v1.0.0