zeta-chain / node

ZetaChain’s blockchain node and an observer validator client
https://zetachain.com
MIT License
161 stars 104 forks source link

Can't send tokens using the Keplr wallet #1231

Closed fadeev closed 8 months ago

fadeev commented 11 months ago
Screenshot 2023-10-03 at 20 57 38 Screenshot 2023-10-03 at 20 56 54

Console:

POST https://zetachain-athens.blockpi.network/lcd/v1/public/cosmos/tx/v1beta1/simulate 400 (Bad Request)

Error: Failed to get response from https://zetachain-athens.blockpi.network/cosmos/tx/v1beta1/simulate
    at 351.bundle.js:2:451996
    at Generator.next (<anonymous>)
    at a (351.bundle.js:2:450458)

Error: Failed to get response from https://zetachain-athens.blockpi.network/cosmos/tx/v1beta1/txs
    at t.InExtensionMessageRequester.<anonymous> (244.bundle.js:2:1085778)
    at Generator.next (<anonymous>)
    at s (244.bundle.js:2:1085004)

In the Networks tab there is only one POST request and it's failing:

POST https://zetachain-athens.blockpi.network/lcd/v1/public/cosmos/tx/v1beta1/simulate

{"tx_bytes": "CpsBCpgBChwvY29zbW9zLmJhbmsudjFiZXRhMS5Nc2dTZW5kEngKK3pldGExOW5mYXF1OXdyMGZrdHl5YW1wdmE5OGVjMDI1a2p5MHBod3c1dW0SK3pldGExM3J5eXJ3ZXlwODQ5azNoYXJ3dHpmMHE3ODdxc2hnd212bHkycnMaHAoFYXpldGESEzEwMDAwMDAwMDAwMDAwMDAwMDASKQoJEgQKAgh/GI8EEhwKGgoFYXpldGESETEyNDEwNTYwMDAwMDAwMDAwGkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"}

I guess Keplr is trying to simulate the tx first and it's not working as expected.

ws4charlie commented 8 months ago

Keplr works well. I think we can close this issue for now.