Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update
HooksTrampoline
Address (#1815)
Since the Shapella hardfork landed on Gnosis Chain, we no longer need a different address for the hooks trampoline π. For more context see cowprotocol/hooks-trampoline#6. ### Test Plan Contract code is identical on Mainnet and Gnosis Chain. ```shell rpc='{ "id": 1,"jsonrpc": "2.0","method": "eth_getCode", "params": ["0x01dcb88678aedd0c4cc9552b20f4718550250574", "latest"] }' diff -u --color \ <(curl -s https://mainnet.infura.io/v3/$INFURA_PROJECT_ID --data "$rpc" | jq '.result') \ <(curl -s https://rpc.gnosischain.com/ --data "$rpc" | jq '.result') ```
- Loading branch information