cosmjs
cosmjs copied to clipboard
🐛 Fix inconsistent gas multiplier value between `signAndBroadcast` and `signAndBroadcastSync` methods
Synchronizes the gas multiplier value between the #signAndBroadcast
and #signAndBroadcastSync
methods so that it is equal to 1.4
everywhere.