Replies: 3 comments 2 replies
-
Good idea! Definitely would accept this contribution if you or anyone else wants to work on it. |
Beta Was this translation helpful? Give feedback.
2 replies
-
any update here? |
Beta Was this translation helpful? Give feedback.
0 replies
-
For anyone interested, you can do it in your config file like this: https://github.com/RSS3-Network/Developer/blob/65babdd84b8951a1e6d8edd331c92dff9f325146/src/lib/wagmi/gen.ts#L11-L18 |
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
Uh oh!
There was an error while loading. Please reload this page.
-
When generating the sdk with contracts from etherscan plugin, if the contract is a proxy, there's no way to generate a sdk for the implementation instead of for the proxy. In those cases, we have to manually fetch the ABI and set it up without the Etherscan plugin.
There could be a field in the etherscan contract config to indicate if we want the proxy implementation
Beta Was this translation helpful? Give feedback.
All reactions