@dydxprotocol/v4-client-js 1.11.1 → 1.12.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-client-js",
3
- "version": "1.11.1",
3
+ "version": "1.12.0",
4
4
  "description": "General client library for the new dYdX system (v4 decentralized)",
5
5
  "main": "build/src/index.js",
6
6
  "scripts": {
@@ -12,7 +12,7 @@ export const BROADCAST_TIMEOUT_MS: number = 8_000;
12
12
  export const API_TIMEOUT_DEFAULT_MS: number = 5_000;
13
13
 
14
14
  // Gas
15
- export const GAS_MULTIPLIER: number = 1.4;
15
+ export const GAS_MULTIPLIER: number = 1.6;
16
16
 
17
17
  export const ZERO_FEE: StdFee = {
18
18
  amount: [],