Skip to content

Commit

Permalink
chore: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
npty committed Jan 15, 2024
1 parent c03a6ca commit a1980f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/libs/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ async function calculateBridgeExpressFee(source, destination, options = {}) {
},
);

const expressMultiplier = response.apiResponse.result.express_execute_gas_adjustment_with_multiplier;
const expressMultiplier = response.apiResponse.result.express_execute_gas_multiplier;
const floatToIntFactor = 10000;

// baseFee + executionFeeWithMultiplier + expressFee
Expand Down

0 comments on commit a1980f7

Please sign in to comment.