Skip to content

Transaction builder JSON upload fails with no error #852

Description

Description

Upon uploading a JSON to the transaction builder, nothing visibly happens in the UI. The following error appears in the browser console

Image

Environment

  • Browser: Arc
  • Wallet: MetaMask
  • Safe: eth:0x9D3761A0fBdF80FD5E582377d411C3D6494B2399
  • Environment:
    • production

Steps to reproduce

  1. Go to any Safe
  2. Go to the transaction builder
  3. Upload a JSON (see example below)
  4. See that nothing happened

transactions.json

File content:

{
  "chainId": "1",
  "transactions": [
    {
      "to": "0x4D9339dd97db55e3B9bCBE65dE39fF9c04d1C2cd",
      "data": "0xa9059cbb0000000000000000000000004d9339dd97db55e3b9bcbe65de39ff9c04d1c2cd000000000000000000000000000000000000000000000000000000000000000a",
      "value": "0"
    }
  ]
}

Expected result

JSON is uploaded and populated in the transaction builder

Obtained result

Neither success or error message displays on the UI

Screenshots

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions