stargate: Export default gas limits/price
This commit is contained in:
parent
5c2deafc8c
commit
d9b0f9e350
@ -84,6 +84,8 @@ export {
|
||||
} from "./stargateclient";
|
||||
export {
|
||||
CosmosFeeTable,
|
||||
defaultGasLimits,
|
||||
defaultGasPrice,
|
||||
defaultRegistryTypes,
|
||||
SignerData,
|
||||
SigningStargateClient,
|
||||
|
||||
@ -71,8 +71,8 @@ export interface CosmosFeeTable extends FeeTable {
|
||||
readonly withdraw: StdFee;
|
||||
}
|
||||
|
||||
const defaultGasPrice = GasPrice.fromString("0.025ucosm");
|
||||
const defaultGasLimits: GasLimits<CosmosFeeTable> = {
|
||||
export const defaultGasPrice = GasPrice.fromString("0.025ucosm");
|
||||
export const defaultGasLimits: GasLimits<CosmosFeeTable> = {
|
||||
send: 80000,
|
||||
delegate: 160000,
|
||||
undelegate: 160000,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user