You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created a DAO using Snapshot X with the OpenZeppelin voting strategy. However, when I try to create a proposal, I encounter an error.
After a brief look at the code, I came across the file /packages/sx.js/src/strategies/evm/ozVotes.ts, where the getParams function return empty data. I suspect this might be the root cause of the issue.
It makes me wonder if OpenZeppelin is actually supported, or if I am doing something wrong. Could you clarify?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hi
I created a DAO using Snapshot X with the OpenZeppelin voting strategy. However, when I try to create a proposal, I encounter an error.
After a brief look at the code, I came across the file
/packages/sx.js/src/strategies/evm/ozVotes.ts
, where thegetParams
function return empty data. I suspect this might be the root cause of the issue.It makes me wonder if OpenZeppelin is actually supported, or if I am doing something wrong. Could you clarify?
Thanks in advance!
The text was updated successfully, but these errors were encountered: