Skip to content

Commit

Permalink
Try to match signature
Browse files Browse the repository at this point in the history
  • Loading branch information
lindlof committed Nov 23, 2020
1 parent b04d8ce commit fed4b4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/src/keplrWallet.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,11 +134,11 @@ export default async (chainId, chainName, lcdUrl, rpcUrl, setClient) => {
tx_encryption_seed,
{
init: {
amount: [{ amount: '250000', denom: 'uscrt' }],
amount: [{ amount: '6250', denom: 'uscrt' }],
gas: '250000',
},
exec: {
amount: [{ amount: '250000', denom: 'uscrt' }],
amount: [{ amount: '6250', denom: 'uscrt' }],
gas: '250000',
},
},
Expand Down

0 comments on commit fed4b4f

Please sign in to comment.