Skip to content

Commit

Permalink
fix: transaction v1 getInvokeEstimateFee
Browse files Browse the repository at this point in the history
  • Loading branch information
tabaktoni committed Nov 21, 2022
1 parent 66943fd commit cb4ede3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/provider/rpc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ export class RpcProvider implements ProviderInterface {
return this.fetchEndpoint('starknet_estimateFee', {
request: {
type: 'INVOKE',
contract_address: invocation.contractAddress,
sender_address: invocation.contractAddress,
calldata: parseCalldata(invocation.calldata),
signature: bigNumberishArrayToHexadecimalStringArray(invocation.signature || []),
version: toHex(toBN(invocationDetails?.version || 0)),
Expand Down

0 comments on commit cb4ede3

Please sign in to comment.