Skip to content

Commit

Permalink
followup - rebuild client for 1.6 gas multiplier (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
aforaleka authored Oct 18, 2024
1 parent 2c92dc2 commit cf67d5d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion v4-client-js/__native__/__ios__/v4-native-client.js
Original file line number Diff line number Diff line change
Expand Up @@ -211508,7 +211508,7 @@ exports.BROADCAST_TIMEOUT_MS = 8000;
// API Defaults
exports.API_TIMEOUT_DEFAULT_MS = 5000;
// Gas
exports.GAS_MULTIPLIER = 1.5;
exports.GAS_MULTIPLIER = 1.6;
exports.ZERO_FEE = {
amount: [],
gas: '0',
Expand Down
4 changes: 2 additions & 2 deletions v4-client-js/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion v4-client-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dydxprotocol/v4-client-js",
"version": "1.3.11",
"version": "1.3.12",
"description": "General client library for the new dYdX system (v4 decentralized)",
"main": "build/src/index.js",
"scripts": {
Expand Down

0 comments on commit cf67d5d

Please sign in to comment.