mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-11 14:09:15 +00:00
stargate: Format gas limits
This commit is contained in:
parent
ac20c8aed7
commit
81793aea31
@ -73,10 +73,10 @@ export interface CosmosFeeTable extends FeeTable {
|
||||
|
||||
export const defaultGasPrice = GasPrice.fromString("0.025ucosm");
|
||||
export const defaultGasLimits: GasLimits<CosmosFeeTable> = {
|
||||
send: 80000,
|
||||
delegate: 160000,
|
||||
undelegate: 160000,
|
||||
withdraw: 160000,
|
||||
send: 80_000,
|
||||
delegate: 160_000,
|
||||
undelegate: 160_000,
|
||||
withdraw: 160_000,
|
||||
};
|
||||
|
||||
export const defaultRegistryTypes: ReadonlyArray<[string, GeneratedType]> = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user