Use hardcoded fees for editing badges

This commit is contained in:
Serkan Reis 2024-06-11 20:51:55 +03:00
parent 28741049ee
commit 3511a57eb9

View File

@ -342,7 +342,8 @@ export const badgeHub = (client: SigningCosmWasmClient, txSigner: string): Badge
},
'auto',
'',
editFee ? [coin(editFee, 'ustars')] : [],
[coin(200000000, 'ustars')],
// editFee ? [coin(editFee, 'ustars')] : [],
)
return res.transactionHash