Open eitjuh opened 2 years ago
See this fix: https://github.com/EmerisHQ/emeris-extension/pull/201
When trying a custom tx like below, the data tab is loading forever
window.emeris.signTransaction({ chainId: 'cosmos-hub', signingAddress: 'cosmos1jfg84tpacwx4x3qnvt2ava0apzec9dz3mmd59g', messages: [ { type: 'fefwfe', data: { amount: { denom: 'uatom', amount: 1 }, chain_name: 'cosmos-hub', to_address: 'cosmos1jfg84tpacwx4x3qnvt2ava0apzec9dz3mmd59g', from_address: 'cosmos1jfg84tpacwx4x3qnvt2ava0apzec9dz3mmd59g' } }, ], fee: { gas: "200000", amount: [{ amount: 1, denom: 'uatom'}] } }).then(console.log)
I guess type: 'fefwfe', causes an error. Should be caught.
type: 'fefwfe',
See this fix: https://github.com/EmerisHQ/emeris-extension/pull/201
When trying a custom tx like below, the data tab is loading forever