Replies: 1 comment
-
Example txn with this tag: https://etherscan.io/tx/0xd73f8d3840a30a7a3269f8272fa1025b093fbd8211c52c847bcada5c192fd48a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Opensea and Gem use an attribution (4 byte domain tag) for calls made from their site to trace what site originated the request.
Right now, typescript-wise it's a bit awkward to extend WAGMI since some of the types are internal and it would be a great option to either add a domain tag to the calldata generation.
This could either be passing in the domain or allowing appending calldata on the prepare/write side.
https://twitter.com/stephanminkj/status/1579529208367235072
Beta Was this translation helpful? Give feedback.
All reactions