We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ZodError: [ { "code": "invalid_type", "expected": "string", "received": "undefined", "path": [ "deposits", 0, "global_index" ], "message": "Required" }, { "code": "invalid_type", "expected": "string", "received": "undefined", "path": [ "deposits", 1, "global_index" ], "message": "Required" } ]
Running the docker image: image: hermeznetwork/zkevm-bridge-ui:multi-network
Firefox
Desktop/Ubuntu 22.04
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary of Bug
ZodError: [
{
"code": "invalid_type",
"expected": "string",
"received": "undefined",
"path": [
"deposits",
0,
"global_index"
],
"message": "Required"
},
{
"code": "invalid_type",
"expected": "string",
"received": "undefined",
"path": [
"deposits",
1,
"global_index"
],
"message": "Required"
}
]
Steps to Reproduce
Running the docker image: image: hermeznetwork/zkevm-bridge-ui:multi-network
Browser information
Firefox
Desktop/Ubuntu 22.04
Additional Information & Screenshots
The text was updated successfully, but these errors were encountered: