balancer/frontend-v1

I cannot create pool due to loading issue

Closed this issue · 2 comments

Actual behavior

image

Steps to reproduce the behavior

FUNCTION TYPE: Execute
Parameters:
[
{
"type": "address"
},
{
"type": "bytes"
}
]
HEX DATA: 612 BYTES
0x1cff79cd000000000000000000000000de4a25a0b9589689945d842c5ba0cf4f0d4eb3ac000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000001e41a78a2750000000000000000000000009424b1412450d0f8fc2255faf6046b98213b76bd00000000000000000000000000000000000000000000000000000000000000c00000000000000000000000000000000000000000000000000000000000000120000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000470de4df820000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000020000000000000000000000006b175474e89094c44da98b954eedeac495271d0f000000000000000000000000a1d0e215a23d7030842fc67ce582a6afa3ccab8300000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000de0b6b3a764000000000000000000000000000000000000000000000000000000b967d2bb6b3f2800000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000de0b6b3a7640000000000000000000000000000000000000000000000000002a802f8630a24000000000000000000000000000000000000000000000000000000000000

It seems that it cannot load the decimals properly.
0xc7fd9ae2cf8542d71186877e21107e1f3a0b55ef

This token has its symbol and name stored as bytes32. App expects it to be string and therefore it fails. Might worth applying to get token eligible so it's metadata will be stored w/o fetching.