axelarnetwork / support

Your source for support with the Axelar Network
3 stars 1 forks source link

Q: Pre-existing Polygon token, can't create interchain token #79

Closed axldefi closed 7 months ago

axldefi commented 7 months ago

I'm trying to deploy a pre-existing Polygon token MOON (0x7AEfff599570dEC2F3DbBc2ACe3cb1F8206749eB) that was deployed initially on Polygon as an interchain token, but the interface won't allow me to do so.

No matter what chain I select, the register button is disabled.

Tried the same process with a test token, and everything went smoothly.

image

Appreciate any support on this matter, thank you!

Olanetsoft commented 7 months ago

Hey @axldefi, thank you so much for bringing this to our attention. I've just gone through the process myself and encountered the same issue. Rest assured, I've already escalated this to our team internally. I'll make sure to keep you updated and provide feedback as soon as possible.

Could you please let me know if you utilized the portal to create this interchain token or if you did it programmatically? Which browsers and their respective versions you've used to encounter this issue? This will be incredibly helpful for our investigation. Thank you!

axldefi commented 7 months ago

Hey @Olanetsoft, glad it helped!

I am using: Google Chrome 121.0.6167.185

With Metamask extension, if it helps.

axldefi commented 7 months ago

The token was created on Polygon, not as an interchain token, and was about to start the creation of the interchain process for the other chains (AVAX, Arbitrum, etc)

canhtrinh commented 7 months ago

can you open your inspector window (option+command+i) and tell us if you see any errors in the console tab?

axldefi commented 7 months ago

can you open your inspector window (option+command+i) and tell us if you see any errors in the console tab?

There is no error in the Console tab, and network calls either.

Now seems that the Register button is active, but when clicking on it the "Confirm on wallet" your wallet message is spinning, but no Metamask TX is triggered.

Again, with 0 DEV console errors displayed.

Olanetsoft commented 7 months ago

Hello @axldefi, thank you for your patience. A fix was pushed. Can you retry now?

axldefi commented 7 months ago

Hello @axldefi, thank you for your patience. A fix was pushed. Can you retry now?

Hello<

image

I can click the Register button now, but unfortunately, there is no TX pop-up appearing on Metamask

Checked both the console and network tab, and there is no error throwing.

There is an call: https://rpc.walletconnect.com/v1/?chainId=eip155:137&projectId=8dd25dd8f7f89b67d1c58b56f595071d

That do have the following response: { "jsonrpc": "2.0", "id": 8, "error": { "code": 3, "message": "execution reverted", "data": "0x2dd85afcf5ddb0c04985ee286ca7930c8dc38bcb5e71f123027cb8886b0dd834578120bd" } }

It might be the reason why.

Olanetsoft commented 7 months ago

Can you scroll down to the footer, click "Support" then click on the "Clear Cache" option and retry? @axldefi

axldefi commented 7 months ago

Unfortunately the same scenario happening after clearing cache as well.

canhtrinh commented 7 months ago

Ok, I can reproduce the issue of it kinda just hanging on "Confirm in Wallet" without any errors or next steps. I'll debug with the team and hope to push out a fix soon

axldefi commented 7 months ago

Any word about @canhtrinh ?

canhtrinh commented 7 months ago

hey @axldefi , we think the root cause is the portal erroneously recorded into our offline database the deployment of this token on polygon, even though the deployment didn't actually happen successfully. my guess it some intermittent edge case

i checked the activity for 0x4753b03e6E5b3fBaDdb938E454e8c229f1C69c1C on Feb 7, and I don't see a deployment tx of MOON token on ITS (let me know if I'm wrong).

So we're working on a fix to add some robustness/recovery mechanism for that scenario. If you agree that's the root cause, we'll delete the record from our offline database and have you try the registration of the MOON token on polygon again. if i'm wrong, can you share the original deployment tx of MOON token on ITS?

axldefi commented 7 months ago

Hei @canhtrinh ! You are right, I did not finish the process, so In case you can delete the record would be best. Appreciate the support and help!

canhtrinh commented 7 months ago

Cool, just deleted. Try again? now when you go here, you should see the option to register the token again on Polygon: https://interchain.axelar.dev/polygon/0x7AEfff599570dEC2F3DbBc2ACe3cb1F8206749eB

axldefi commented 7 months ago

Cool, just deleted. Try again? now when you go here, you should see the option to register the token again on Polygon: https://interchain.axelar.dev/polygon/0x7AEfff599570dEC2F3DbBc2ACe3cb1F8206749eB

Appreciate the support, it worked smoothly now! Registered on 3+ chains

Olanetsoft commented 7 months ago

Cool, just deleted. Try again? now when you go here, you should see the option to register the token again on Polygon: https://interchain.axelar.dev/polygon/0x7AEfff599570dEC2F3DbBc2ACe3cb1F8206749eB

Appreciate the support, it worked smoothly now! Registered on 3+ chains

Awesome! Thank you for your patience. 🙏 I will close this now.