Add payable MacroForwarder as trusted forwarder #2027
d10r
started this conversation in
Governance - General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Rationale
We recently introduced the first Macro Forwarder, see #2014.
When developing Macro contracts, the need for the Macro Forwarder to be payable came up. By leveraging the already existing support of forwarding native tokens via batch operations, this makes it possible to have actions using native tokens.
The PR for the change is #2025
Operations
Deployment is done using the script deploy-macro-forwarder.sh, using a dedicated deployer account (
0x0A82D1c074d8266632548cf53477408DB9DBFB29
) which yields contract address0xFD0268E33111565dE546af2675351A4b1587F89F
for nonce 0.The deployer account for this vanity address was found using the application vanity-eth:
Steps executed:
Beta Was this translation helpful? Give feedback.
All reactions