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

bug(evm): tx result of funtoken creation is invalid json #2128

Closed
Tracked by #2155
onikonychev opened this issue Dec 24, 2024 · 1 comment · Fixed by #2154
Closed
Tracked by #2155

bug(evm): tx result of funtoken creation is invalid json #2128

onikonychev opened this issue Dec 24, 2024 · 1 comment · Fixed by #2154
Assignees
Labels
x: evm Relates to Nibiru EVM or the EVM Module

Comments

@onikonychev
Copy link
Contributor

The result of funtoken creation TX is not a valid JSON:

Example command:

nibid tx evm create-funtoken --erc20 0xF8Da4a4A57e4aFBdeA4c541DCa626a47Ed874729  --from validator -y --gas 100000000 --fees 2500000unibi | tx

Output of nibid q tx HASH:

@github-project-automation github-project-automation bot moved this to ⚡ Building 🧱 in ⚛️ Nibiru (Hougyoku) Dec 24, 2024
@onikonychev onikonychev changed the title bug( evm): tx result of funtoken creation is invalid json bug(evm): tx result of funtoken creation is invalid json Dec 24, 2024
@github-actions github-actions bot added the S-triage Status: This issue is waiting on initial triage. More Info: https://tinyurl.com/25uty9w5 label Dec 24, 2024
@Unique-Divine Unique-Divine removed the S-triage Status: This issue is waiting on initial triage. More Info: https://tinyurl.com/25uty9w5 label Dec 26, 2024
@Unique-Divine Unique-Divine self-assigned this Dec 30, 2024
@Unique-Divine Unique-Divine added the x: evm Relates to Nibiru EVM or the EVM Module label Dec 30, 2024
@k-yang
Copy link
Member

k-yang commented Jan 3, 2025

I received the following on rc14

"info": "",
"gas_wanted": "100000000",
"gas_used": "219736",
"tx": {
  "@type": "/cosmos.tx.v1beta1.Tx",
  "body": {
    "messages": [
      {
        "@type": "/eth.evm.v1.MsgCreateFunToken",
        "from_erc20": "0x76e03400dC49dD3Dbede29f5e11b0e7bc215F202",
        "from_bank_denom": "",
        "sender": "nibi1zaavvzxez0elundtn32qnk9lkm8kmcsz44g7xl"
      }
    ],
    "memo": "",
    "timeout_height": "0",
    "extension_options": [],
    "non_critical_extension_options": []
  },

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
x: evm Relates to Nibiru EVM or the EVM Module
Projects
Status: ✅ Completed
3 participants