centfinance / Symmetric.PoolsUI

High quality liquidity pool and index fund. The link below is for the xDai development server.
https://pools-xdai.cent.finance
GNU General Public License v3.0
5 stars 6 forks source link

ExchangeProxy on Celo not correctly verified #131

Closed TheNewAutonomy closed 2 years ago

TheNewAutonomy commented 2 years ago

On celo's block explorer, for the ExchangeProxy, in the write contract tab it shows the right methods, for the read contract for some reason its just error https://explorer.celo.org/address/0x7EbE42906a5F1DD96E47E7152102A6aA0A0d2459/read-contract

polartar commented 2 years ago

@TheNewAutonomy Is this Symmetric.Core project and are you going to redeploy and verify?

polartar commented 2 years ago

@TheNewAutonomy I contacted with Celo dev team and the issue is that we are using a multidimensional array of tuples "tuple[][]" that is not supported by the library. Currently, they open an issue and find a solution. https://github.com/poanetwork/ex_abi/issues/88

ayrat555 commented 2 years ago

hello can you please check if https://github.com/poanetwork/ex_abi/pull/89 works for you

polartar commented 2 years ago

Great!, it may work