@initia/interwovenkit-react 2.0.0-rc.5 → 2.0.0-rc.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -34,7 +34,7 @@ declare interface Config {
34
34
 
35
35
  export declare const DEFAULT_GAS_ADJUSTMENT = 1.4;
36
36
 
37
- export declare const DEFAULT_GAS_PRICE_MULTIPLIER = 1.03;
37
+ export declare const DEFAULT_GAS_PRICE_MULTIPLIER = 1.05;
38
38
 
39
39
  declare type FormValues = z.infer<typeof FormValuesSchema>;
40
40