Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: conflicting token names #71

Closed
wants to merge 1 commit into from
Closed

fix: conflicting token names #71

wants to merge 1 commit into from

Conversation

LPX55
Copy link
Contributor

@LPX55 LPX55 commented Nov 2, 2023

Forge Assets page when trying to deposit Noble USDC generates the following payload:

{
  "account_number": "nnnn",
  "chain_id": "noble-1",
  "fee": {
    "gas": "300000",
    "amount": [
      {
        "amount": "0",
        "denom": "uusdc"
      }
    ]
  },
  "memo": "",
  "msgs": [
    {
      "type": "cosmos-sdk/MsgTransfer",
      "value": {
        "receiver": "evmos1xxx",
        "sender": "noble1fxxx",
        "source_channel": "channel-7",
        "source_port": "transfer",
        "timeout_height": {
          "revision_height": "16865337",
          "revision_number": "2"
        },
        "timeout_timestamp": "1698941235289511273",
        "token": {
          "amount": "187913",
          "denom": "gravity0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48"
        }
      }
    }
  ],
  "sequence": "3"
}

Seeing if the conflicting token name fixes the incorrect denom

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants