@hypurrquant/defi-cli 1.0.9 → 1.0.10
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.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/main.js +1 -1
- package/dist/main.js.map +1 -1
- package/dist/mcp-server.js +1 -1
- package/dist/mcp-server.js.map +1 -1
- package/package.json +1 -1
- package/skills/defi-cli/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7439,7 +7439,7 @@ var Executor = class _Executor {
|
|
|
7439
7439
|
try {
|
|
7440
7440
|
const block = await client.getBlock({ blockTag: "latest" });
|
|
7441
7441
|
if (block.baseFeePerGas !== null && block.baseFeePerGas !== void 0) {
|
|
7442
|
-
const maxFee = block.baseFeePerGas *
|
|
7442
|
+
const maxFee = block.baseFeePerGas * 125n / 100n + priorityFee;
|
|
7443
7443
|
return [maxFee, priorityFee];
|
|
7444
7444
|
}
|
|
7445
7445
|
} catch {
|