Closed nai2283 closed 2 days ago
Hi @nai2283, we will look into this right away, and will provide a fix as quickly as possible. I'll get back to you with further infos shortly.
Thanks for the report @nai2283! I can reproduce. I reached out the team to figure out what's happening.
Good catch, it's indeed an inherited issue as we are loading the addresses automatically from the minter. The cross-chain team is working on a fix 👉 https://forum.dfinity.org/t/cketh-a-canister-issued-ether-twin-token-on-the-ic/22819/227?u=peterparker
The issue was handled as an important incident and was resolved through proposal 134344. I just tried to convert ETH -> ckETH in OISY and everything worked out. Thanks again for reporting the issue.
Possibly due to that the new contract split the deposit function into two differect functions - Deposit Erc20 and Deposit Eth, while Oisy is still using the single Deposit function call.