Hello, people.
I have questions during development, trying to find a telegram community where real developers could help me.
Building cross chain dao.
Is openzeppelin ERC20Wrapper extension compatible with established bridges like Polygon Pos Bridge?
Polygon Bridge requires deposit() and withdraw() functions in token contract, but ERC20Wrapper has depositFor() and withdrawTo() functions. I need to implement deposit() and withdraw() myself? Or am I generally on the wrong path in my reasoning?
If I want to use openzeppelin library tightly to write smart contracts at the highest level of abstraction available these days, but I'm running into incompatibility issues, what i need to do?
If there are no active developers here, then advise the tg group where there are such.