Skip to content

Commit

Permalink
rename field gasFeeEstimate
Browse files Browse the repository at this point in the history
  • Loading branch information
Sladuca committed Nov 10, 2023
1 parent 2d0b665 commit 4fbd29a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ async function handleRpcRequest({
metadata ?? { items: [] },
(await configThunk()).erc20s,
AssetTrait.decode(op.encodedGasAsset).assetAddr,
op.gasEstimate
op.gasFeeEstimate
);
// Confirm spend sig auth
const opConfirmRes = await snap.request({
Expand Down

0 comments on commit 4fbd29a

Please sign in to comment.