We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 240ada4 commit 7e92f98Copy full SHA for 7e92f98
packages/client-utils/src/signing-smart-wallet-kit.ts
@@ -57,7 +57,6 @@ type WalletStoreEntryProxy<T, Recursive extends true | false = false> = {
57
: never;
58
};
59
60
-// TODO parameterize as part of https://github.com/Agoric/agoric-sdk/issues/5912
61
const defaultFee: StdFee = {
62
amount: [{ denom: 'ubld', amount: '500000' }], // XXX enough?
63
gas: '19700000',
0 commit comments